diff options
author | Jesse Wilson <jessewilson@google.com> | 2010-01-19 17:16:34 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-01-19 17:16:34 -0800 |
commit | 3c583faa197635dbb6ed938e2af3f3351fe3f13d (patch) | |
tree | e4c18b33e3684a1e4e29d9a9e8fc66ef957c2140 /tools | |
parent | 4c5cbf2953ada194c4dc9d7b387615b1c6fe3e63 (diff) | |
parent | 22da43781b8fbd37429c45ac0443ea50ecc780ee (diff) | |
download | libcore-3c583faa197635dbb6ed938e2af3f3351fe3f13d.zip libcore-3c583faa197635dbb6ed938e2af3f3351fe3f13d.tar.gz libcore-3c583faa197635dbb6ed938e2af3f3351fe3f13d.tar.bz2 |
Merge "Scrubbing some jtreg bugs."
Diffstat (limited to 'tools')
-rw-r--r-- | tools/runner/expectations.txt | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/tools/runner/expectations.txt b/tools/runner/expectations.txt index 9644ef7..4c9f8e1 100644 --- a/tools/runner/expectations.txt +++ b/tools/runner/expectations.txt @@ -696,3 +696,48 @@ pattern .*cannot find symbol.*new String.* test java.lang.String.Encodings result COMPILE_FAILED pattern .*cannot find symbol.*new String.* + +test java.io.File.GetXSpace +result COMPILE_FAILED +pattern .*cannot find symbol.*method getTotalSpace\(\).* + +test java.io.File.MaxPathLength +result COMPILE_FAILED +pattern .*cannot find symbol.*method getTotalSpace\(\).* + +test java.io.File.SetAccess (from File) +result COMPILE_FAILED +pattern .*method setWritable\(boolean,boolean\).* + +test java.io.PipedInputStream.Constructors +result COMPILE_FAILED +pattern .*constructor PipedInputStream\(int\).* + +test java.io.PipedReader.Constructors +result COMPILE_FAILED +pattern .*constructor PipedReader\(int\).* + +test java.io.File.SetAccess +result COMPILE_FAILED +pattern .*cannot find symbol.*method setWritable\(boolean,boolean\).* + +test java.io.PipedWriter.WriteAfterReaderClose +result COMPILE_FAILED +pattern .*cannot find symbol.*method clearError().* + +test java.io.PrintWriter.ClearErrorWriter +result COMPILE_FAILED +pattern .*cannot find symbol.*method clearError().* + + +# A low-impact bug that we're ignoring: "Shared FileDescriptors get closed too early" +# http://code.google.com/p/android/issues/detail?id=5923 +test java.io.FileDescriptor.Finalize +result EXEC_FAILED +pattern .*java.io.IOException.*openCheck.* + + +# We don't have AWT +test java.io.File.isDirectory.Applet +result COMPILE_FAILED +pattern .*package java.applet does not exist.* |