| Index: tests/corelib_2/corelib_2.status
|
| diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status
|
| index e596301005ed62fa6bf6667ff9705b41665a538c..6ff079aa8cdd78878866ebf3f4a011baf3d4f516 100644
|
| --- a/tests/corelib_2/corelib_2.status
|
| +++ b/tests/corelib_2/corelib_2.status
|
| @@ -49,6 +49,7 @@ const_list_remove_range_test: RuntimeError # Issue 29921
|
| 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/regress-regexp-codeflush_test: RuntimeError # Issue 29921
|
| regexp/regress-regexp-construct-result_test: RuntimeError # Issue 29921
|
| regexp/repeat-match-waldemar_test: RuntimeError # Issue 29921
|
| @@ -57,6 +58,7 @@ regexp/stack-overflow2_test: RuntimeError # Issue 29921
|
| regexp/stack-overflow_test: RuntimeError # Issue 29921
|
| regexp/unicode-handling_test: RuntimeError # Issue 29921
|
| regexp/zero-length-alternatives_test: RuntimeError # Issue 29921
|
| +regress_r21715_test: RuntimeError # Issue 29921
|
| string_operations_with_null_test: RuntimeError # Issue 29921
|
| symbol_operator_test: RuntimeError # Issue 29921
|
| symbol_operator_test/03: RuntimeError # Issue 29921
|
| @@ -72,6 +74,7 @@ big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921
|
| big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921
|
| bit_twiddling_bigint_test: RuntimeError # Required bigint support.
|
| compare_to2_test: RuntimeError, OK # Requires bigint support.
|
| +regress_r21715_test: RuntimeError # Requires bigint support.
|
|
|
| [ $compiler == dart2js && $runtime == drt && $csp && $minified ]
|
| core_runtime_types_test: Pass, Fail # Issue 27913
|
| @@ -170,6 +173,7 @@ symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972
|
| symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972
|
|
|
| [ $compiler == dart2js ]
|
| +hash_set_test/01: RuntimeError # Issue 11551
|
| string_static_test: MissingCompileTimeError
|
| symbol_test/04: MissingCompileTimeError
|
|
|
|
|