diff options
| author | 2015-05-13 21:37:44 +0000 | |
|---|---|---|
| committer | 2015-05-13 21:37:44 +0000 | |
| commit | ea6e2df2f6dcf848fdbb9c46b6655935ea9e0e1d (patch) | |
| tree | 9fb9f7c2ec86951397cab437cc1c80d208629566 | |
| parent | 203a5555957f4c56c4a5cc7ffcb99600c8ab557e (diff) | |
Revert "New failure due to a junit/vogar difference."
This reverts commit 203a5555957f4c56c4a5cc7ffcb99600c8ab557e.
Change-Id: I51c3aa7275ab43b4adaf8728245612b8416c8284
| -rw-r--r-- | tools/libcore_failures.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index d1eba6122e..8ce19ddb93 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -11,8 +11,8 @@ { description: "Assert.java differences between vogar and junit.", result: EXEC_FAILED, - names: ["libcore.java.math.RunCSVTests#test_csv", - "org.apache.harmony.tests.java.util.HashMapTest#test_EntrySet"] + modes: [host], + name: "libcore.java.math.RunCSVTests#test_csv" }, { description: "Differences between vogar and cts in user directory", |