From 40867591de11e294fea90082a4cee2de8f970362 Mon Sep 17 00:00:00 2001 From: Axel Boldt-Christmas Date: Tue, 3 Mar 2026 08:16:10 +0000 Subject: [PATCH] Remove fixed test --- test/hotspot/jtreg/gtest/AllNotVMGtest.java | 4 ---- test/hotspot/jtreg/gtest/CheckShuffledGtest.java | 2 -- 2 files changed, 6 deletions(-) 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() {