diff options
| author | 2018-11-12 13:27:30 +0000 | |
|---|---|---|
| committer | 2018-11-12 17:29:23 +0000 | |
| commit | d060c0bf62152296d1ce958517ebb0adbf77ee9d (patch) | |
| tree | aa274cf29106458b59c9262b6a56fd75085bfc4c | |
| parent | 4630f9a032575f75be317fe0d8dc054bbce5790a (diff) | |
Blacklist test now timing out on gcstress/target.
Started happening in the same build as:
- interpreter switch refactoring:
https://android.googlesource.com/platform/art/+/b70c999fcc3ff4d4988e0214f4d18783ff35edf7
- R8 drop:
https://android.googlesource.com/platform/prebuilts%2Fr8/+/3f5cf1c79d98d7c2c5ee1da046cd2a028eb835e9
Test: run-libcore-tests.sh
Change-Id: I50651638d8e995acd7ff58c823ea7cd784d9cf77
| -rw-r--r-- | tools/libcore_gcstress_failures.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/libcore_gcstress_failures.txt b/tools/libcore_gcstress_failures.txt index fff1c70ad8..eec45fa354 100644 --- a/tools/libcore_gcstress_failures.txt +++ b/tools/libcore_gcstress_failures.txt @@ -27,12 +27,14 @@ description: "Timeouts.", result: EXEC_FAILED, modes: [device], - names: ["libcore.java.lang.StringTest#testFastPathString_wellFormedUtf8Sequence", + names: ["jsr166.TimeUnitTest#testConvert", + "libcore.java.lang.StringTest#testFastPathString_wellFormedUtf8Sequence", + "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.text.DateFormatTest#test_getAvailableLocales", + "org.apache.harmony.tests.java.lang.String2Test#test_getBytes", "org.apache.harmony.tests.java.util.TimerTest#testOverdueTaskExecutesImmediately", - "org.apache.harmony.tests.java.util.WeakHashMapTest#test_keySet_hasNext", - "libcore.java.text.DecimalFormatTest#testCurrencySymbolSpacing", - "libcore.java.text.SimpleDateFormatTest#testLocales"] + "org.apache.harmony.tests.java.util.WeakHashMapTest#test_keySet_hasNext"] } ] |