diff --git a/test/hotspot/jtreg/gtest/AllNotVMGtest.java b/test/hotspot/jtreg/gtest/AllNotVMGtest.java index 0cc0b76a5a9..3afdce9651a 100644 --- a/test/hotspot/jtreg/gtest/AllNotVMGtest.java +++ b/test/hotspot/jtreg/gtest/AllNotVMGtest.java @@ -51,11 +51,15 @@ public class AllNotVMGtest { // List of tests which have dependencies, these should have bugs associated // with them, and should be removed once they are resolved. static TestFilter[] TEST_FILTERS = { + // JDK-8372245 TF("globalDefinitions.format_specifiers"), + // JDK-8372246 TF("LogOutputList.is_level_multiple_outputs"), TF("LogOutputList.is_level_single_output"), TF("LogOutputList.level_for"), + // JDK-8372249 TF("os_linux.addr_to_function_valid"), + // JDK-8372247 TF("Semaphore.trywait", Platform.isOSX()), }; diff --git a/test/hotspot/jtreg/gtest/CheckGtestDependencies.java b/test/hotspot/jtreg/gtest/CheckGtestDependencies.java index 3c84f372242..a6d68ef742f 100644 --- a/test/hotspot/jtreg/gtest/CheckGtestDependencies.java +++ b/test/hotspot/jtreg/gtest/CheckGtestDependencies.java @@ -50,7 +50,9 @@ public class CheckGtestDependencies extends GTestWrapper { // List of tests which have dependencies, these should have bugs associated // with them, and should be removed once they are resolved. static final TestFilter[] TEST_FILTERS = { + // JDK-8372248 TF("istream.coverage_vm"), + // JDK-8372243 TF("ZForwardingTest.find_every_other_vm"), }; diff --git a/test/hotspot/jtreg/gtest/CheckShuffledGtest.java b/test/hotspot/jtreg/gtest/CheckShuffledGtest.java index bd107768b8c..3cd8ebfc1a4 100644 --- a/test/hotspot/jtreg/gtest/CheckShuffledGtest.java +++ b/test/hotspot/jtreg/gtest/CheckShuffledGtest.java @@ -55,6 +55,7 @@ public class CheckShuffledGtest { // List of tests which have dependencies, these should have bugs associated // with them, and should be removed once they are resolved. static final TestFilter[] TEST_FILTERS = { + // JDK-8372242 TF("LogTagSet.defaults_vm"), };