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

Unified Diff: tests/language/language.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 | « no previous file | tests/language/language_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
===================================================================
--- tests/language/language.status (revision 20236)
+++ tests/language/language.status (working copy)
@@ -98,6 +98,8 @@
list_literal1_negative_test: Fail
map_literal1_negative_test: Fail
+mixin_type_parameters_errors_test/03: Fail
+mixin_type_parameters_errors_test/04: Fail
# test issue 8129
redirecting_factory_infinite_steps_test/01: Fail
@@ -354,6 +356,9 @@
on_catch_malformed_type_test: Fail # Issue 8601
+# False positive compile-time error is masking expected compile-time error
+mixin_type_parameters_errors_test/*: Skip
+
# Mixins fail on the VM.
mixin_mixin_test: Fail # VM issue
mixin_illegal_constructor_test/none: Fail # VM issue
« no previous file with comments | « no previous file | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698