| Index: third_party/pkg_tested/pkg_tested.status
|
| diff --git a/third_party/pkg_tested/pkg_tested.status b/third_party/pkg_tested/pkg_tested.status
|
| index 653956db1528f2a89ab6a3675e1e86d9c42b6322..f52291ed75c1eea8864e1a2f06bd951a58e4f3ff 100644
|
| --- a/third_party/pkg_tested/pkg_tested.status
|
| +++ b/third_party/pkg_tested/pkg_tested.status
|
| @@ -20,3 +20,9 @@ dart_style/*: SkipByDesign
|
| [ $runtime == vm && ($mode == debug || $arch == mips || $arch == simmips || $arch == simarm || $arch == simarm64 || $builder_tag == asan) ]
|
| dart_style/test/command_line_test: Skip # The test controller does not take into account that tests take much longer in debug mode or on simulators/mips.
|
| dart_style/test/formatter_test: Skip # The test controller does not take into account that tests take much longer in debug mode or on simulators/mips.
|
| +
|
| +[ $compiler == dart2js && $cps_ir ]
|
| +dart_style/test/command_line_test: Crash # try/finally
|
| +dart_style/test/formatter_test: Crash # try/finally
|
| +dart_style/test/io_test: Crash # (throw new StateError("Unexpected call to wrapFuture with no current " "schedule.")): Unhandled node
|
| +dart_style/test/source_code_test: Crash # try/finally
|
|
|