| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index ee9bf59744d1725600031d05755ca10ef21a3ac4..017d2993fdc8c054ae3d4837223617f99f0e8c26 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -206,11 +206,6 @@ TypedMessageTest: Fail # Bug 5246195
|
| StringEscape1NegativeTest: Skip
|
| GCTest: Skip # Issue 1487
|
|
|
| -
|
| -[ $component == frogsh ]
|
| -IntrinsifiedMethodsTest: Fail # Issue 1470
|
| -ArithmeticTest: Fail # Issue 1470
|
| -
|
| # This set of four test components (frog, frogsh, frogium, and webdriver) all
|
| # consume frog output, so if frog is generating the incorrect code, chances are
|
| # it will fail on all of these components.
|
| @@ -223,7 +218,7 @@ ArithmeticTest: Fail # Issue 1470
|
| # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular
|
| # browser, you can be more specific about the failure by using $browser:
|
| # [ $component == webdriver && $browser == chrome ] for example.
|
| -[ $component == frog || $component == frogsh || $component == frogium || $component == webdriver]
|
| +[ $component == frog || $component == frogium || $component == frogsh|| $component == webdriver]
|
| ExceptionTest: Fail # Issue 1785
|
| Factory3Test: Fail # Issue 417
|
| Factory2NegativeTest: Fail
|
| @@ -231,7 +226,7 @@ CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
|
| DoubleToStringAsExponentialTest: Fail # fails due to -0.0.
|
| # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to
|
| # be moved to a
|
| -# [ $component == frog || $component == frogium || $component == webdriver ]
|
| +# [ $component == frog || $component == frogium || $component == frogsh || $component == webdriver ]
|
| # section.
|
| DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in constant propagation.
|
| DoubleToStringAsPrecisionTest: Fail # fails due to -0.0.
|
| @@ -379,7 +374,7 @@ NamedParameters4Test: Fail
|
|
|
| StringEscape4NegativeTest: Fail # Issue 1352
|
|
|
| -[ $component == frogium || $component == webdriver || $component == dartium ]
|
| +[ $component == frogium || $component == frogsh || $component == webdriver || $component == dartium ]
|
| ResourceTest: Fail # browser tests are #sourcing the test, causing an error that directives cannot be used in #sourced files, see issue 1807
|
|
|
| [ $component == webdriver && $browser == chrome ]
|
| @@ -441,7 +436,7 @@ TypeVariableBoundsTest/09: Fail
|
| TypeVariableBounds2Test/00: Fail # Issue 1939
|
| TypeVariableBounds2Test/03: Fail # Issue 1939
|
|
|
| -[ $component == frog || $component == frogsh ]
|
| +[ $component == frog ]
|
| # these tests are inconsistent in frogium and frogsh-node, investigate
|
| StaticField1RunNegativeTest: Pass
|
| StaticField2RunNegativeTest: Pass
|
| @@ -453,7 +448,7 @@ SyntaxTest/33: Fail # Issue 1109
|
| StringEscape3NegativeTest: Fail # Issue 1352
|
| LiteralUnaryPlusTest/01: Fail # Issue 1400
|
|
|
| -[ $component == frogium ]
|
| +[ $component == frogium || $component == frogsh ]
|
| # these tests are inconsistent in frogium and frogsh-node, investigate
|
| StaticField1RunNegativeTest: Pass # but error is not correct
|
| StaticField2RunNegativeTest: Pass # but error is not correct
|
|
|