Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3349)

Unified Diff: dart/tests/corelib/corelib-leg.status

Issue 9426040: Improve String and RegExp implementations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: changes Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« dart/frog/leg/lib/string_helper.dart ('K') | « dart/tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/corelib/corelib-leg.status
diff --git a/dart/tests/corelib/corelib-leg.status b/dart/tests/corelib/corelib-leg.status
index 19069adc09875a0a3d236cd10224cb7a630df8bf..411626a068d3458ba2d31e1fba287f12ec3f76c8 100644
--- a/dart/tests/corelib/corelib-leg.status
+++ b/dart/tests/corelib/corelib-leg.status
@@ -31,6 +31,7 @@ SortTest: Fail # visitContinueStatement not implemented
SplayTreeTest: Fail # SsaBuilder.visitBreakStatement not implemented
StopwatchTest: Fail # visitBreakStatement not implemented
StringTest: Fail # Internal Error: Cannot find value
+StringPatternTest: Fail # Bad bailout code related to for-in.
# Implementation errors.
@@ -40,9 +41,6 @@ DoubleCompareTest: Fail # Expect.isTrue(false) fails.
ExpressionTest: Fail # Expect.equals(expected: <2>, actual: <null>) fails.
ListGetRangeTest: Fail # Expect.isTrue(false) fails.
MathTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
-RegExp1Test: Fail # Expect.equals(expected: <false>, actual: <null>) fails.
-StringPatternTest: Fail # String.allMatches is not implemented
-StringSplitRegExpTest: Fail # Illegal argument(s): Instance of 'JSSyntaxRegExp'
# Bad test, assumes RegExp.allMatches returns a Collection.
« dart/frog/leg/lib/string_helper.dart ('K') | « dart/tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698