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

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

Issue 9702048: RegExp is const, really. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 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
« no previous file with comments | « dart/frog/leg/lib/regexp_helper.dart ('k') | dart/tests/corelib/corelib-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/co19/co19-leg.status
diff --git a/dart/tests/co19/co19-leg.status b/dart/tests/co19/co19-leg.status
index c75f36b5717b3d8c71bb29dd718332d5cedf5977..81f463eac4229d3bc421ee480573bb96dbc298e3 100644
--- a/dart/tests/co19/co19-leg.status
+++ b/dart/tests/co19/co19-leg.status
@@ -35,7 +35,6 @@ LibTest/core/ReceivePort/*: Fail, OK
[ $component == leg ]
# Issues with co19 test suite.
-Language/11_Statements/11_Labels_A01_t03: Fail, OK # Test doesn't follow spec.
Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function declaration takes precedence over function expression.
Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
@@ -46,6 +45,7 @@ Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an
Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
Language/11_Statements/09_Try_A02_t04: Fail, OK # Bad test: Unbalanced {.
Language/11_Statements/10_Return_A02_t01: Fail, OK # co19 issue 87.
+Language/11_Statements/11_Labels_A01_t03: Fail, OK # Test doesn't follow spec.
LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # co19 issue 88.
LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # co19 issue 88.
LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact print string.
@@ -72,6 +72,8 @@ LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail, OK # co19 issue 92.
LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 issue 92.
LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 issue 92.
+LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const constructor.
+LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const constructor.
LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable.
LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, not Match.pattern.
LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode.
« no previous file with comments | « dart/frog/leg/lib/regexp_helper.dart ('k') | dart/tests/corelib/corelib-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698