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

Unified Diff: tests/language/language_analyzer.status

Issue 48623010: Issue 12694. Fix for parsing 'buildIn() {}' top-level functions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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/built_in_identifier_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_analyzer.status
diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
index 6dcdce72d8127bbf56523245ae69751b582b31a4..706397309715f9ac5d419a6c9d952bc3ed437fa6 100644
--- a/tests/language/language_analyzer.status
+++ b/tests/language/language_analyzer.status
@@ -6,8 +6,8 @@
# Runtime negative test. No static errors or warnings.
closure_call_wrong_argument_count_negative_test: skip
-# TBD: using built-in identifers
-built_in_identifier_prefix_test: fail # Issue 12694
+# Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix using it as type is warning; (2) currently analyzer resolves prefix as field (don't ask)
+built_in_identifier_prefix_test: CompileTimeError # Issue 12694
# TBD: these look like bad tests, no issue number
class_literal_test: fail
@@ -178,7 +178,6 @@ bad_named_parameters2_test: StaticWarning
bad_named_parameters_test: StaticWarning
bit_operations_test: StaticWarning
body_less_constructor_wrong_arg_negative_test: CompileTimeError
-built_in_identifier_test/01: CompileTimeError
call_constructor_on_unresolvable_class_test/04: StaticWarning
call_constructor_on_unresolvable_class_test/05: StaticWarning
call_constructor_on_unresolvable_class_test/06: StaticWarning
« no previous file with comments | « tests/language/built_in_identifier_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698