mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
Merge branch 'JDK-8372241' into JDK-8372244
This commit is contained in:
commit
d0ece5f417
@ -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()),
|
||||
};
|
||||
|
||||
|
||||
@ -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"),
|
||||
};
|
||||
|
||||
|
||||
@ -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"),
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user