diff options
author | Jesse Wilson <jessewilson@google.com> | 2010-05-28 14:15:53 -0700 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2010-05-28 14:15:53 -0700 |
commit | cce822b2a61a64db8e6c7b4d91b8ef2d8efc19e2 (patch) | |
tree | 683d6a4b047bcdd5098fbf5d59001e4ef21a0c69 /expectations/brokentests.txt | |
parent | d23d1433b18b971771a14fa1ac1d1262a827b369 (diff) | |
download | libcore-cce822b2a61a64db8e6c7b4d91b8ef2d8efc19e2.zip libcore-cce822b2a61a64db8e6c7b4d91b8ef2d8efc19e2.tar.gz libcore-cce822b2a61a64db8e6c7b4d91b8ef2d8efc19e2.tar.bz2 |
Tag large tests so that they run to completion in our build.
Change-Id: Ic8fc1364c7b596ce1872fab2df14f31e45554bb3
Diffstat (limited to 'expectations/brokentests.txt')
-rw-r--r-- | expectations/brokentests.txt | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt index 0a2cc97..1230440 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -285,7 +285,7 @@ pattern .*package java.applet does not exist.* failure Dalvik doesn't include AWT (bug it has java.awt.font) result COMPILE_FAILED -pattern .*package java.awt(\.image)? does not exist.* +pattern .*package java.awt(\.image)? does not exist.* failure Dalvik doesn't include NIO.2 result COMPILE_FAILED @@ -661,3 +661,27 @@ pattern .*java.nio.charset.UnsupportedCharsetException: mockCharset00.* test tests.api.java.nio.charset.UTFCharsetEncoderTest#testSpecificDefaultValue result EXEC_FAILED pattern .*junit.framework.AssertionFailedError: expected:<1.1> but was:<2.0>.* + +# this test needs external interaction +test com.sun.tools.attach.Application +result UNSUPPORTED + +test java.io.SystemInAvailable +result UNSUPPORTED + +test sun.jvmstat.testlibrary.Sleeper +result UNSUPPORTED + + +# these benchmarks take a long time and don't demonstrate correctness +test java.lang.Class.TypeCheckMicroBenchmark +result UNSUPPORTED + +test java.nio.Buffer.SwapMicroBenchmark +result UNSUPPORTED + +test java.util.ArrayList.RangeCheckMicroBenchmark +result UNSUPPORTED + +test java.util.ArrayList.IteratorMicroBenchmark +result UNSUPPORTED |