diff options
| author | 2015-10-21 13:59:28 +0100 | |
|---|---|---|
| committer | 2015-10-21 13:59:28 +0100 | |
| commit | d9486f963302512dc1cfd9fb0898a864dee51902 (patch) | |
| tree | eec8f4fdbeafe4492ac717777d74cc64245f4628 | |
| parent | 9926d886573d13ab3f97befae4c526b936de8a53 (diff) | |
Mark 2 libcore tests as failing.
bug:25136848
Change-Id: If1cde2f3a0140a5eb9c138a462ecc9a30e73b8eb
| -rw-r--r-- | tools/libcore_failures.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index 7ada1896e8..b4f686fde9 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -157,5 +157,12 @@ modes: [device], names: ["libcore.java.util.TimeZoneTest#testAllDisplayNames"], bug: 22786792 +}, +{ + description: "Formatting failures", + result: EXEC_FAILED, + names: ["libcore.java.text.NumberFormatTest#test_currencyFromLocale", + "libcore.java.text.NumberFormatTest#test_currencyWithPatternDigits"], + bug: 25136848 } ] |