diff options
author | Jesse Wilson <jessewilson@google.com> | 2010-08-20 14:25:42 -0700 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2010-08-20 14:25:42 -0700 |
commit | e2b681d845ba145b14125de1af1e11db978d59ba (patch) | |
tree | 33d6ba13b55a730f0d8499cfbf8474eff74b7689 /expectations/brokentests.txt | |
parent | 7fd25e8506fbe2962323d757f54628c40c1b2c46 (diff) | |
download | libcore-e2b681d845ba145b14125de1af1e11db978d59ba.zip libcore-e2b681d845ba145b14125de1af1e11db978d59ba.tar.gz libcore-e2b681d845ba145b14125de1af1e11db978d59ba.tar.bz2 |
Updating expectations for Harmony tests that we have yet to fix
Change-Id: Ifdc2cb5f007ac4ab4169833f9fb144c16b9a2888
Diffstat (limited to 'expectations/brokentests.txt')
-rw-r--r-- | expectations/brokentests.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt index 7219c23..065a236 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -732,3 +732,21 @@ result EXEC_FAILED test org.apache.harmony.luni.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_Width pattern .*java.util.IllegalFormatFlagsException: %% doesn't take an argument.* result EXEC_FAILED + +# These tests expect to be able to load resources from the file system +test org.apache.harmony.luni.tests.java.lang.ClassTest#test_getResourceAsStreamLjava_lang_String +result EXEC_FAILED +test org.apache.harmony.luni.tests.java.lang.ClassTest#test_getResourceAsStream_withSharpChar +result EXEC_FAILED +test org.apache.harmony.luni.tests.java.lang.ClassTest#test_getResourceLjava_lang_String +result EXEC_FAILED + +# Some tests (ExcludedProxyTest) connect to a public webserver to check that the HTTP client works +failure connect to the Internet +result EXEC_FAILED +pattern .*java.net.UnknownHostException:.*jcltest.apache.org.* + +# These tests violate visibility rules when trying to unit test internal classes +test javax.net.ssl.DefaultSSLSocketFactoryTest +result EXEC_FAILED +pattern .*java.lang.IllegalAccessError: tried to access class javax.net.ssl.DefaultSSLSocketFactory from class javax.net.ssl.DefaultSSLSocketFactoryTest.* |