summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--expectations/taggedtests.txt3
-rw-r--r--expectations/todo.txt23
2 files changed, 26 insertions, 0 deletions
diff --git a/expectations/taggedtests.txt b/expectations/taggedtests.txt
index 35639c3..c4ee467 100644
--- a/expectations/taggedtests.txt
+++ b/expectations/taggedtests.txt
@@ -3,3 +3,6 @@
test java.util.EnumSet.EnumSetBash
tags large
+test org.apache.harmony.tests.java.util.regex.MatcherTest.testAllCodePoints
+tags large
+
diff --git a/expectations/todo.txt b/expectations/todo.txt
index f993e11..13b32d6 100644
--- a/expectations/todo.txt
+++ b/expectations/todo.txt
@@ -59,6 +59,29 @@ pattern .*junit.framework.AssertionFailedError: Random number one is too big.*
result EXEC_FAILED
+# we don't support CANON_EQ in regex
+# http://code.google.com/p/android/issues/detail?id=8592
+test org.apache.harmony.tests.java.util.regex.PatternTest.testCanonEqFlagWithSupplementaryCharacters
+result EXEC_FAILED
+pattern .*UnsupportedOperationException: CANON_EQ flag not supported.*
+
+test org.apache.harmony.tests.java.util.regex.PatternTest.testCanonEqFlag
+result EXEC_FAILED
+pattern .*UnsupportedOperationException: CANON_EQ flag not supported.*
+
+test org.apache.harmony.tests.java.util.regex.PatternErrorTest.testCompileErrors
+result EXEC_FAILED
+pattern .*UnsupportedOperationException: CANON_EQ flag not supported.*
+
+test org.apache.harmony.tests.java.util.regex.PatternTest.testCompileNonCaptGroup
+result EXEC_FAILED
+pattern .*UnsupportedOperationException: CANON_EQ flag not supported.*
+
+test org.apache.harmony.tests.java.util.regex.PatternTest.testIndexesCanonicalEq
+result EXEC_FAILED
+pattern .*UnsupportedOperationException: CANON_EQ flag not supported.*
+
+
# low-impact XML bugs:
test tests.xml.DomTest#testAttributeNamedIdIsNotAnIdByDefault
result EXEC_FAILED