| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 5436)
|
| +++ tests/language/language.status (working copy)
|
| @@ -375,11 +375,11 @@
|
| SuperTest: Fail # this is testing precise ordering of super constructor call
|
| SwitchLabelTest: Fail
|
| TypeChecksInFactoryMethodTest: Fail # Issue 925
|
| -TypeVariableBoundsTest*: Skip # multiple error annotations are required
|
| -TypeVariableBounds2Test*: Skip # multiple error annotations are required
|
| +TypeVariableBoundsTest/00: Fail # Issue 2134
|
| +TypeVariableBoundsTest/10: Fail # Issue 2134
|
| TypeVariableIdentifierExpressionNegativeTest: Fail # Issue 643
|
| TypeVariableShadowsClass: Fail # Issue 643
|
| -WrongNumberTypeArgumentsTest*: Skip # multiple error annotations are required
|
| +WrongNumberTypeArgumentsTest/00: Fail # Issue 2134
|
| ImplicitThisTest/01: Fail # Issue 376
|
| ImplicitThisTest/02: Fail # Issue 376
|
| ImplicitThisTest/03: Fail # Issue 376
|
| @@ -453,6 +453,12 @@
|
| AssignStaticTypeTest/02: Fail # Unrecognized option: --no-enable-type-checks.
|
| AssignStaticTypeTest/03: Fail # Unrecognized option: --no-enable-type-checks.
|
| AssignStaticTypeTest/04: Fail # Unrecognized option: --no-enable-type-checks.
|
| +TypeVariableBoundsTest/01: Fail # Issue 2135
|
| +TypeVariableBoundsTest/02: Fail # Issue 2135
|
| +TypeVariableBoundsTest/05: Fail # Issue 2135
|
| +TypeVariableBounds2Test/00: Fail # Issue 2135
|
| +TypeVariableBounds2Test/03: Fail # Issue 2135
|
| +TypeVariableBounds2Test/05: Fail # Issue 2135
|
|
|
| [ $component == frog || $component == frogsh ]
|
| # these tests are inconsistent in frogium and frogsh-node, investigate
|
|
|