summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/utils/regen-test-files36
1 files changed, 18 insertions, 18 deletions
diff --git a/test/utils/regen-test-files b/test/utils/regen-test-files
index 4c17208362..86f4d75bb3 100755
--- a/test/utils/regen-test-files
+++ b/test/utils/regen-test-files
@@ -100,9 +100,7 @@ runnable_test_exceptions = frozenset([
"055-enum-performance",
"059-finalizer-throw",
"080-oom-throw",
- "1004-checker-volatile-ref-load",
"133-static-invoke-super",
- "1338-gc-no-los",
"159-app-image-fields",
"160-read-barrier-stress",
"163-app-image-methods",
@@ -117,6 +115,8 @@ runnable_test_exceptions = frozenset([
"678-quickening",
"818-clinit-nterp",
"821-madvise-willneed",
+ "1004-checker-volatile-ref-load",
+ "1338-gc-no-los",
])
known_slow_tests = frozenset([
@@ -131,10 +131,6 @@ known_failing_tests = frozenset([
"051-thread",
"086-null-super",
"087-gc-after-link",
- # 1002-notify-startup: Dependency on `libarttest` + custom `check` script.
- "1002-notify-startup",
- "1337-gc-coverage",
- "1339-dead-reference-safe",
"136-daemon-jni-shutdown",
"139-register-natives",
"148-multithread-gc-annotations",
@@ -144,19 +140,7 @@ known_failing_tests = frozenset([
"169-threadgroup-jni",
"177-visibly-initialized-deadlock",
"179-nonvirtual-jni",
- "1945-proxy-method-arguments",
- "2011-stack-walk-concurrent-instrument",
- # 2040-huge-native-alloc: Fails with:
- #
- # Test command execution failed with status FAILED: CommandResult: exit code=1, out=, err=Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
- # at Main.main(Main.java:56)
- #
- "2040-huge-native-alloc",
"203-multi-checkpoint",
- "2033-shutdown-mechanics",
- "2036-jni-filechannel",
- "2037-thread-name-inherit",
- "2235-JdkUnsafeTest",
"305-other-fault-handler",
# 449-checker-bce: Dependency on `libarttest`.
"449-checker-bce",
@@ -222,6 +206,22 @@ known_failing_tests = frozenset([
"966-default-conflict",
# These tests need native code.
"993-breakpoints-non-debuggable",
+ # 1002-notify-startup: Dependency on `libarttest` + custom `check` script.
+ "1002-notify-startup",
+ "1337-gc-coverage",
+ "1339-dead-reference-safe",
+ "1945-proxy-method-arguments",
+ "2011-stack-walk-concurrent-instrument",
+ "2033-shutdown-mechanics",
+ "2036-jni-filechannel",
+ "2037-thread-name-inherit",
+ # 2040-huge-native-alloc: Fails with:
+ #
+ # Test command execution failed with status FAILED: CommandResult: exit code=1, out=, err=Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: length=0; index=0
+ # at Main.main(Main.java:56)
+ #
+ "2040-huge-native-alloc",
+ "2235-JdkUnsafeTest",
"2243-single-step-default",
"2262-miranda-methods",
"2262-default-conflict-methods",