Index: tests/corelib_2/corelib_2.status |
diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status |
index 4f72ab192f8562617f683f5b4b4f82dd979408f9..70594cb7c3befc85c7754752f32dc562c9c1d35b 100644 |
--- a/tests/corelib_2/corelib_2.status |
+++ b/tests/corelib_2/corelib_2.status |
@@ -50,6 +50,15 @@ 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/char-insensitive_test: RuntimeError # Issue 29921 |
+regexp/character-match-out-of-order_test: RuntimeError # Issue 29921 |
+regexp/compile-crash_test: RuntimeError # Issue 29921 |
+regexp/default_arguments_test: RuntimeError # Issue 29921 |
+regexp/early-acid3-86_test: RuntimeError # Issue 29921 |
+regexp/ecma-regex-examples_test: RuntimeError # Issue 29921 |
+regexp/extended-characters-match_test: RuntimeError # Issue 29921 |
+regexp/extended-characters-more_test: RuntimeError # Issue 29921 |
+regexp/find-first-asserted_test: RuntimeError # Issue 29921 |
regexp/quantified-assertions_test: RuntimeError # Issue 29921 |
regexp/range-bound-ffff_test: RuntimeError # Issue 29921 |
regexp/range-out-of-order_test: RuntimeError # Issue 29921 |
@@ -281,6 +290,13 @@ 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/compile-crash_test: Crash |
+regexp/compile_test: Crash |
+regexp/early-acid3-86_test: Crash |
+regexp/ecma-regex-examples_test: Crash |
+regexp/extended-characters-more_test: Crash |
+regexp/global_test: Crash |
+regexp/indexof_test: Crash |
regexp/range-out-of-order_test: Crash |
regexp/regexp_kde_test: Crash |
regexp/regexp_test: Crash |
@@ -381,6 +397,13 @@ double_parse_test/02: Crash |
double_parse_test/03: Crash |
double_parse_test/04: Crash |
double_parse_test/none: Crash |
+regexp/char-insensitive_test: Crash |
+regexp/character-match-out-of-order_test: Crash |
+regexp/constructor_test: Crash |
+regexp/default_arguments_test: Crash |
+regexp/dotstar_test: Crash |
+regexp/extended-characters-match_test: Crash |
+regexp/find-first-asserted_test: Crash |
regexp/quantified-assertions_test: Crash |
regexp/range-bound-ffff_test: Crash |
regexp/ranges-and-escaped-hyphens_test: Crash |
@@ -420,3 +443,8 @@ 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) ] |
+regexp/global_test: Skip # Issue 21709 |
+ |
+ |