diff options
| author | 2018-10-03 13:37:13 +0100 | |
|---|---|---|
| committer | 2018-10-03 13:38:50 +0100 | |
| commit | 6a5b779281b5e88e02d7977930888929f02f588c (patch) | |
| tree | 56a65c4202ef4a2bc881212f297356aa9536b0d0 | |
| parent | 9552d0d408f39620bd469c188aed923f0291a72e (diff) | |
Add a new libcore failure with gcstress.
Test: run-libcore-tests.sh
Change-Id: Ic65b8e2dd93bc6345a3229634c51d8c70a1feba7
| -rw-r--r-- | tools/libcore_gcstress_debug_failures.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libcore_gcstress_debug_failures.txt b/tools/libcore_gcstress_debug_failures.txt index 23533af02b..b8ad955221 100644 --- a/tools/libcore_gcstress_debug_failures.txt +++ b/tools/libcore_gcstress_debug_failures.txt @@ -45,7 +45,8 @@ "libcore.libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeTimeSpanStringAbbrev", "libcore.libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeTimeSpanStringCTS", "libcore.libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeTimeSpanStringFrench", - "libcore.libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeTimeSpanStringGerman" + "libcore.libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeTimeSpanStringGerman", + "org.apache.harmony.tests.java.lang.ProcessManagerTest#testSleep" ] } ] |