Index: tests/corelib_2/corelib_2.status |
diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status |
index 1adfdac6a5245b7f284be7a6b19578e83cc6fb2c..09d3c93756f83c79b0b79b4e8b8482796f42b895 100644 |
--- a/tests/corelib_2/corelib_2.status |
+++ b/tests/corelib_2/corelib_2.status |
@@ -5,12 +5,15 @@ |
# All static_tests have expected compile-time errors. |
[ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] |
core_runtime_types_static_test: MissingCompileTimeError |
+string_replace_static_test: MissingCompileTimeError |
[ !$strong && $compiler != dartdevc && $checked ] |
core_runtime_types_static_test: MissingCompileTimeError |
+string_replace_static_test: MissingCompileTimeError |
[ !$strong && !$checked ] |
core_runtime_types_static_test: MissingCompileTimeError |
+string_replace_static_test: MissingCompileTimeError |
[ $compiler == dart2js && $fast_startup ] |
apply3_test: Fail # mirrors not supported |
@@ -28,6 +31,8 @@ const_list_literal_test: RuntimeError # Issue 29921 |
const_list_remove_range_test: RuntimeError # Issue 29921 |
const_list_set_range_test: RuntimeError # Issue 29921 |
compare_to2_test: RuntimeError # Issue 30170 |
+string_operations_with_null_test: RuntimeError # Issue 29921 |
+string_replace_test: RuntimeError # Issue 29921 |
[ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] |
big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 |
@@ -72,7 +77,7 @@ bool_from_environment_test: Skip |
unicode_test: Fail |
[ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] |
-big_integer_parsed_mul_div_vm_test: Pass, Slow |
+big_integer_parsed_mul_div_vm_test: Pass, SloW |
[ $compiler == precompiler ] |
big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |