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

Unified Diff: tests/lib/lib.status

Issue 397593003: Disallow reserved words for "const Symbol(...)" with the exception of 'void'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase on latest svn 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/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index 687e9ab0fb11ac96eb40b68e62870dcf874988b9..d6fbee204087e917a1ce3fc9413d8541cfabda4b 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -323,7 +323,7 @@ convert/utf85_test: Skip # Pass, Slow Issue 12644.
convert/utf85_test: Skip # Pass, Slow Issue 20111.
# These tests use "const Symbol('void')".
-[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
+[ $compiler == dart2analyzer ]
mirrors/basic_types_in_dart_core_test: CompileTimeError
mirrors/function_type_mirror_test: CompileTimeError
mirrors/method_mirror_returntype_test: CompileTimeError
« tests/corelib/symbol_reserved_word_test.dart ('K') | « tests/corelib/symbol_reserved_word_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698