Chromium Code Reviews| 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 stub-generator | 5 prefix stub-generator |
| 6 | 6 |
| 7 [ $arch == ia32 ] | 7 [ $arch == ia32 ] |
| 8 MintMakerFullyIsolatedTest: Skip # issue 115 | |
| 9 | 8 |
| 10 [ $arch == dartc ] | 9 [ $arch == dartc ] |
| 11 | 10 |
| 12 [ $arch == x64 ] | 11 [ $arch == x64 ] |
| 13 *: Skip | 12 *: Skip |
| 14 | 13 |
| 15 [ $arch == simarm ] | 14 [ $arch == simarm ] |
| 16 *: Skip | 15 *: Skip |
| 17 | 16 |
| 18 [ $arch == arm ] | 17 [ $arch == arm ] |
| 19 *: Skip | 18 *: Skip |
| 20 | 19 |
| 21 [ $arch == dartium ] | 20 [ $arch == dartium ] |
| 22 *: Skip | 21 *: Skip |
| 23 | 22 |
| 24 [ $arch == chromium ] | 23 [ $arch == chromium ] |
| 25 *: Skip | 24 *: Skip |
| OLD | NEW |