diff options
author | Elliott Hughes <enh@google.com> | 2013-08-01 16:15:44 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2013-08-01 16:44:01 -0700 |
commit | a117015b63e8f85115febb99afea5f8da09af301 (patch) | |
tree | 3866ec61bcd7de8a9f5d724004712d9da1b27249 /expectations | |
parent | c3c47d9471d58d2b8a8983da0fa454a2d5e038fd (diff) | |
download | libcore-a117015b63e8f85115febb99afea5f8da09af301.zip libcore-a117015b63e8f85115febb99afea5f8da09af301.tar.gz libcore-a117015b63e8f85115febb99afea5f8da09af301.tar.bz2 |
Fix PatternTest failures.
Bug: 10127357
Change-Id: I202e77d0ea0c8b407aca364ad81c8ae1f9c617ad
Diffstat (limited to 'expectations')
-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 cc91b0d..33f381f 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -3,6 +3,11 @@ */ [ { + description: "can't compile a pattern with negative look-behind and quantifiers with upper bounds", + name: "org.apache.harmony.regex.tests.java.util.regex.PatternTest#test_bug_40103", + bug: 40103 +}, +{ description: "our regex implementation calls toString on CharSequences", name: "org.apache.harmony.luni.tests.java.util.ScannerParseLargeFileBenchmarkTest#testParseLargeFile", bug: 10133206 |