Index: tests/corelib/corelib.status |
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status |
index c61acc84ecc55300bc9eb70be5af02f2f812ecbd..52a0522afbc1f9d43fdae193b6cf3b1aae2cdb56 100644 |
--- a/tests/corelib/corelib.status |
+++ b/tests/corelib/corelib.status |
@@ -154,19 +154,19 @@ duration2_test: StaticWarning, OK # Test generates error on purpose. |
[ $system == windows && $arch == x64 ] |
stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
-[ $runtime != d8 && $runtime != vm ] |
+[ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] |
# The regexp tests are not verified to work on non d8/vm platforms yet. |
regexp/*: Skip |
[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] |
regexp/global_test: Skip # Timeout. Issue 21709 and 21708 |
-[ $runtime != vm && $compiler != dart2analyzer] |
+[ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] |
data_resource_test: RuntimeError # Issue 23825 (not implemented yet). |
file_resource_test: Skip, OK # VM specific test, uses dart:io. |
http_resource_test: Skip, OK # VM specific test, uses dart:io. |
-[ $runtime != vm && $compiler != dart2analyzer && $cps_ir == false ] |
+[ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer && $cps_ir == false ] |
package_resource_test: RuntimeError # Issue 23825 (not implemented yet). |
[ $mode == debug ] |
@@ -189,7 +189,7 @@ regexp/pcre_test: Crash # Stack Overflow |
stacktrace_current_test: Pass, RuntimeError |
error_stack_trace1_test: Pass, RuntimeError |
-[ ($noopt || $compiler == precompiler) ] |
+[ $noopt || $compiler == precompiler ] |
apply3_test: CompileTimeError # Imports dart:mirrors |
regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interpreter |
big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify |