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

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: Rebase with master 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
« no previous file with comments | « lib/compiler/implementation/warnings.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 6b9a2f80ef7a067ad62622dc77c3bcb7e4f8cfa0..7efcab835e2222a33400e7b6ee37969c4013939e 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -547,12 +547,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'.
@@ -670,8 +664,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.
« no previous file with comments | « lib/compiler/implementation/warnings.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698