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

Unified Diff: tests/lib/lib.status

Issue 387003003: Generate compile errors for illegal uses of const Symbol constructor. (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
« no previous file with comments | « tests/language/language_analyzer.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index 65a9d58c78a30ca60b839b423569de12b6118a54..ab366b346ae935ec7307ec6e34425361c712fa17 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -314,3 +314,9 @@ convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow
[ $arch == simarm ]
convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
convert/utf85_test: Skip # Pass, Slow Issue 12644.
+
+# These tests use "const Symbol('void')".
+[ $compiler == dartanalyzer ]
+mirrors/basic_types_in_dart_core_test: CompileTimeError
+mirrors/function_type_mirror_test: CompileTimeError
+mirrors/method_mirror_returntype_test: CompileTimeError
« no previous file with comments | « tests/language/language_analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698