forked from dart-archive/stack_trace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.status
More file actions
23 lines (19 loc) · 825 Bytes
/
Copy path.status
File metadata and controls
23 lines (19 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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