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