blob: 56ba102fe6be302165999c60b8a71d31cb075a7a [file] [log] [blame]
# 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.
# Skip non-test files ending with "_test".
packages/*: Skip
*/packages/*: Skip
*/*/packages/*: Skip
*/*/*/packages/*: Skip
*/*/*/*packages/*: Skip
*/*/*/*/*packages/*: Skip
# Only run tests from the build directory, since we don't care about the
# difference between transformed an untransformed code.
test/*: Skip
[ $runtime == d8 || $runtime == jsshell ]
build/test/chain_test: Fail # Issues 15171 and 15105
build/test/vm_test: RuntimeError, OK # VM-specific traces
[ $compiler == dart2js && $browser ]
build/test/vm_test: Fail, OK # VM-specific traces
build/test/chain_test: Fail # Issues 15171 and 15105