| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..066479ad386f93941a4ab5c1bc31efa960172bae
|
| --- /dev/null
|
| +++ b/third_party/pkg_tested/pkg_tested.status
|
| @@ -0,0 +1,28 @@
|
| +# Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
|
| +# for details. All rights reserved. Use of this source code is governed by a
|
| +# BSD-style license that can be found in the LICENSE file.
|
| +
|
| +# Don't run any test-like files that show up in packages directories. It
|
| +# shouldn't be necessary to run "pub install" in these packages, but if you do
|
| +# it shouldn't break the tests.
|
| +*/packages/*/*: Skip
|
| +*/*/packages/*/*: Skip
|
| +*/*/*/packages/*/*: Skip
|
| +*/*/*/*/packages/*/*: Skip
|
| +*/*/*/*/*/packages/*/*: Skip
|
| +
|
| +[ $browser ]
|
| +analyzer_cli/*: SkipByDesign # Uses dart:io.
|
| +dart_style/*: SkipByDesign
|
| +
|
| +[ $runtime == vm && ($mode == debug || $arch == mips || $arch == simmips || $arch == simarm || $arch == simarmv5te || $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 ]
|
| +analyzer_cli/test/error_test: Crash # unsupported element kind: _escapeRegExp:field
|
| +analyzer_cli/test/options_test: Crash # try/finally
|
| +dart_style/test/command_line_test: Crash # try/finally
|
| +dart_style/test/formatter_test: Crash # try/finally
|
| +dart_style/test/io_test: Crash # unsupported element kind: _asyncBody:field
|
| +dart_style/test/source_code_test: Crash # try/finally
|
|
|