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

Unified Diff: tests/co19/co19-compiler.status

Issue 11369210: Make RegExp constructor non-const. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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
Index: tests/co19/co19-compiler.status
diff --git a/tests/co19/co19-compiler.status b/tests/co19/co19-compiler.status
index 37707a36f983d6c5a991024f1f6ad8d37c5e4f51..72d4c1e8ab5289187ba11cce8b7f88f4fe53f941 100644
--- a/tests/co19/co19-compiler.status
+++ b/tests/co19/co19-compiler.status
@@ -477,3 +477,9 @@ Language/03_Overview/2_Privacy_A01_t08: Fail, OK
[ $runtime == drt && ($compiler == none || $compiler == frog) ]
*: Skip
+
+# const RegExp -> new RegExp
+[ $compiler == dartc ]
+LibTest/core/RegExp/RegExp_A01_t04: fail
ahe 2012/11/13 09:46:20 These belong after line 368. Also, please file a
Anders Johnsen 2012/11/13 10:06:44 Done.
+LibTest/core/String/contains_A01_t01: fail
+LibTest/core/String/contains_A01_t03: fail

Powered by Google App Engine
This is Rietveld 408576698