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

Unified Diff: tests/language/language.status

Issue 10915022: Implement argument definition test in the vm. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
Index: tests/language/language.status
===================================================================
--- tests/language/language.status (revision 11663)
+++ tests/language/language.status (working copy)
@@ -67,6 +67,7 @@
[ $compiler == dartc ]
application_negative_test: Fail # Runtime only test, rewrite as multitest
+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
@@ -182,6 +183,7 @@
*: Skip
[ $compiler == dart2dart ]
+argument_definition_test/*: Skip # Not implemented.
call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved()' which fails on the VM
call_constructor_on_unresolvable_class_test/02: Fail # generates 'new Unresolved()' which fails on the VM
call_constructor_on_unresolvable_class_test/03: Fail # generates 'new Unresolved()' which fails on the VM

Powered by Google App Engine
This is Rietveld 408576698