Index: tests/corelib_2/corelib_2.status |
diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status |
index 20c2e771da6bb2cd6e1266e921e55d9697b8313c..f32f9aa194845c81182676f60edb4268b2bd13b3 100644 |
--- a/tests/corelib_2/corelib_2.status |
+++ b/tests/corelib_2/corelib_2.status |
@@ -52,6 +52,9 @@ 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 |
+list_unmodifiable_test: RuntimeError |
+list_test/none: RuntimeError |
+list_test/01: RuntimeError |
nan_infinity_test/01: RuntimeError # Issue 29921 |
null_nosuchmethod_test: RuntimeError # Issue 29921 |
main_test: RuntimeError # Issue 29921 |
@@ -247,6 +250,7 @@ string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
[ $compiler == dart2js && $runtime == safarimobilesim ] |
string_trimlr_test/01: Fail |
string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
+list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
[ $compiler == dart2js && $runtime == d8 ] |
string_trimlr_test/02: RuntimeError, Pass # Uses Unicode 6.2.0 or earlier, issue 30279. |
@@ -472,6 +476,11 @@ map_from_iterables_test: Crash |
map_from_test: Crash |
map_keys2_test: Crash |
map_keys_test: Crash |
+list_test/01: Crash |
+list_test/none: Crash |
+list_to_string2_test: Crash |
+list_to_string_test: Crash |
+list_unmodifiable_test: Crash |
[ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
stopwatch_test: Crash |
@@ -624,3 +633,6 @@ regexp/pcre_test: Pass, Slow # Issue 22008 |
[ $compiler == dart2js && ! $browser ] |
package_resource_test: RuntimeError # Issue 26842 |
+ |
+[ $compiler == dart2js && ! $dart2js_with_kernel ] |
+list_unmodifiable_test: Pass, RuntimeError # Issue 28712 |