diff options
| author | 2020-09-07 10:23:09 +0000 | |
|---|---|---|
| committer | 2020-09-07 10:23:09 +0000 | |
| commit | 6831f8b69f83d94e2fb85ce2d914b1657875728c (patch) | |
| tree | fe70e8eb8d89fdbe029d1cf6fb737f471b9d08d5 | |
| parent | 82ab98c2024f8e86e605c16aa725e31b1c8c4fb3 (diff) | |
| parent | bc64474d7bad74a24ed3458ddc562ced9ce3253c (diff) | |
Disable test also failing on poison builds. am: bc64474d7b
Original change: https://android-review.googlesource.com/c/platform/art/+/1419633
Change-Id: I150c0c6fd4f46d21622a843ffcbe05766b2ec7f5
| -rw-r--r-- | tools/libcore_failures.txt | 7 | ||||
| -rw-r--r-- | tools/libcore_gcstress_failures.txt | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index c1960aad67..34a79af94a 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -265,5 +265,12 @@ modes: [device], bug: 161898207, names: ["libcore.java.util.zip.ZipFileTest#testZipFileWithLotsOfEntries"] +}, +{ + description: "Times out on device with gcstress and poisoning configurations", + result: EXEC_FAILED, + modes: [device], + bug: 161420453, + names: ["libcore.java.text.DecimalFormatTest#testCurrencySymbolSpacing"] } ] diff --git a/tools/libcore_gcstress_failures.txt b/tools/libcore_gcstress_failures.txt index a23c0fdb6b..3e9e992af4 100644 --- a/tools/libcore_gcstress_failures.txt +++ b/tools/libcore_gcstress_failures.txt @@ -31,7 +31,6 @@ "libcore.java.lang.StringTest#testFastPathString_wellFormedUtf8Sequence", "libcore.java.math.BigIntegerTest#test_Constructor_IILjava_util_Random", "libcore.java.math.BigIntegerTest#test_probablePrime", - "libcore.java.text.DecimalFormatTest#testCurrencySymbolSpacing", "libcore.java.text.SimpleDateFormatTest#testLocales", "org.apache.harmony.tests.java.lang.ref.ReferenceQueueTest#test_remove", "org.apache.harmony.tests.java.lang.String2Test#test_getBytes", |