Most @ignore tags have been cleaned up (see JDK-8078450), but we still have a few (in jdk10/hs/hotspot as of 2017/03/06)
./compiler/aot/calls/fromAot/AotInvokeDynamic2CompiledTest.java: * @ignore 8132547
./compiler/aot/calls/fromAot/AotInvokeDynamic2NativeTest.java: * @ignore 8132547
./compiler/aot/calls/fromAot/AotInvokeDynamic2InterpretedTest.java: * @ignore 8132547
./compiler/aot/calls/fromAot/AotInvokeDynamic2AotTest.java: * @ignore 8132547
./serviceability/sa/TestCpoolForInvokeDynamic.java: * @ignore 8169232
./serviceability/jdwp/AllModulesCommandTest.java: * @ignore 8170541
Note: the @ignore tag in TestCpoolForInvokeDynamic.java has been removed in JDK9 but not yet synced to JDK 10.
./compiler/aot/calls/fromAot/AotInvokeDynamic2CompiledTest.java: * @ignore 8132547
./compiler/aot/calls/fromAot/AotInvokeDynamic2NativeTest.java: * @ignore 8132547
./compiler/aot/calls/fromAot/AotInvokeDynamic2InterpretedTest.java: * @ignore 8132547
./compiler/aot/calls/fromAot/AotInvokeDynamic2AotTest.java: * @ignore 8132547
./serviceability/sa/TestCpoolForInvokeDynamic.java: * @ignore 8169232
./serviceability/jdwp/AllModulesCommandTest.java: * @ignore 8170541
Note: the @ignore tag in TestCpoolForInvokeDynamic.java has been removed in JDK9 but not yet synced to JDK 10.
- duplicates
-
JDK-8180721 clean up ProblemList
- Resolved
- relates to
-
JDK-8078450 Implement consistent process for quarantine of tests
- Resolved