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 [ $component == vm ] | 7 [ $component == vm ] |
| 8 | 8 |
| 9 [ $component == dartc ] | 9 [ $component == dartc ] |
| 10 MintMakerPromiseWithStubsTest : Skip # Bug 5365165 | |
|
zundel
2011/11/01 20:03:03
I'm wondering if we really need to commit the 'Ski
scheglov
2011/11/01 20:25:59
When I run tests I see obvious failures:
file:/us
| |
| 11 MintMakerFullyIsolatedTest : Skip # Bug 5365165 | |
| 10 | 12 |
| 11 [ $arch == x64 ] | 13 [ $arch == x64 ] |
| 12 *: Skip | 14 *: Skip |
| 13 | 15 |
| 14 [ $arch == simarm ] | 16 [ $arch == simarm ] |
| 15 *: Skip | 17 *: Skip |
| 16 | 18 |
| 17 [ $arch == arm ] | 19 [ $arch == arm ] |
| 18 *: Skip | 20 *: Skip |
| 19 | 21 |
| 20 [ $component == dartium ] | 22 [ $component == dartium ] |
| 21 *: Skip | 23 *: Skip |
| 22 | 24 |
| 23 [ $component == chromium ] | 25 [ $component == chromium ] |
| 24 *: Skip | 26 *: Skip |
| OLD | NEW |