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

Unified Diff: tests/language/language.status

Issue 1173523002: Fix analyzer's handling of import prefixes not followed by '.'. (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 | « tests/language/if_null_assignment_behavior_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | 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 c85375e0e6eef88f9aa8a0176dc2255e15676761..06e6c9e1b726465983f410a6edb52571a60d2aaf 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -22,13 +22,19 @@ duplicate_export_negative_test: Fail # Issue 6134
if_null_evaluation_order_test: Fail
if_null_precedence_test: Fail
if_null_behavior_test: Fail
-if_null_assignment_behavior_test: Fail
+if_null_assignment_behavior_test: Fail, Pass
if_null_assignment_static_test: Fail
-conditional_property_assignment_test: Fail
-conditional_property_access_test: Fail
-conditional_method_invocation_test: Fail
+conditional_property_assignment_test: Fail, Pass
+conditional_property_access_test: Fail, Pass
+conditional_method_invocation_test: Fail, Pass
this_conditional_operator_test/none: Fail
+prefix_identifier_reference_test/01: MissingCompileTimeError # Issue 23612
+prefix_identifier_reference_test/02: MissingCompileTimeError # Issue 23612
+prefix_identifier_reference_test/03: MissingCompileTimeError # Issue 23612
+prefix_identifier_reference_test/04: MissingCompileTimeError # Issue 23612
+prefix_identifier_reference_test/05: MissingCompileTimeError # Issue 23612
+
deferred_redirecting_factory_test: Fail # Issue 23408
redirecting_constructor_initializer_test: RuntimeError # Issue 23488
« no previous file with comments | « tests/language/if_null_assignment_behavior_test.dart ('k') | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698