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

Unified Diff: tests/language/language.status

Issue 10916039: Throw AbstractClassInstantiationError if an abstract class is instantiated (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 11639)
+++ tests/language/language.status (working copy)
@@ -184,6 +184,7 @@
*: Skip
[ $compiler == dart2dart ]
+interface_negative_test: Fail
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
@@ -225,7 +226,6 @@
duplicate_implements_test/02: Fail
duplicate_implements_test/03: Fail
duplicate_implements_test/04: Fail
-empty_body_member_negative_test: Fail
field2_negative_test: Fail
field4_negative_test: Fail
field5_negative_test: Fail

Powered by Google App Engine
This is Rietveld 408576698