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

Unified Diff: tests/co19/co19-dart2js.status

Issue 11087025: Fix to dartbug.com/5170, explictly static library variables now get an appropriate error message. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed merge mistake. Created 8 years, 2 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/co19/co19-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 4c7f5198186ee34a548cb37e2a7bb420be22871d..84c060f670ca9b3543107fcaff04cb0db114a757 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -544,12 +544,6 @@ Language/05_Variables/05_Variables_A04_t07: Fail # Checks that a compile-time er
Language/05_Variables/05_Variables_A04_t08: Fail # Checks that a compile-time error occurs if a global typed constant variable is not initialized at declaration.
Language/05_Variables/05_Variables_A04_t10: Fail # Checks that assigning a constant variable to the same value it already holds still produces a compile-time error.
Language/05_Variables/05_Variables_A05_t01: Fail # Checks that a compile-time error occurs if a constant variable is not initialized.
-Language/05_Variables/05_Variables_A08_t02: Fail # Checks that it is a compile-time error if a top level variable declaration is prefaced with the built-in identifier static.
-Language/05_Variables/05_Variables_A08_t03: Fail # Checks that it is a compile-time error if a top level typed variable declaration is prefaced with the built-in identifier static.
-Language/05_Variables/05_Variables_A08_t04: Fail # Checks that it is a compile-time error if a top level final variable declaration is prefaced with the built-in identifier static.
-Language/05_Variables/05_Variables_A08_t05: Fail # Checks that it is a compile-time error if a top level final typed variable declaration is prefaced with the built-in identifier static.
-Language/05_Variables/05_Variables_A08_t06: Fail # Checks that it is a compile-time error if a top level constant variable declaration is prefaced with the built-in identifier static.
-Language/05_Variables/05_Variables_A08_t07: Fail # Checks that it is a compile-time error if a top level constant typed variable declaration is prefaced with the built-in identifier static.
Language/06_Functions/06_Functions_A01_t06: Fail # Checks that it is a compile error if a block of a function body isn't closed
Language/06_Functions/06_Functions_A01_t31: Fail # Checks that functions can't be declared as static inside of a function body.
Language/06_Functions/1_Function_Declaration_A01_t01: Fail # Checks that it is a compile-time error to preface library function with 'static'.
@@ -667,8 +661,6 @@ Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # Checks that self
Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # Checks that other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0)
Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whitespaces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0.
-Language/05_Variables/05_Variables_A08_t01: Fail # http://dartbug.com/5170
-
#
# Unexpected compile-time errors.
« lib/compiler/implementation/resolver.dart ('K') | « lib/compiler/implementation/warnings.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698