forked from dart-lang/test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.status
43 lines (35 loc) · 1.27 KB
/
.status
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# 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/*: SkipByDesign
*/packages/*: SkipByDesign
*/*/packages/*: SkipByDesign
*/*/*/packages/*: SkipByDesign
*/*/*/*packages/*: SkipByDesign
*/*/*/*/*packages/*: SkipByDesign
# Only run tests from the test directory, since we don't care about the
# difference between transformed an untransformed code.
build/test/*: SkipByDesign
build/test/*/*: SkipByDesign
build/test/*/*/*: SkipByDesign
build/test/*/*/*/*: SkipByDesign
# Don't run library files as tests
lib/*: SkipByDesign
lib/*/*: SkipByDesign
lib/*/*/*: SkipByDesign
lib/*/*/*/*: SkipByDesign
# PhantomJS isn't supported on the bots (issue 23195).
test/runner/browser/phantom_js: Skip
test/runner/browser/loader_test: Pass, Slow
[ $system != windows ]
test/runner/browser/internet_explorer: SkipByDesign
[ $system != macos ]
test/runner/browser/safari: SkipByDesign
# The test harness for browser tests doesn't play nicely with the new way of
# doing browser tests.
[ $browser ]
test/*: SkipByDesign
test/*/*: SkipByDesign
test/*/*/*: SkipByDesign
test/*/*/*/*: SkipByDesign