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

Unified Diff: tests/language/language.status

Issue 8788004: Fixing parsing of factories. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: updated minfrog 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
« frog/parser.dart ('K') | « frog/parser.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 e602e6f63ac830dd31dc25c112f550bae87a4b63..839f7544aeaf3c4c1e9247a7b515d3e67a9b6298 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -312,7 +312,11 @@ TypeVariableBoundsTest/none: Fail # Issue 417
TypeVariableBoundsTest/00: Fail # Issue 417
TypeVariableBoundsTest/03: Fail # Issue 417
TypeVariableBoundsTest/04: Fail # Issue 417
-TypeVariableScopeTest/none: Fail # Issue 417
+TypeVariableScopeTest/00: Fail # These negative tests were passing incorrectly
+TypeVariableScopeTest/02: Fail
+TypeVariableScopeTest/03: Fail
+TypeVariableScopeTest/04: Fail
+TypeVariableScopeTest/06: Fail
WrongNumberTypeArgumentsTest: Fail
ImplicitThisTest/01: Fail # Issue 376
ImplicitThisTest/02: Fail # Issue 376
@@ -336,6 +340,12 @@ StaticTopLevelTest/00: Fail
StaticTopLevelTest/03: Fail
StringInterpolate2Test: Fail
ToplevelCollision2Test/01: Fail # added in r1934
+TypeVariableBoundsTest/none: Pass # I think the "cancel leg" message is confusing the test harness? Leg is bailing on all these tests after seeing the "extends" factory syntax.
jimhug 2011/12/08 16:24:30 Please file this as a frog bug to replace this lon
+TypeVariableBoundsTest/00: Pass
+TypeVariableBoundsTest/03: Pass
+TypeVariableBoundsTest/04: Pass
+TypeVariableBoundsTest/02: Fail
+TypeVariableBoundsTest/06: Fail
# Parser errors.
OverrideFieldTest/01: Skip
« frog/parser.dart ('K') | « frog/parser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698