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

Unified Diff: tests/co19/co19-dart2dart.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-dart2dart.status
diff --git a/tests/co19/co19-dart2dart.status b/tests/co19/co19-dart2dart.status
index 589d58ef162cb60adf98d4d6e825c52d65fa7b4d..a86776f2c170520f39d0c73593660e3249cd4349 100644
--- a/tests/co19/co19-dart2dart.status
+++ b/tests/co19/co19-dart2dart.status
@@ -493,3 +493,9 @@ LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44
LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44
LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44
+
+# const RegExp -> new RegExp
+[ $compiler == dart2dart ]
+LibTest/core/RegExp/RegExp_A01_t04: fail
ahe 2012/11/13 09:46:20 After line 484, please.
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