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

Unified Diff: tests/language/language.status

Issue 1728663002: Skip tests which use dart:mirrors in product mode (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: code-review 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
« tests/corelib/corelib.status ('K') | « tests/isolate/isolate.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 72f59aed667408b7c0e864cc99c944ddf82b143c..3b96bb25aae44fa76396c50b259f265e90e56b8a 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -141,6 +141,29 @@ super_getter_setter_test: CompileTimeError
vm/reflect_core_vm_test: CompileTimeError
redirecting_factory_reflection_test: CompileTimeError
+[ $runtime == dart_product ]
+# Imports dart:mirrors
+const_evaluation_test: Skip
+deferred_constraints_constants_test: Skip
+enum_mirror_test: Skip
+field_increment_bailout_test: Skip
+instance_creation_in_function_annotation_test: Skip
+invocation_mirror2_test: Skip
+invocation_mirror_invoke_on2_test: Skip
+invocation_mirror_invoke_on_test: Skip
+issue21079_test: Skip
+many_overridden_no_such_method_test: Skip
+no_such_method_test: Skip
+null_test/none: Skip
+overridden_no_such_method_test: Skip
+regress_13462_0_test: Skip
+regress_13462_1_test: Skip
+regress_18535_test: Skip
+super_call4_test: Skip
+super_getter_setter_test: Skip
+vm/reflect_core_vm_test: Skip
+redirecting_factory_reflection_test: Skip
+
[ ($noopt || $compiler == precompiler || $compiler == dart2app) ]
# Deferred loading happens eagerly
regress_23408_test: RuntimeError
« tests/corelib/corelib.status ('K') | « tests/isolate/isolate.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698