Index: tests/corelib_2/corelib_2.status |
diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status |
index 4b60abf26711265dd706d440587bc9d92ce5c26f..eb0f3f0d63a8b05f54bbd856baf42c7ccf165105 100644 |
--- a/tests/corelib_2/corelib_2.status |
+++ b/tests/corelib_2/corelib_2.status |
@@ -50,6 +50,7 @@ const_list_set_range_test: RuntimeError # Issue 29921 |
compare_to2_test: RuntimeError # Issue 30170 |
date_time10_test: RuntimeError # Issue 29921 |
hash_set_test/01: RuntimeError # Issue 29921 |
+regexp/pcre-test-4_test: RuntimeError # Issue 29921 |
regexp/regress-regexp-codeflush_test: RuntimeError # Issue 29921 |
regexp/regress-regexp-construct-result_test: RuntimeError # Issue 29921 |
regexp/repeat-match-waldemar_test: RuntimeError # Issue 29921 |
@@ -216,6 +217,7 @@ string_static_test: MissingCompileTimeError |
[ $compiler == dart2js && $runtime != none && !$dart2js_with_kernel] |
symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') should be allowed. |
+regexp/pcre_test: Pass, Slow # Issue 21593 |
[ ($compiler == none && $runtime == vm) || $compiler == dart2js ] |
string_base_vm_static_test: MissingCompileTimeError |
@@ -280,6 +282,9 @@ int_from_environment3_test/05: Crash |
int_modulo_arith_test/bignum: Crash |
int_modulo_arith_test/modPow: Crash |
int_modulo_arith_test/none: Crash |
+regexp/pcre_test: RuntimeError # Issue 27394 |
+regexp/pcre_test: Crash |
Vyacheslav Egorov (Google)
2017/07/31 11:34:48
These two lines make no sense together. Is it Cras
|
+regexp/pcre-test-4_test: Crash |
stacktrace_fromstring_test: Crash |
stopwatch2_test: Crash |
string_base_vm_test: Crash |
@@ -411,3 +416,9 @@ splay_tree_from_iterable_test: RuntimeError |
[ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
splay_tree_from_iterable_test: RuntimeError |
+ |
+[ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
+rexexp/pcre_test: Pass, Slow, Timeout |
Vyacheslav Egorov (Google)
2017/07/31 11:34:48
Typo in the name:
rexexp
|
+ |
+[ $mode == debug ] |
+regexp/pcre_test: Pass, Slow # Issue 22008 |