Merge branch 'JDK-8372241' into JDK-8372244

This commit is contained in:
Axel Boldt-Christmas 2025-11-20 13:05:46 +00:00
commit d0ece5f417
3 changed files with 7 additions and 0 deletions

View File

@ -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()),
};

View File

@ -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"),
};

View File

@ -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"),
};