| 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: Timeout | 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. |
| 18 | 19 |
| 19 [ $component == vm && $system == macos] | 20 [ $component == vm && $system == macos] |
| 20 # This test fails with "Too many open files" on the Mac OS buildbot. | 21 # This test fails with "Too many open files" on the Mac OS buildbot. |
| 21 SocketManyConnectionsTest: Skip | 22 SocketManyConnectionsTest: Skip |
| 22 | 23 |
| 23 [ $component == dartium ] | 24 [ $component == dartium ] |
| 24 # Server specific tests OK to fail in the browser | 25 # Server specific tests OK to fail in the browser |
| 25 EchoServerTest: Skip # Uses Socket | 26 EchoServerTest: Skip # Uses Socket |
| 26 EchoServerStreamTest: Skip # Uses Socket | 27 EchoServerStreamTest: Skip # Uses Socket |
| 27 EchoServerStreamReadUntilTest: Skip # Uses Socket | 28 EchoServerStreamReadUntilTest: Skip # Uses Socket |
| (...skipping 28 matching lines...) Expand all Loading... |
| 56 [ $arch == x64 ] | 57 [ $arch == x64 ] |
| 57 *: Skip | 58 *: Skip |
| 58 | 59 |
| 59 | 60 |
| 60 [ $arch == arm ] | 61 [ $arch == arm ] |
| 61 *: Skip | 62 *: Skip |
| 62 | 63 |
| 63 | 64 |
| 64 [ $arch == simarm ] | 65 [ $arch == simarm ] |
| 65 *: Skip | 66 *: Skip |
| OLD | NEW |