| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 5064)
|
| +++ tests/language/language.status (working copy)
|
| @@ -357,10 +357,11 @@
|
| SuperTest: Fail # this is testing precise ordering of super constructor call
|
| SwitchLabelTest: Fail
|
| TypeChecksInFactoryMethodTest: Fail # Issue 925
|
| -TypeVariableBoundsTest/00: Fail
|
| +TypeVariableBoundsTest*: Skip # multiple error annotations are required
|
| +TypeVariableBounds2Test*: Skip # multiple error annotations are required
|
| TypeVariableIdentifierExpressionNegativeTest: Fail # Issue 643
|
| TypeVariableShadowsClass: Fail # Issue 643
|
| -WrongNumberTypeArgumentsTest/none: Fail
|
| +WrongNumberTypeArgumentsTest*: Skip # multiple error annotations are required
|
| ImplicitThisTest/01: Fail # Issue 376
|
| ImplicitThisTest/02: Fail # Issue 376
|
| ImplicitThisTest/03: Fail # Issue 376
|
| @@ -427,14 +428,9 @@
|
| PrivateMemberTest/02: Fail # test seems bad - see issue #353
|
| PrivateMemberTest/03: Fail # test seems bad - see issue #353
|
| PrivateMemberTest/04: Fail # test seems bad - see issue #353
|
| -TypeVariableBoundsTest/10: Fail # Should not complain in production mode.
|
| -WrongNumberTypeArgumentsTest/00: Fail # Should not complain in production mode.
|
|
|
| [ ($component == frogsh || $component == frog || $component == frogium) && $checked ]
|
| PrivateMemberTest/none: Fail # test seems bad - see issue #353
|
| -TypeVariableBoundsTest/09: Fail
|
| -TypeVariableBounds2Test/00: Fail # Issue 1939
|
| -TypeVariableBounds2Test/03: Fail # Issue 1939
|
|
|
| [ $component == frog || $component == frogsh ]
|
| # these tests are inconsistent in frogium and frogsh-node, investigate
|
|
|