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

Unified Diff: tests/language/language.status

Issue 10920089: Generate a warning and a runtime error for calls to nonexistent static calls, getters and setters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove case for variable == null in handling of ForIn. Created 8 years, 3 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/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 15cd0826347d3571fcbaab2fb2da152baa8e12bd..59f0f8f1e55b57e432471ef1648b243954fd1e07 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -78,6 +78,7 @@ argument_definition_test/*: Skip # Not implemented.
assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest
assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multitest
body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite as multitest
+call_nonexistent_static_test: Fail # Unresolved static calls are no longer errors.
call_operator_test: Pass # Issue 1355
cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason
char_escape_test: Pass # Issue 1654
@@ -172,6 +173,9 @@ import_core_no_prefix_test: Fail # Issue 4607
[ $compiler == none && $runtime == vm ]
import_core_no_prefix_test: Fail # Issue 4607
+[ $runtime == vm ]
+call_nonexistent_static_test: Fail # Issues 3085,3088,3094
+
[ $runtime == chrome ]
string_escape1_negative_test: Skip
@@ -195,6 +199,8 @@ string_escape1_negative_test: Skip
*: Skip
[ $compiler == dart2dart ]
+getter_no_setter2_test/01: Fail # Issue 4898
+setter_no_getter_test/01: Crash # Issue 4360
interface_negative_test: Fail
abstract_factory_constructor_test/00: Fail
interface_test/00: Fail

Powered by Google App Engine
This is Rietveld 408576698