diff options
author | Jesse Wilson <jessewilson@google.com> | 2010-09-26 13:51:17 -0700 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2010-09-26 13:52:23 -0700 |
commit | e10910215b65ca9f9f0b85d4c4a7405fde54d71e (patch) | |
tree | 5a26e8e330b4060014027b039edb141c83ada5c8 /expectations/brokentests.txt | |
parent | 4d105209f79ebdd157a79ba478002ecb0c6ac8a0 (diff) | |
download | libcore-e10910215b65ca9f9f0b85d4c4a7405fde54d71e.zip libcore-e10910215b65ca9f9f0b85d4c4a7405fde54d71e.tar.gz libcore-e10910215b65ca9f9f0b85d4c4a7405fde54d71e.tar.bz2 |
Remove FormatterTest tests duplicated with Harmony.
Change-Id: I9c95aac22b9df7efff6595e94700a17cfc5d3d7b
Diffstat (limited to 'expectations/brokentests.txt')
-rw-r--r-- | expectations/brokentests.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt index d566f64..4bff18f 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -826,15 +826,6 @@ ] }, { - description: "These test exception priority.", - result: EXEC_FAILED, - names: [ - "org.apache.harmony.luni.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_BigDecimalExceptionOrder", - "org.apache.harmony.luni.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_BigIntegerExceptionOrder", - "org.apache.harmony.luni.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_FloatDoubleBigDecimalExceptionOrder" - ] -}, -{ description: "These format specifiers are documented to not take flags, but the RI accepts and ignores them.", result: EXEC_FAILED, name: "org.apache.harmony.luni.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator", |