| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 2391)
|
| +++ tests/language/language.status (working copy)
|
| @@ -21,10 +21,6 @@
|
| [ $component == vm || $component == dartium ]
|
| ClassTest: Fail # Bug 4504458 (pseudo keyword)
|
| NamingTest: Fail # Bug 4504458 (pseudo keyword)
|
| -TypeVariableBoundsTest/01: Skip # Issue 483 (testing framework issue)
|
| -TypeVariableBoundsTest/02: Skip # Issue 483
|
| -TypeVariableBoundsTest/05: Skip # Issue 483
|
| -TypeVariableBoundsTest/06: Skip # Issue 483
|
| ImpliedInterfaceTest: Fail # Bug 5349944
|
| FBoundedQuantificationTest: Skip # Issue 439
|
| FieldOverrideTest/none: Fail # Issue 742: field shadowing now allowed
|
| @@ -107,7 +103,8 @@
|
| DynamicTest: Fail # Bug 5527899.
|
| ExampleConstructorTest: Fail # Bug 4205742.
|
| ExpectTest: Fail # Missing extensions to class Expect.
|
| -FactoryNegativeTest: Fail # Issue 417
|
| +Factory3Test: Fail # Issue 417
|
| +FactoryNegativeTest: Fail # Issue 417
|
| For2Test: Fail # Bug 4995208.
|
| FunctionTypeAliasNegativeTest: Fail # Bug 5231617.
|
| FunctionTypeAliasTest: Fail # Bug 4519208.
|
| @@ -263,6 +260,11 @@
|
| NamedParametersPassingFalsyTest: Fail
|
| NamedParametersTypeTest: Fail
|
| NamedParametersWithConversionsTest: Fail
|
| +NativeClassInheritance1FrogTest: Fail # issue 417
|
| +NativeClassInheritance2FrogTest: Fail # issue 417
|
| +NativeClassInheritance3FrogTest: Fail # issue 417
|
| +NativeClassIsCheck1FrogTest: Fail # issue 417
|
| +NativeClassIsCheck2FrogTest: Fail # issue 417
|
| NativeLibrarySameNameUsedFrogTest: Fail # ReferenceError: I is not defined.
|
| NativeNamedConstructors2FrogTest: Fail # ReferenceError: A is not defined.
|
| NativePropertyFrogTest: Fail # Object #<A> has no method 'set$X'
|
| @@ -300,7 +302,9 @@
|
| SuperTest: Fail # this is testing precise ordering of super constructor call
|
| SwitchLabelTest: Fail
|
| TryCatch9NegativeTest: Fail
|
| -TypeVariableBoundsTest/01: Fail # these tests would work if the type was constructed
|
| +TypeVariableScopeTest/none: Fail
|
| +TypeVariableBoundsTest/00: Fail # these tests would work if the type was constructed
|
| +TypeVariableBoundsTest/01: Fail
|
| TypeVariableBoundsTest/02: Fail
|
| TypeVariableBoundsTest/05: Fail
|
| TypeVariableBoundsTest/06: Fail
|
| @@ -334,7 +338,6 @@
|
| ToplevelCollision2Test/00: 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
|
|
|