Overview
The following results are for the core framework OSGi TCK test suites:
- test.activationpolicy - Tests activation policies, i.e., lazy activation.
- test.framework.classloading - Tests a gamut of covering including class loading and service registry behavior.
- test.framework.classpath - Performs test covering importing and exporting of packages among bundles.
- test.framework.div - Performs a diverse set of tests covering native code loading, bundle interface method implementations, and execution environment checking.
- test.framework.dynpkgimport - Tests the dynamic import package mechanism.
- test.framework.filter - Tests the Filter implementation.
- test.framework.fragments- Tests bundle fragment behavior.
- test.framework.lifecycle - Tests bundle lifecycle behavior.
- test.framework.registry - Tests the service registry.
- test.framework.syncbundlelistener - Tests synchronous bundle listener support.
- test.packageadmin.tc1 - Tests the Package Admin implementation.
- test.packageadmin.tc2 - Tests the Package Admin implementation.
- test.packageadmin.tc3 - Tests the Package Admin implementation.
- test.packageadmin.tc5 - Tests the Package Admin implementation.
- test.startlevel - Tests the Start Level implementation.
- test.url - Tests the URL Handlers implementation.
Some of the above test suites do partially cover optional features; however, test suites that specifically target optional core capabilities, such as the following, were not tested:
- test.permissionadmin.conditional
- test.permissionadmin.main
- test.permissionadmin.nosecurity
- test.permissionadmin.security
- test.permissionadmin.signature
Results
Results from: October 17th, 2008
The results for the core test suites are as follows:
- test.activationpolicy
- Not tested, since not yet implemented.
- test.framework.classloading
- test.framework.classpath
- test.framework.div
- FAILED (passed 25 of 40 tests)
- Need to investigate, there have been regressions.
- test.framework.dynpkgimport
- test.framework.filter
- test.framework.filter
- FAILED (passed 7 of 36 tests)
- 8 failures for boot class path extensions, but we don't set SUPPORTS_BOOTCLASSPATH_EXTENSION to true. Need to re-test with property set.
- 9 failures for framework extensions.
- test.framework.lifecycle
- test.framework.registry
- test.framework.syncbundlelistener
- test.packageadmin.tc1
- test.packageadmin.tc2
- test.packageadmin.tc3
- test.packageadmin.tc5
- test.startlevel
- test.url
These results show that Felix is very close to being compliant with mandatory OSGi R4 features.