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

Unified Diff: tests/language/language_analyzer.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_analyzer.status
diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
index 81e635f488941e2e037ade63aad36c740052d10e..69210572816dc2f236ce29bdbfa991f604527544 100644
--- a/tests/language/language_analyzer.status
+++ b/tests/language/language_analyzer.status
@@ -62,16 +62,15 @@ pseudo_kw_test: fail
block_scope_test: fail
lazy_static3_test: fail
-# Test issue 11124, Uninitialized finals are warnings not errors
-field3a_negative_test: fail
-const_syntax_test/01: fail
-const_syntax_test/04: fail
-const_syntax_test/02: fail
-const_syntax_test/03: fail
-final_syntax_test/01: fail
-final_syntax_test/04: fail
-final_syntax_test/02: fail
-final_syntax_test/03: fail
+field3a_negative_test: Fail # Issue 11124
+const_syntax_test/01: Fail # Issue 11124
+const_syntax_test/04: Fail # Issue 11124
+const_syntax_test/02: Fail # Issue 11124
+const_syntax_test/03: Fail # Issue 11124
+final_syntax_test/01: Fail # Issue 11124
+final_syntax_test/04: Fail # Issue 11124
+final_syntax_test/02: Fail # Issue 11124
+final_syntax_test/03: Fail # Issue 11124
# Test issue 11123, Only static fields can be declared as 'const'
const_escape_frog_test: fail
@@ -165,12 +164,10 @@ prefix11_negative_test: fail
# test issue 12156, fails only at runtime
static_call_wrong_argument_count_negative_test: fail
-# test issue 12157, uninitializer instance variable is warning, so not negative test
-static_final_field_negative_test: fail
-constructor9_test/01: fail # Issue 12157
+static_final_field2_test/02: Fail # Issue 13018
+constructor9_test/01: Fail # Issue 12157
-# test issue 12159, print(exception.message_); causes static warning, not an error
-throw7_negative_test: fail
+throw7_test/01: Fail # Issue 12159
# test issue 12160, not annotated warnings for type variables from static member
type_parameter_test/none: fail
« no previous file with comments | « no previous file | tests/language/language_analyzer2.status » ('j') | tests/language/static_final_field2_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698