diff options
-rw-r--r-- | expectations/knownfailures.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index c68e536..0414576 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1779,5 +1779,10 @@ description: "Environment specific Console test suppressed for dory / molly", bug: 12491103, name: "org.apache.harmony.tests.java.io.ConsoleTest#test_readPassword_LString_LObject" +}, +{ + description: "Suppression of a test that proves there is a known bug with Matcher", + bug: 14865710, + name: "org.apache.harmony.tests.java.util.ScannerParseLargeFileBenchmarkTest#testParseLargeFile" } ] |