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

Unified Diff: tests/corelib/corelib.status

Issue 427603002: Properly handle "#void" in analysis server. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index 3e27f11bf3a854498d65405479572c08ebdf726a..776a50765a2dece688c85cf39e0c3e9f94695784 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -39,11 +39,13 @@ symbol_test/01: Fail, Pass # bug 11669
symbol_reserved_word_test/01: CompileTimeError
# #void should be a valid symbol.
-[ $compiler == none || $compiler == dart2js || $compiler == dart2dart || $compiler == dartanalyzer || $compiler == dart2analyzer ]
+[ $compiler == none || $compiler == dart2js || $compiler == dart2dart || $compiler == dart2analyzer ]
symbol_reserved_word_test/02: CompileTimeError # bug 20191
+symbol_reserved_word_test/05: CompileTimeError # bug 20191
[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot detect CompileTimeErrors
+symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot detect CompileTimeErrors
# new Symbol('void') should be allowed.
[ $compiler == dart2js ]

Powered by Google App Engine
This is Rietveld 408576698