diff options
| author | 2024-02-23 12:10:53 +0000 | |
|---|---|---|
| committer | 2024-02-26 14:14:54 +0000 | |
| commit | bfd5c475a201ccd50d7209c6bc40cf4f68b276d4 (patch) | |
| tree | d6f9d06c0ab048fc7daac8e4b46bd766dfc199e3 | |
| parent | 949c197585d383755d9f04c024507959b35e722d (diff) | |
Skip test.java.util.TestFormatter on gcstress debug config
test.java.util.TestFormatter had an expectation of EXEC_FAILED but seems
to be working now. On gcstress debug config it is failing with ERROR so
update expectations to reflect this.
Bug: 313922528
Test: art/test.py
Change-Id: I563db96254cb847dc5ebf82f8870a9d45af63390
| -rw-r--r-- | tools/libcore_failures.txt | 3 | ||||
| -rw-r--r-- | tools/libcore_gcstress_debug_failures.txt | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index fc28acd22b..a3c07ccdcf 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -290,8 +290,7 @@ bug: 228441328, names: ["test.java.lang.Math.CeilAndFloorTests#nearIntegerTests", "test.java.time.chrono.TestEraDisplayName", - "test.java.time.format.TestDateTimeFormatterBuilderWithLocale", - "test.java.util.TestFormatter"] + "test.java.time.format.TestDateTimeFormatterBuilderWithLocale"] }, { description: "Fails on armv8 device", diff --git a/tools/libcore_gcstress_debug_failures.txt b/tools/libcore_gcstress_debug_failures.txt index ef0fed5771..a1c771107c 100644 --- a/tools/libcore_gcstress_debug_failures.txt +++ b/tools/libcore_gcstress_debug_failures.txt @@ -71,7 +71,8 @@ result: ERROR, modes: [host], names: ["libcore.java.util.jar.OldManifestTest#test_equals", - "test.java.util.Collection" + "test.java.util.Collection", + "test.java.util.TestFormatter" ] }, { |