-
Bug
-
Resolution: Unresolved
-
P3
-
22
There are some tests which start tested VM process ignoring test vm options such tests should be fixed or marked with requires.
The all tests are split into several sub-tasks. Each task list explicitly failing tests.
It is needed to better understand which tests are really test VM features enabled by flags and which just silently run without adding any value.
The other goals are to extend test coverage by accepting various VM options and reduce execution time by skipping tests which are useless.
The all tests are split into several sub-tasks. Each task list explicitly failing tests.
It is needed to better understand which tests are really test VM features enabled by flags and which just silently run without adding any value.
The other goals are to extend test coverage by accepting various VM options and reduce execution time by skipping tests which are useless.
- relates to
-
JDK-8314320 Mark runtime/CommandLine/ tests as flagless
- Resolved
-
JDK-8314330 java/foreign tests should respect vm flags when start new processes
- Resolved
-
JDK-8319566 Some corelibs tests ignore vm options
- Open