Remove fixed test

This commit is contained in:
Axel Boldt-Christmas 2026-03-03 08:16:10 +00:00
parent 4d2e4d423b
commit 40867591de
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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<String> getFilteredTests() {