Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(602)

Unified Diff: third_party/pkg_tested/pkg_tested.status

Issue 1147503003: Add missing third_party/pkg_tested status file (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/.gitignore ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/.gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698