-
Enhancement
-
Resolution: Future Project
-
P3
-
jt6.0
Currently TestSuite class has a method to override that returns only one test filter:
TestFilter createTestFilter(TestEnvironment)
There are situations when test suite has several test filters that it is forced however to hide behind an umbrella filter. It is more natural and convenient to let test suite return a collection of atomized filters that would be iterated on the JTHarness side and listed in the test run stats separately and informatively.
TestFilter createTestFilter(TestEnvironment)
There are situations when test suite has several test filters that it is forced however to hide behind an umbrella filter. It is more natural and convenient to let test suite return a collection of atomized filters that would be iterated on the JTHarness side and listed in the test run stats separately and informatively.
- relates to
-
CODETOOLS-7902597 detailed report about excluded, not run, etc. tests
-
- In Progress
-
- links to
-
Review openjdk/jtharness/2