diff --git a/test/hotspot/jtreg/gtest/AllNotVMGtest.java b/test/hotspot/jtreg/gtest/AllNotVMGtest.java index 5f1d30bea8d..6844cb27c6c 100644 --- a/test/hotspot/jtreg/gtest/AllNotVMGtest.java +++ b/test/hotspot/jtreg/gtest/AllNotVMGtest.java @@ -53,10 +53,6 @@ public class AllNotVMGtest { 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 diff --git a/test/hotspot/jtreg/gtest/CheckShuffledGtest.java b/test/hotspot/jtreg/gtest/CheckShuffledGtest.java index a614ad981dd..1604e3d589e 100644 --- a/test/hotspot/jtreg/gtest/CheckShuffledGtest.java +++ b/test/hotspot/jtreg/gtest/CheckShuffledGtest.java @@ -55,8 +55,6 @@ 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"), }; public static Stream getFilteredTests() {