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

Unified Diff: tests/language/language_dart2js.status

Issue 23638006: Merge two static_final_field tests and rewrite a negative test to a multi-test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 1ba0bf55737a07a41e8b3e1868226e0cea48f3dd..e5ff6e4270300f4fa1bcf1bed80630bd102cbbba 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -176,15 +176,15 @@ map_literal1_test/01: Fail # Issue 12993
number_identifier_test/01: Fail # Issue 13014
number_identifier_test/02: Fail # Issue 13014
scope_variable_test/01: Fail # Issue 13016
-static_final_field_negative_test: Fail # Negative language test.
-throw7_negative_test: Fail # Negative language test.
+static_final_field2_test/02: Fail # Issue 13017
+throw7_test/01: Fail # Issue 13019
numbers_test: Fail, OK # (unintended?) VM specific test.
-final_syntax_test/01: Fail # Missing error for uninitialized final field.
-final_syntax_test/02: Fail # Missing error for uninitialized final field.
-final_syntax_test/03: Fail # Missing error for uninitialized final field.
-final_syntax_test/04: Fail # Missing error for uninitialized final field.
+final_syntax_test/01: Fail # Issue 13020
+final_syntax_test/02: Fail # Issue 13020
+final_syntax_test/03: Fail # Issue 13020
+final_syntax_test/04: Fail # Issue 13020
canonical_const2_test: Fail, OK # Dart2js only has doubles.
@@ -315,10 +315,10 @@ constructor_return_test/03: Fail # Issue 12938
constructor_return_test/04: Fail # Issue 12938
constructor_return_test/05: Fail # Issue 12938
constructor_named_arguments_test/01: Fail # Issue 5519
-final_syntax_test/01: Fail # Issue 5519
-final_syntax_test/02: Fail # Issue 5519
-final_syntax_test/03: Fail # Issue 5519
-final_syntax_test/04: Fail # Issue 5519
+final_syntax_test/01: Fail # Issue 13020
+final_syntax_test/02: Fail # Issue 13020
+final_syntax_test/03: Fail # Issue 13020
+final_syntax_test/04: Fail # Issue 13020
getter_no_setter_test/01: Fail # Issue 5519
named_parameters_aggregated_test/01: Fail # Issue 12802
named_parameters_aggregated_test/03: Fail # Issue 12813
@@ -351,7 +351,8 @@ list_literal1_test/01: Fail # Issue 12993
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
+static_final_field2_test/02: Fail # Issue 13017
+throw7_test/01: Fail # Issue 13019
number_identifier_test/01: Fail # Issue 13014
number_identifier_test/02: Fail # Issue 13014
scope_variable_test/01: Fail # Issue 13016

Powered by Google App Engine
This is Rietveld 408576698