| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 prefix standalone | 5 prefix standalone |
| 6 | 6 |
| 7 [ $component == vm && $checked ] | 7 [ $component == vm && $checked ] |
| 8 # These tests have type errors on purpose. | 8 # These tests have type errors on purpose. |
| 9 ProcessInvalidArgumentsTest: Fail, OK | 9 ProcessInvalidArgumentsTest: Fail, OK |
| 10 DirectoryInvalidArgumentsTest: Fail, OK | 10 DirectoryInvalidArgumentsTest: Fail, OK |
| 11 FileInvalidArgumentsTest: Fail, OK | 11 FileInvalidArgumentsTest: Fail, OK |
| 12 | 12 |
| 13 [ $component == vm] | 13 [ $component == vm] |
| 14 ManyEchoServerTest: Skip # Bug 5103754 | 14 ManyEchoServerTest: Skip # Bug 5103754 |
| 15 # These tests fail, crash, and timeout to test the testing infrastructure. | 15 # These tests fail, crash, and timeout to test the testing infrastructure. |
| 16 FailTest: Fail | 16 FailTest: Fail |
| 17 TimeoutTest: Skip # Uses too much time to test on many platforms, for no gain. | 17 TimeoutTest: Skip # Uses too much time to test on many platforms, for no gain. |
| 18 TestRunnerTest: Skip # Hangs occasionally on many platforms. Bug 383. | |
| 19 | 18 |
| 20 [ $component == vm && $system == macos] | 19 [ $component == vm && $system == macos] |
| 21 # 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. |
| 22 SocketManyConnectionsTest: Skip | 21 SocketManyConnectionsTest: Skip |
| 23 | 22 |
| 24 [ $component == dartium ] | 23 [ $component == dartium ] |
| 25 # Server specific tests OK to fail in the browser | 24 # Server specific tests OK to fail in the browser |
| 26 EchoServerTest: Skip # Uses Socket | 25 EchoServerTest: Skip # Uses Socket |
| 27 EchoServerStreamTest: Skip # Uses Socket | 26 EchoServerStreamTest: Skip # Uses Socket |
| 28 EchoServerStreamReadUntilTest: Skip # Uses Socket | 27 EchoServerStreamReadUntilTest: Skip # Uses Socket |
| (...skipping 28 matching lines...) Expand all Loading... |
| 57 [ $arch == x64 ] | 56 [ $arch == x64 ] |
| 58 *: Skip | 57 *: Skip |
| 59 | 58 |
| 60 | 59 |
| 61 [ $arch == arm ] | 60 [ $arch == arm ] |
| 62 *: Skip | 61 *: Skip |
| 63 | 62 |
| 64 | 63 |
| 65 [ $arch == simarm ] | 64 [ $arch == simarm ] |
| 66 *: Skip | 65 *: Skip |
| OLD | NEW |