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

Unified Diff: tests/language/language_dart2js.status

Issue 12946006: Mixin tests that check compile time errors (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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/language/language.status ('k') | tests/language/mixin_type_parameters_errors_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
===================================================================
--- tests/language/language_dart2js.status (revision 20236)
+++ tests/language/language_dart2js.status (working copy)
@@ -36,11 +36,12 @@
*vm_negative_test: Skip
[ $compiler == dart2js && $checked ]
-mixin_type_parameters_super_extends_test: Fail # http://dartbug.com/8116
+#mixin_type_parameters_super_extends_test: Fail # http://dartbug.com/8116
mixin_type_parameters_super_test: Fail # http://dartbug.com/8116
mixin_type_parameters_mixin_extends_test: Fail # http://dartbug.com/8116
mixin_type_parameters_mixin_test: Fail # http://dartbug.com/8116
+
prefix16_test: Fail # dartbug.com/7354
default_factory2_test/01: Pass # For the wrong reasons.
type_variable_scope_test/none: Fail
@@ -200,7 +201,15 @@
switch_label_test: Fail # error: target of continue is not a loop or switch case
on_catch_malformed_type_test: Fail # Malformed types cause compile-time errors.
+# Missing compilation error for wrong number of type arguments.
+mixin_type_parameters_errors_test/01: Fail
+mixin_type_parameters_errors_test/02: Fail
+mixin_type_parameters_errors_test/05: Fail
+# new with wrong number of type arguments should be a runtime error.
+mixin_type_parameters_errors_test/03: Fail
+mixin_type_parameters_errors_test/04: Fail
+
# External tests.
external_test/01: Fail
external_test/02: Fail
« no previous file with comments | « tests/language/language.status ('k') | tests/language/mixin_type_parameters_errors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698