diff options
author | Elliott Hughes <enh@google.com> | 2012-12-03 11:35:38 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2012-12-03 11:35:38 -0800 |
commit | 71e607dfb13e52d3e59ca8902820de5f0cdb6ed3 (patch) | |
tree | 948242744a0810a9370ebed9d008f104ad927484 /expectations/brokentests.txt | |
parent | 1ed982ba59a4a071a6228c42c22b3c43ce0cd7d5 (diff) | |
download | libcore-71e607dfb13e52d3e59ca8902820de5f0cdb6ed3.zip libcore-71e607dfb13e52d3e59ca8902820de5f0cdb6ed3.tar.gz libcore-71e607dfb13e52d3e59ca8902820de5f0cdb6ed3.tar.bz2 |
Fix OldClassTest failures.
These hadn't run at all until recently, and the fact that vogar doesn't
run tests in a way that makes resources accessible hid the fact that the
tests were checked-in broken as well as disabled.
Change-Id: I28d24e01b60411f0f9be7daba6de0376a7f8cac0
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 e1d81e0..e1bac64 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -890,15 +890,6 @@ substring: "java.util.IllegalFormatFlagsException: %% doesn't take an argument" }, { - description: "These tests expect to be able to load resources from the file system", - result: EXEC_FAILED, - names: [ - "libcore.java.lang.OldClassTest#test_getResourceAsStreamLjava_lang_String", - "libcore.java.lang.OldClassTest#test_getResourceAsStream_withSharpChar", - "libcore.java.lang.OldClassTest#test_getResourceLjava_lang_String" - ] -}, -{ description: "Some tests (ExcludedProxyTest) connect to a public webserver to check that the HTTP client works", result: EXEC_FAILED, failure: "connect to the Internet", |