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

Unified Diff: tests/language/language_dart2js.status

Issue 1126173002: Refactor handling of compounds. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use new BaseImplementation mixins in IrBuilderVisitor. Created 5 years, 7 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_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index da161717d5895a5a8363091810c34e14c284dbb4..d264bb299b371c36d89138e322d4e5a7cdaa93f6 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -962,8 +962,6 @@ super_inferrer_test : Crash # Instance of 'TypeOperator': type check unimplement
super_operator_index2_test : RuntimeError
super_operator_index5_test : Crash # bailout: (super[0]=42): visitUnresolvedSuperIndexSet
super_operator_index5_test: RuntimeError # Please triage this failure.
-super_operator_index6_test : Crash # bailout: (super[0]+=1): visitUnresolvedSuperGetterCompoundIndexSet
-super_operator_index6_test: RuntimeError # Please triage this failure.
super_operator_index7_test : Crash # bailout: (super[0]=42): visitUnresolvedSuperIndexSet
super_operator_index7_test: RuntimeError # Please triage this failure.
super_operator_index8_test : Crash # bailout: (super[f()]=g()): visitUnresolvedSuperIndexSet

Powered by Google App Engine
This is Rietveld 408576698