From ca64ec8bf603e7152dd28cabbe33dd77a16fc3cf Mon Sep 17 00:00:00 2001 From: "jmesserly@google.com" Date: Fri, 2 Dec 2011 23:58:35 +0000 Subject: [PATCH] Fixing factories. Review URL: http://codereview.chromium.org//8788004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2043 260f80e4-7a28-3924-810f-c04153c831b5 --- tests/language/language.status | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tests/language/language.status b/tests/language/language.status index e602e6f63ac..839f7544aea 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. +TypeVariableBoundsTest/00: Pass +TypeVariableBoundsTest/03: Pass +TypeVariableBoundsTest/04: Pass +TypeVariableBoundsTest/02: Fail +TypeVariableBoundsTest/06: Fail # Parser errors. OverrideFieldTest/01: Skip