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

Unified Diff: tests/language/language.status

Issue 1191883003: Fix Dartium/drt buildbots for recent conditional operator and prefix tests. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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 | « 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 da912fcaca596d281906b25b8ef0f113a4dc69b2..dd0eae703b6936fd713420ce1d846f2896bed4db 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -18,13 +18,8 @@ closure_in_initializer_test: Fail # Issue 6422
duplicate_export_negative_test: Fail # Issue 6134
[ $compiler == none ]
-conditional_property_assignment_test/20: Fail # Issue 23612
-conditional_property_assignment_test/21: Fail # Issue 23612
-conditional_property_assignment_test/22: Fail # Issue 23612
-conditional_method_invocation_test/11: Fail # Issue 23612
-conditional_property_access_test/09: Fail # Issue 23612
-if_null_assignment_behavior_test/29: Fail # Issue 23612
-if_null_assignment_behavior_test/30: Fail # Issue 23612
+prefix_assignment_test/01: Fail # Issue 23612
+prefix_unqualified_invocation_test/01: Fail # Issue 23612
deferred_redirecting_factory_test: Fail # Issue 23408
redirecting_constructor_initializer_test: RuntimeError # Issue 23488
@@ -36,10 +31,15 @@ prefix_identifier_reference_test/03: MissingCompileTimeError # Issue 23612
prefix_identifier_reference_test/04: MissingCompileTimeError # Issue 23612
prefix_identifier_reference_test/05: MissingCompileTimeError # Issue 23612
illegal_invocation_test/01: MissingCompileTimeError # Issue 23612
-prefix_assignment_test/01: MissingCompileTimeError # Issue 23612
prefix_assignment_test/02: MissingCompileTimeError # Issue 23612
-prefix_unqualified_invocation_test/01: MissingCompileTimeError # Issue 23612
prefix_unqualified_invocation_test/02: MissingCompileTimeError # Issue 23612
+conditional_property_assignment_test/20: MissingCompileTimeError # Issue 23612
+conditional_property_assignment_test/21: MissingCompileTimeError # Issue 23612
+conditional_property_assignment_test/22: MissingCompileTimeError # Issue 23612
+conditional_method_invocation_test/11: MissingCompileTimeError # Issue 23612
+conditional_property_access_test/09: MissingCompileTimeError # Issue 23612
+if_null_assignment_behavior_test/29: MissingCompileTimeError # Issue 23612
+if_null_assignment_behavior_test/30: MissingCompileTimeError # Issue 23612
[ $compiler == none ]
# Non-contractive types are not supported in the vm.
« 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