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

Unified Diff: tests/language/language_dart2js.status

Issue 23461024: Rewrite negative test number_identifier_negative_test.dart to multi-test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments Created 7 years, 3 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/number_identifier_negative_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 b9805465400e480ee7df9a6e67cfcdeecc98769a..2864dee8baca0a449530f0340b06590b3aea8257 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -173,7 +173,8 @@ duplicate_implements_test/03: Fail # Issue 12991
duplicate_implements_test/04: Fail # Issue 12991
list_literal1_test/01: Fail # Issue 12993
map_literal1_test/01: Fail # Issue 12993
-number_identifier_negative_test: Fail # Negative language test.
+number_identifier_test/01: Fail # Issue 13014
+number_identifier_test/02: Fail # Issue 13014
scope_negative_test: Fail # Negative language test.
static_final_field_negative_test: Fail # Negative language test.
throw7_negative_test: Fail # Negative language test.
@@ -351,8 +352,8 @@ map_literal1_test/01: Fail # Issue 12993
method_override4_test: Fail # Issue 12810
method_override5_test: Fail # Issue 12810
static_final_field_negative_test: Fail
-# Bug in dart2js parser: it happily parses 1is int; variable declaration.
-number_identifier_negative_test: Fail
+number_identifier_test/01: Fail # Issue 13014
+number_identifier_test/02: Fail # Issue 13014
# Common with language_dart2js.
factory_redirection_test/01: Fail # Issue 12753
factory_redirection_test/02: Crash # Issue 12753
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/number_identifier_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698