| Index: dart/frog/tests/leg_only/leg_only.status
|
| diff --git a/dart/frog/tests/leg_only/leg_only.status b/dart/frog/tests/leg_only/leg_only.status
|
| index b43d0a55ac613ef11083dc8d982210f6d362488e..cf8c701b944776774eaba6906c7df318b9d4d3b1 100644
|
| --- a/dart/frog/tests/leg_only/leg_only.status
|
| +++ b/dart/frog/tests/leg_only/leg_only.status
|
| @@ -4,17 +4,21 @@
|
|
|
| prefix leg_only
|
|
|
| -ClassTest: Fail
|
| -
|
|
|
| -[ $component == leg || $component == frog || $component == frogsh ]
|
| +[ $component == leg ]
|
| +ClassTest: Fail
|
| StatementsTest: Fail
|
| TypedLocalsTest: Fail
|
| ForeignTest: Fail # JS methods are only visible within core library.
|
|
|
| +
|
| [ $mode == debug ]
|
| BailoutTest: Crash # VM issue 1570
|
| CompoundOperatorIndexTest: Crash # VM issue 1570
|
| ForInTest: Crash # VM issue 1570
|
| OperatorTest: Skip
|
| StringInterpolationTest: Skip
|
| +
|
| +
|
| +[ $component == frog || $component == frogsh ]
|
| +*: Skip
|
|
|