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

Unified Diff: tests/language/language.status

Issue 8789008: Fix "extends" checks. Move them out of resolve phase and do them on demand. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 | « frog/type.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 839f7544aeaf3c4c1e9247a7b515d3e67a9b6298..d465aff9e5ba6eaa9f60708fcfae1ebc821a740d 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -308,11 +308,11 @@ SuperImplicitClosureTest: Fail
SuperTest: Fail # this is testing precise ordering of super constructor call
SwitchLabelTest: Fail
TryCatch9NegativeTest: Fail
-TypeVariableBoundsTest/none: Fail # Issue 417
-TypeVariableBoundsTest/00: Fail # Issue 417
-TypeVariableBoundsTest/03: Fail # Issue 417
-TypeVariableBoundsTest/04: Fail # Issue 417
-TypeVariableScopeTest/00: Fail # These negative tests were passing incorrectly
+TypeVariableBoundsTest/01: Fail # these tests would work if the type was constructed
+TypeVariableBoundsTest/02: Fail
+TypeVariableBoundsTest/05: Fail
+TypeVariableBoundsTest/06: Fail
+TypeVariableScopeTest/00: Fail
TypeVariableScopeTest/02: Fail
TypeVariableScopeTest/03: Fail
TypeVariableScopeTest/04: Fail
« no previous file with comments | « frog/type.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698