OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 TimeoutTest: Skip # Timeout test for testing the test runner. | 5 TimeoutTest: Skip # Timeout test for testing the test runner. |
6 FailTest: Fail, OK # Fails intentionally | 6 FailTest: Fail, OK # Fails intentionally |
7 | 7 |
8 [ $component == vm && $checked ] | 8 [ $component == vm && $checked ] |
9 # These tests have type errors on purpose. | 9 # These tests have type errors on purpose. |
10 io/ProcessInvalidArgumentsTest: Fail, OK | 10 io/ProcessInvalidArgumentsTest: Fail, OK |
11 io/DirectoryInvalidArgumentsTest: Fail, OK | 11 io/DirectoryInvalidArgumentsTest: Fail, OK |
12 io/FileInvalidArgumentsTest: Fail, OK | 12 io/FileInvalidArgumentsTest: Fail, OK |
13 | 13 |
14 [ $component == vm] | 14 [ $component == vm] |
15 io/ManyEchoServerTest: Skip # Bug 5103754 | 15 io/ManyEchoServerTest: Skip # Bug 5103754 |
16 # These tests fail, crash, and timeout to test the testing infrastructure. | 16 # These tests fail, crash, and timeout to test the testing infrastructure. |
17 io/TestExtensionTest: Fail # shared library in wrong place (issue 1817) | 17 io/TestExtensionTest: Fail # shared library in wrong place (issue 1817) |
18 | 18 |
19 [ $component == vm && $system == macos] | 19 [ $component == vm && $system == macos] |
20 # This test fails with "Too many open files" on the Mac OS buildbot. | 20 # This test fails with "Too many open files" on the Mac OS buildbot. |
21 io/SocketManyConnectionsTest: Skip | 21 io/SocketManyConnectionsTest: Skip |
22 io/TestExtensionTest: Skip # Extensions not implemented on MacOS | 22 io/TestExtensionTest: Skip # Extensions not implemented on MacOS |
23 | 23 |
24 [ $component == vm && $system == win32] | 24 [ $component == vm && $system == windows] |
25 io/TestExtensionTest: Skip # Extensions not implemented on Windows | 25 io/TestExtensionTest: Skip # Extensions not implemented on Windows |
26 io/HttpShutdownTest: Skip # Currently times out on windows | 26 io/HttpShutdownTest: Skip # Currently times out on windows |
27 | 27 |
28 [ $component == dartium ] | 28 [ $component == dartium ] |
29 io/*: Skip # Don't run tests using dart:io in the browser | 29 io/*: Skip # Don't run tests using dart:io in the browser |
30 | 30 |
31 [ $component == dartc || $component == chromium ] | 31 [ $component == dartc || $component == chromium ] |
32 *: Skip | 32 *: Skip |
33 | 33 |
34 [ $component == frog || $component == frogsh || $component == frogium || $compon
ent == legium ] | 34 [ $component == frog || $component == frogsh || $component == frogium || $compon
ent == legium ] |
35 *: Skip | 35 *: Skip |
36 | 36 |
37 | 37 |
38 [ $component == frog || $component == frogsh ] | 38 [ $component == frog || $component == frogsh ] |
39 *: Skip | 39 *: Skip |
40 | 40 |
41 | 41 |
42 [ $arch == x64 ] | 42 [ $arch == x64 ] |
43 MediumIntegerTest: Fail # Issue 1146. | 43 MediumIntegerTest: Fail # Issue 1146. |
44 | 44 |
45 | 45 |
46 [ $arch == arm ] | 46 [ $arch == arm ] |
47 *: Skip | 47 *: Skip |
48 | 48 |
49 | 49 |
50 [ $arch == simarm ] | 50 [ $arch == simarm ] |
51 *: Skip | 51 *: Skip |
OLD | NEW |