summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-08-01 16:15:44 -0700
committerElliott Hughes <enh@google.com>2013-08-01 16:44:01 -0700
commita117015b63e8f85115febb99afea5f8da09af301 (patch)
tree3866ec61bcd7de8a9f5d724004712d9da1b27249 /expectations
parentc3c47d9471d58d2b8a8983da0fa454a2d5e038fd (diff)
downloadlibcore-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.txt5
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