OSDN Git Service

Suppressing an invalid test that's checking implementation details.
authorJesse Wilson <jessewilson@google.com>
Tue, 17 Nov 2009 02:31:15 +0000 (18:31 -0800)
committerJesse Wilson <jessewilson@google.com>
Tue, 17 Nov 2009 02:31:15 +0000 (18:31 -0800)
libcore/tools/dalvik_jtreg/expectations/java.io.StreamTokenizer.Reset.expected [new file with mode: 0644]

diff --git a/libcore/tools/dalvik_jtreg/expectations/java.io.StreamTokenizer.Reset.expected b/libcore/tools/dalvik_jtreg/expectations/java.io.StreamTokenizer.Reset.expected
new file mode 100644 (file)
index 0000000..c09f0ce
--- /dev/null
@@ -0,0 +1,5 @@
+# The test is checking that the implementation doesn't read any characters
+# earlier than it absolutely needs to. This is a bogus requirement; streams
+# are allowed to buffer input as necessary.
+result=EXEC_FAILED
+pattern=.*should get token \\[\, but get -1.*