OLD | NEW |
1 # Copyright (c) 2011, 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 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 |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 | 60 |
61 [ $component == frog || $component == frogsh || $component == leg || $component
== frogium ] | 61 [ $component == frog || $component == frogsh || $component == leg || $component
== frogium ] |
62 *: Skip | 62 *: Skip |
63 | 63 |
64 | 64 |
65 [ $component == frog || $component == frogsh ] | 65 [ $component == frog || $component == frogsh ] |
66 *: Skip | 66 *: Skip |
67 | 67 |
68 | 68 |
69 [ $arch == x64 ] | 69 [ $arch == x64 ] |
70 *: Skip | 70 MediumIntegerTest: Fail # Issue 1146. |
71 | 71 |
72 | 72 |
73 [ $arch == arm ] | 73 [ $arch == arm ] |
74 *: Skip | 74 *: Skip |
75 | 75 |
76 | 76 |
77 [ $arch == simarm ] | 77 [ $arch == simarm ] |
78 *: Skip | 78 *: Skip |
OLD | NEW |