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..c74eafe53909b48981b1d058a7c201b85f1ca1ed 100644 |
--- a/tests/corelib_2/corelib_2.status |
+++ b/tests/corelib_2/corelib_2.status |
@@ -50,6 +50,13 @@ 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/alternative-length-miscalculation_test: RuntimeError # Issue 29921 |
+regexp/ascii-regexp-subject_test: RuntimeError # Issue 29921 |
+regexp/bol-with-multiline_test: RuntimeError # Issue 29921 |
+regexp/capture-3_test: RuntimeError # Issue 29921 |
+regexp/char-insensitive_test: RuntimeError # Issue 29921 |
+regexp/character-match-out-of-order_test: RuntimeError # Issue 29921 |
+regexp/loop-capture_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 +288,18 @@ int_from_environment3_test/05: Crash |
int_modulo_arith_test/bignum: Crash |
int_modulo_arith_test/modPow: Crash |
int_modulo_arith_test/none: Crash |
+range_error_test: Crash |
+reg_exp4_test: Crash |
+reg_exp5_test: Crash |
+reg_exp_all_matches_test: Crash |
+reg_exp_start_end_test: Crash |
+regexp/ascii-regexp-subject_test: Crash |
+regexp/capture-3_test: Crash |
+regexp/capture_test: Crash |
+symbol_test/01: Crash |
+symbol_test/02: Crash |
+symbol_test/03: Crash |
+symbol_test/none: Crash |
regexp/range-out-of-order_test: Crash |
regexp/regexp_kde_test: Crash |
regexp/regexp_test: Crash |
@@ -381,6 +400,25 @@ double_parse_test/02: Crash |
double_parse_test/03: Crash |
double_parse_test/04: Crash |
double_parse_test/none: Crash |
+reg_exp1_test: Crash |
+reg_exp_first_match_test: Crash |
+reg_exp_group_test: Crash |
+reg_exp_groups_test: Crash |
+reg_exp_has_match_test: Crash |
+reg_exp_pattern_test: Crash |
+reg_exp_string_match_test: Crash |
+regexp/UC16_test: Crash |
+regexp/alternative-length-miscalculation_test: Crash |
+regexp/alternatives_test: Crash |
+regexp/assertion_test: Crash |
+regexp/backreferences_test: Crash |
+regexp/bol-with-multiline_test: Crash |
+regexp/bol_test: Crash |
+regexp/captures_test: Crash |
+regexp/char-insensitive_test: Crash |
+regexp/character-match-out-of-order_test: Crash |
+regexp/loop-capture_test: Crash |
+regexp/zero-length-alternatives_test: Crash |
regexp/quantified-assertions_test: Crash |
regexp/range-bound-ffff_test: Crash |
regexp/ranges-and-escaped-hyphens_test: Crash |