Index: tests/corelib_2/corelib_2.status |
diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status |
index ce736cc5f0ff477c5d8f60dfb2eaba40b6a80427..8588dc9ca62ac03cb5ad47f30e73f331c660d985 100644 |
--- a/tests/corelib_2/corelib_2.status |
+++ b/tests/corelib_2/corelib_2.status |
@@ -2,6 +2,12 @@ |
# for details. All rights reserved. Use of this source code is governed by a |
# BSD-style license that can be found in the LICENSE file. |
+#[ $strong && $compiler != dart2analyzer ] |
+# All static_tests have expected compile-time errors. |
+[ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] |
+core_runtime_types_static_test: MissingCompileTimeError |
+ |
+ |
[ $compiler == dart2js && $fast_startup ] |
apply3_test: Fail # mirrors not supported |
@@ -12,6 +18,12 @@ big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify |
[ $compiler == dartdevc && $runtime != none ] |
apply2_test: RuntimeError # Issue 29921 |
apply3_test: RuntimeError # Issue 29921 |
+big_integer_arith_vm_test: RuntimeError # Issue 30170 |
+big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 |
+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 |
[ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] |
big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 |
@@ -21,6 +33,9 @@ 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. |
+[ $compiler == dart2js && $runtime == drt && $csp && $minified ] |
+core_runtime_types_test: Pass, Fail # Issue 27913 |
+ |
[ $runtime == flutter ] |
apply3_test: CompileTimeError # mirrors not supported |
bool_from_environment_test: Fail # Flutter Issue 9111 |