diff options
author | Narayan Kamath <narayan@google.com> | 2013-12-17 14:41:59 +0000 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2013-12-18 09:32:23 +0000 |
commit | d567f9025c4b94fc5e9b47f5702c1b48c2a45c96 (patch) | |
tree | 136fb9b41be120b452758682ccbd32a3474ed2d1 /expectations/brokentests.txt | |
parent | 9c10d333f448950a3294a03a00006c736f8f7377 (diff) | |
download | libcore-d567f9025c4b94fc5e9b47f5702c1b48c2a45c96.zip libcore-d567f9025c4b94fc5e9b47f5702c1b48c2a45c96.tar.gz libcore-d567f9025c4b94fc5e9b47f5702c1b48c2a45c96.tar.bz2 |
Move tests from harmony/archive to libcore.
Also moves a couple of tests from luni/src/test to
harmony-tests/ where they belong.
Change-Id: I0b441b1fcbd355bd3c66551d16732a671fb64f54
Diffstat (limited to 'expectations/brokentests.txt')
-rw-r--r-- | expectations/brokentests.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt index 9d7cf49..9249897 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -878,5 +878,21 @@ "org.apache.harmony.tests.java.net.MulticastSocketTest#test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface", "org.apache.harmony.tests.java.net.MulticastSocketTest#test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface_IPv4" ] +}, +{ + description: "(Needs investigation) Test failures from the harmony import of external/apache-harmony/archive", + bug: 12189307, + result: EXEC_FAILED, + names: [ + "org.apache.harmony.tests.java.util.jar.AttributesTest#test_putAllLjava_util_Map2", + "org.apache.harmony.tests.java.util.jar.ManifestTest#testNul", + "org.apache.harmony.tests.java.util.jar.ManifestTest#testRead", + "org.apache.harmony.tests.java.util.jar.ManifestTest#testStreamConstructor", + "org.apache.harmony.tests.java.util.zip.DeflaterInputStreamTest#testSkip", + "org.apache.harmony.tests.java.util.zip.DeflaterTest#test_setLevelI", + "org.apache.harmony.tests.java.util.zip.DeflaterTest#test_setStrategyI", + "org.apache.harmony.tests.java.util.zip.GZIPOutputStreamTest#testFlush", + "org.apache.harmony.tests.java.util.zip.InflaterTest#test_end" + ] } ] |