Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Unified Diff: tests/corelib/corelib.status

Issue 1760043002: Skip mirror tests more generally for $mode == product instead of $runtime == dart_product. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index c66c333c28ff1c5f821a2b92249fd602ca6c45dc..49586f0b3a9a5af473a4e4bc3123a06d20a37cfb 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -192,8 +192,10 @@ package_resource_test: Crash # Issue 25911
stacktrace_current_test: Pass, RuntimeError
error_stack_trace1_test: Pass, RuntimeError
+[ $noopt || $compiler == precompiler || $mode == product ]
+apply3_test: SkipByDesign # Imports dart:mirrors
+
[ $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
big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify
@@ -202,4 +204,3 @@ int_parse_radix_test: Pass, Timeout # --no_intrinsify
[ $runtime == dart_product ]
data_resource_test: Skip # Resolve URI not supported yet in product mode.
package_resource_test: Skip # Resolve URI not supported yet in product mode.
-apply3_test: SkipByDesign # Imports dart:mirrors
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698