Add missing third_party/pkg_tested status file

update .gitignore to not ignore it

R=whesse@google.com
BUG=

Review URL: https://codereview.chromium.org//1147503003
This commit is contained in:
Rico Wind 2015-05-17 07:31:34 +02:00
parent 859281f7c6
commit 08fbbd2880
2 changed files with 29 additions and 0 deletions

View file

@ -3,3 +3,4 @@
# except for items in the pkg directory and self
!.gitignore
!pkg
!pkg_tested

View file

@ -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