You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by da...@apache.org on 2014/11/20 22:18:53 UTC

svn commit: r1640817 - /felix/site/trunk/content/documentation/development/using-the-osgi-compliance-tests.mdtext

Author: davidb
Date: Thu Nov 20 21:18:52 2014
New Revision: 1640817

URL: http://svn.apache.org/r1640817
Log:
Describe OSGi CT deviations

Modified:
    felix/site/trunk/content/documentation/development/using-the-osgi-compliance-tests.mdtext

Modified: felix/site/trunk/content/documentation/development/using-the-osgi-compliance-tests.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/development/using-the-osgi-compliance-tests.mdtext?rev=1640817&r1=1640816&r2=1640817&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/development/using-the-osgi-compliance-tests.mdtext (original)
+++ felix/site/trunk/content/documentation/development/using-the-osgi-compliance-tests.mdtext Thu Nov 20 21:18:52 2014
@@ -116,6 +116,30 @@ framework.
 Reports for the tests suites are generated in the `reports/` subdirectory and are named
 after the appropriate test suite.
 
+### Deviations
+#### Core R5
+When running the Core R5 CT the following error appears:
+
+    :::plaintext
+    testEERequirement
+    junit.framework.AssertionFailedError: Required Execution Environment is available: Unresolved constraint in bundle org.osgi.test.cases.framework.div.tb7a [214]: Unable to resolve 214.0: missing requirement [214.0] osgi.ee; (|(osgi.ee=div/tb7a)(osgi.ee=div/tb7b))
+    at org.osgi.test.support.OSGiTestCase.fail(OSGiTestCase.java:70)
+    at org.osgi.test.cases.framework.junit.div.DivTests.testEERequirement(DivTests.java:253)
+
+This is a known deviation in the Core R5 CT and can be ignored.
+
+#### Core R6
+When running the Core R6 CT the following error appears:
+
+    :::plaintext
+    testArrayServiceReferenceDTO
+    junit.framework.AssertionFailedError: ServiceReferenceDTO[] for stopped bundle is null
+    at junit.framework.Assert.fail(Assert.java:47)
+    at junit.framework.Assert.assertTrue(Assert.java:20)
+    at junit.framework.Assert.assertNotNull(Assert.java:217)
+    at org.osgi.test.cases.framework.junit.dto.DTOTestCase.testArrayServiceReferenceDTO(DTOTestCase.java:429)
+
+This is a known deviation in the Core R6 CT and can be ignored.
 
 ## Testing a Felix bundle