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

Unified Diff: tests/language/language_dart2js.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/language_analyzer2.status ('k') | tests/language/prefix_assignment_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index c6c7986c9091c59e40d594160130e79c6cd63829..e6d6f8f28689f65f290dbff6ef4df6528b149fb4 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -63,6 +63,22 @@ regress_22976_test/02: CompileTimeError # Issue 23132
if_null_assignment_behavior_test/13: Crash # Issue 23491
if_null_assignment_behavior_test/14: Crash # Issue 23491
+conditional_method_invocation_test/11: MissingCompileTimeError # Issue 23611
+conditional_property_access_test/09: MissingCompileTimeError # Issue 23611
+conditional_property_assignment_test/20: MissingCompileTimeError # Issue 23611
+conditional_property_assignment_test/21: MissingCompileTimeError # Issue 23611
+conditional_property_assignment_test/22: MissingCompileTimeError # Issue 23611
+if_null_assignment_behavior_test/29: Crash # Issue 23611
+if_null_assignment_behavior_test/30: Crash # Issue 23611
+prefix_assignment_test/01: Crash # Issue 23611
+prefix_assignment_test/02: Crash # Issue 23611
+prefix_identifier_reference_test/01: MissingCompileTimeError # Issue 23611
+prefix_identifier_reference_test/02: MissingCompileTimeError # Issue 23611
+prefix_identifier_reference_test/03: MissingCompileTimeError # Issue 23611
+prefix_identifier_reference_test/04: Crash # Issue 23611
+prefix_identifier_reference_test/05: Crash # Issue 23611
+prefix_unqualified_invocation_test/01: RuntimeError # Issue 23611
+
# VM specific tests that should not be run by dart2js.
vm/*: Skip # Issue 12699
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/prefix_assignment_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698