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

Unified Diff: tests/language/language.status

Issue 2541513003: Changes to language.status to fix broken tests on vm-reload and analyzer. (Closed)
Patch Set: Updated language.status to fix failing vm-kernel test. Created 4 years 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 | « no previous file | 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 5d83ab9488b524043e43ee33e394d7209e98a983..0fa6ecced566cc74e1c91e6c07dde747a60f2d92 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -303,6 +303,7 @@ override_field_method1_negative_test: Pass, Crash # Issue 27835
override_field_method2_negative_test: Pass, Crash # Issue 27835
override_field_method4_negative_test: Pass, Crash # Issue 27835
override_field_method5_negative_test: Pass, Crash # Issue 27835
+vm/regress_27201_test: Pass, Crash # Requires deferred libraries
[$runtime != vm || $compiler != none]
assert_initializer_test: SKIP # not implemented yet, experiment is VM only.
@@ -318,3 +319,9 @@ assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
[$runtime == vm && $compiler == none]
duplicate_part_test/01: MissingCompileTimeError # Issue 27516
+
+[$compiler == dart2analyzer]
+vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
+
+[$compiler == dartkp && $runtime == dart_precompiled]
+vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698