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

Unified Diff: tests/language/language_dart2js.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: 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_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 0fdceb05746e95a6cf380e076e98db034aac6674..41ee01cea8e411756fd1f3deab6f33024b44a26d 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -44,6 +44,13 @@ arithmetic_test: Fail
assertion_test: Fail
[ $compiler == dart2js ]
+class_literal_test/03: Fail # Calling a nonexistent static is not a compile time error anymore.
ahe 2012/09/07 12:18:53 Fail, OK
+class_literal_test/04: Fail # Calling a nonexistent static is not a compile time error anymore.
+class_literal_test/08: Fail # Calling a nonexistent static is not a compile time error anymore.
+class_literal_test/09: Fail # Calling a nonexistent static is not a compile time error anymore.
+class_literal_test/15: Fail # Calling a nonexistent static is not a compile time error anymore.
+class_literal_test/16: Fail # Calling a nonexistent static is not a compile time error anymore.
+
getter_declaration_negative_test: Fail # This will be fixed when dart2js reject old getter syntax.
function_type_this_parameter_test: Crash # Issue 4417.
« lib/compiler/implementation/ssa/builder.dart ('K') | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698