Chromium Code Reviews

Unified Diff: tests/co19/co19-runtime.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.
Jump to:
View side-by-side diff with in-line comments
Index: tests/co19/co19-runtime.status
diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
index e4f5d752ac4dc3bdc48010716ec3ea21a021a2a4..2635d84520552e75949386cfc42733449536359f 100644
--- a/tests/co19/co19-runtime.status
+++ b/tests/co19/co19-runtime.status
@@ -424,3 +424,8 @@ LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
[ $compiler == none && $arch == arm ]
*: Skip
+
+# const RegExp -> new RegExp
+[ $compiler == none && $runtime == vm ]
+LibTest/core/RegExp/RegExp_A01_t04: fail
ahe 2012/11/13 09:46:20 After line 365.
Anders Johnsen 2012/11/13 10:06:44 Done.
+LibTest/core/String/contains_A01_t01: fail

Powered by Google App Engine