| 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 [ $arch == ia32 && $checked ] | 7 [ $arch == ia32 && $checked ] |
| 8 # This test has 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 | 11 |
| 11 [ $arch == ia32] | 12 [ $arch == ia32] |
| 12 ManyEchoServerTest: Skip # Bug 5103754 | 13 ManyEchoServerTest: Skip # Bug 5103754 |
| 13 | 14 |
| 14 BlackListedTest/01: Fail # Bug 5469684 | 15 BlackListedTest/01: Fail # Bug 5469684 |
| 15 BlackListedTest/02: Fail # Bug 5469684 | 16 BlackListedTest/02: Fail # Bug 5469684 |
| 16 BlackListedTest/03: Fail, Crash # Bug 5469684 | 17 BlackListedTest/03: Fail, Crash # Bug 5469684 |
| 17 BlackListedTest/04: Fail, Crash # Bug 5469684 | 18 BlackListedTest/04: Fail, Crash # Bug 5469684 |
| 18 BlackListedTest/05: Fail # Bug 5469684 | 19 BlackListedTest/05: Fail # Bug 5469684 |
| 19 BlackListedTest/06: Fail # Bug 5469684 | 20 BlackListedTest/06: Fail # Bug 5469684 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 [ $arch == x64 ] | 67 [ $arch == x64 ] |
| 67 *: Skip | 68 *: Skip |
| 68 | 69 |
| 69 | 70 |
| 70 [ $arch == arm ] | 71 [ $arch == arm ] |
| 71 *: Skip | 72 *: Skip |
| 72 | 73 |
| 73 | 74 |
| 74 [ $arch == simarm ] | 75 [ $arch == simarm ] |
| 75 *: Skip | 76 *: Skip |
| OLD | NEW |