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

Unified Diff: tests/language/language_analyzer.status

Issue 22871003: Issue 11892. It is compile-time error when unqualified invocation with unresolved identifier. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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/isolate/isolate.status ('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 527a8f8b050917a8ee44c65073e82a80416f0a5f..3e0674563b58b0e1b676c60a64a56a50f2ad8495 100644
--- a/tests/language/language_analyzer.status
+++ b/tests/language/language_analyzer.status
@@ -7,8 +7,6 @@
# Runtime negative test. No static errors or warnings.
closure_call_wrong_argument_count_negative_test: skip
-illegal_invocation_test/01: fail # Issue: 11892
-
# TBD: using built-in identifers
built_in_identifier_prefix_test: fail
@@ -274,7 +272,6 @@ type_variable_bounds2_test/06: fail
# test issue 12163, unresolved identifier is static warning in static context
unresolved_in_factory_negative_test: fail
-unresolved_top_level_method_negative_test: fail
unresolved_top_level_var_negative_test: fail
# test issue 12181, uses argument definition test
@@ -293,6 +290,10 @@ library_ambiguous_test/03: fail
# test issue 12289, assignment in assert statement
type_error_test: fail
+# test issue 12381, It is compile-time error to invoke not existing function
+issue11724_test: fail
+call_nonexistent_static_test/08: fail
+
[ $compiler == dartanalyzer && $checked ]
factory1_test/00: fail
factory1_test/01: fail
« no previous file with comments | « tests/isolate/isolate.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698