Relates :
|
There is no way to exclude all test that require cds support. Introduce @requires propery vm.cds and mark all tests that fail if the VM is compiled without cds support. (This can be achieved by configuring with --disable-generate-classlist and removing 'cds' from NON_MINIMAL_FEATURES in generated_configure.sh.)
|