| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 1593)
|
| +++ tests/language/language.status (working copy)
|
| @@ -21,14 +21,12 @@
|
| [ $component == vm || $component == dartium ]
|
| ClassTest: Fail # Bug 4504458 (pseudo keyword)
|
| NamingTest: Fail # Bug 4504458 (pseudo keyword)
|
| -TypeVariableBoundsTest/none: Fail # Bug 5257789
|
| -TypeVariableBoundsTest/02: Fail # Bug 5257789
|
| -TypeVariableBoundsTest/03: Fail # Bug 5257789
|
| -TypeVariableBoundsTest/04: Fail # Bug 5257789
|
| -TypeVariableBoundsTest/07: Fail # Bug 5257789
|
| -TypeVariableScopeTest/03: Fail # Bug 5349550, was 5316513
|
| -TypeVariableScopeTest/04: Fail # Bug 5349550, was 5316513
|
| +TypeVariableBoundsTest/01: Skip # Issue 483
|
| +TypeVariableBoundsTest/02: Skip # Issue 483
|
| +TypeVariableBoundsTest/05: Skip # Issue 483
|
| +TypeVariableBoundsTest/06: Skip # Issue 483
|
| ImpliedInterfaceTest: Fail # Bug 5349944
|
| +FBoundedQuantificationTest: Skip # Issue 439
|
|
|
| # These bugs refer currently ongoing language discussions.
|
| Constructor5Test: Fail # Bug 8440015
|
| @@ -37,8 +35,6 @@
|
| # Regular bugs which should be fixed.
|
| ManyEchoServerTest: Skip # Bug 5103754
|
|
|
| -NonParameterizedFactory2Test: Fail # Bug 5257789
|
| -
|
| WrongNumberTypeArgumentsTest: Fail # Bug 5532690
|
| Prefix18NegativeTest: Fail # Issue 307
|
| Prefix20NegativeTest: Fail # Issue 307
|
| @@ -49,8 +45,6 @@
|
| ImplicitThisTest/04: Fail # Issue 374
|
| ImplicitThisTest/none: Fail # Issue 374
|
|
|
| -NonParameterizedFactoryTest: Fail # Bug 5257789
|
| -
|
| # DartC or Frog specific tests that should not be run by the VM
|
| *DartcTest: Skip
|
| *DartcNegativeTest: Skip
|
| @@ -91,8 +85,9 @@
|
| ConstConstructor2NegativeTest: FAIL # Bug 5142545
|
| CTConst3Test: Fail # Codesite Issue 120
|
| FactoryNegativeTest: Fail # Issue 417
|
| +TypeVariableBoundsTest/none: Fail # Issue 417
|
| +TypeVariableScopeTest/none: Fail # Issue 417
|
|
|
| -
|
| StringConcatTest: FAIL # Bug 5196164
|
| NamedParametersTypeTest: Fail # Implementation in progress.
|
| NamedParametersNegativeTest: Fail # Implementation in progress.
|
| @@ -200,7 +195,7 @@
|
| ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
|
|
|
| [ $component == frogsh || $component == frog || $component == leg || $component == webdriver || $component == frogium ]
|
| -# TODO(efortuna): Distinguish between specific browser being run for webdriver
|
| +# TODO(efortuna): Distinguish between specific browser being run for webdriver
|
| # (by flag option) to specify which tests pass.
|
| FactoryNegativeTest: Fail # Issue 417
|
| CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerException.
|
| @@ -317,8 +312,11 @@
|
| SuperTest: Fail # this is testing precise ordering of super constructor call
|
| SwitchLabelTest: Fail
|
| TryCatch9NegativeTest: Fail
|
| -TypeVariableBoundsTest/00: Fail # Is the test syntax valid? VM gives an error.
|
| -TypeVariableBoundsTest/05: Fail # issue with test filed as #354
|
| +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
|
| UnboundGetterTest: Fail
|
| VarInitTest: Fail
|
| WrongNumberTypeArgumentsTest: Fail
|
|
|