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

Unified Diff: tests/language/language.status

Issue 12041018: Disallow cyclic mixins. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add extra test - simplify code. Created 7 years, 11 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
diff --git a/tests/language/language.status b/tests/language/language.status
index 52f544ce9d58fb674360fa88b93352c53ccbb5d6..2582ba7d1692c079da493bf90b5cf27dd840222d 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -338,6 +338,13 @@ mixin_illegal_constructor_test/14: Fail # issue 8025
mixin_illegal_constructor_test/15: Fail # issue 8025
mixin_illegal_constructor_test/16: Fail # issue 8025
+mixin_illegal_cycles_test/01: Fail # issue 8027
+mixin_illegal_cycles_test/02: Fail # issue 8027
+mixin_illegal_cycles_test/03: Fail # issue 8027
+mixin_illegal_cycles_test/04: Fail # issue 8027
+mixin_illegal_cycles_test/05: Fail # issue 8027
+mixin_illegal_cycles_test/06: Fail # issue 8027
+
#
# Add new dartc annotations above in alphabetical order
#

Powered by Google App Engine
This is Rietveld 408576698