Chromium Code Reviews| Index: tests/language/language.status |
| =================================================================== |
| --- tests/language/language.status (revision 1585) |
| +++ 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 |
|
srdjan
2011/11/16 23:02:26
A tab?
regis
2011/11/16 23:38:08
Done.
|
| +TypeVariableScopeTest/none: Fail # Issue 417 |
|
srdjan
2011/11/16 23:02:26
I think issue 417 should be marked as resolved, th
regis
2011/11/16 23:38:08
The test is negative and is proper. Note that we a
|
| - |
| 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. |