Index: tests/corelib_2/corelib_2.status |
diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status |
index f5db832b885f0a4528ec2b3049121731ce9277b0..0db72d95e0cbbf477756d8dd6af5557f9fbdc9c6 100644 |
--- a/tests/corelib_2/corelib_2.status |
+++ b/tests/corelib_2/corelib_2.status |
@@ -49,6 +49,8 @@ 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 |
+nan_infinity_test/01: RuntimeError # Issue 29921 |
+null_nosuchmethod_test: RuntimeError # Issue 29921 |
regexp/bol-with-multiline_test: RuntimeError # Issue 29921 |
regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 |
regexp/look-ahead_test: RuntimeError # Issue 29921 |
@@ -106,6 +108,9 @@ int_modulo_arith_test/bignum: RuntimeError # Issue 29921 |
int_modulo_arith_test/modPow: RuntimeError # Issue 29921 |
regress_r21715_test: RuntimeError # Requires bigint support. |
+[ $compiler == dart2js && $runtime != none ] |
+nan_infinity_test/01: RuntimeError |
+ |
[ $compiler == dart2js && $runtime == drt && $csp && $minified ] |
core_runtime_types_test: Pass, Fail # Issue 27913 |
@@ -187,6 +192,7 @@ string_trimlr_test/02: RuntimeError # Issue 29060 |
[ $compiler == precompiler || $compiler == app_jit ] |
string_trimlr_test/02: RuntimeError # Issue 29060 |
+package_resource_test: Skip # Resolve URI not supported yet in product mode. |
# void should be a valid symbol. |
[ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($compiler == dart2js && !$dart2js_with_kernel) ] |
@@ -417,6 +423,23 @@ uri_path_test: Crash |
uri_query_test: Crash |
uri_scheme_test: Crash |
uri_test: Crash |
+map_to_string_test: Crash |
+map_values2_test: Crash |
+map_values3_test: Crash |
+map_values4_test: Crash |
+map_values_test: Crash |
+maps_test: Crash |
+nan_infinity_test/01: RuntimeError |
+null_nosuchmethod_test: Crash |
+null_test: Crash |
+num_clamp_test: Crash |
+num_parse_test/01: Crash |
+num_parse_test/none: Crash |
+queue_first_test: Crash |
+queue_iterator_test: Crash |
+queue_last_test: Crash |
+queue_single_test: Crash |
+queue_test: Crash |
[ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
stopwatch_test: Crash |
@@ -531,6 +554,9 @@ throw_half_surrogate_pair_test/02: Crash |
toInt_test: Crash |
type_hashcode_test: Crash |
unicode_test: Crash |
+nan_infinity_test/01: Crash |
+nan_infinity_test/none: Crash |
+num_sign_test: Crash |
[$arch == simdbc || $arch == simdbc64] |
regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interpreter |
@@ -549,3 +575,6 @@ regexp/pcre_test: Pass, Slow, Timeout |
[ $mode == debug ] |
regexp/pcre_test: Pass, Slow # Issue 22008 |
+ |
+[ $compiler == dart2js && ! $browser ] |
+package_resource_test: RuntimeError # Issue 26842 |