| 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 isolate | 5 prefix isolate |
| 6 | 6 |
| 7 [ $arch == dartium ] | 7 [ $arch == dartium ] |
| 8 MintMakerPromiseTest: Skip # Bug 5491853 | |
| 9 MintMakerTest: Skip # Bug 5491853 | |
| 10 | 8 |
| 11 [ $arch == ia32 ] | 9 [ $arch == ia32 ] |
| 12 Isolate2NegativeTest: Skip # Need to resolve correct behaviour. | 10 Isolate2NegativeTest: Skip # Need to resolve correct behaviour. |
| 13 | 11 |
| 14 [ $arch == dartium || $arch == ia32 || $arch == x64 || $arch == simarm || $arch
== arm ] | 12 [ $arch == dartium || $arch == ia32 || $arch == x64 || $arch == simarm || $arch
== arm ] |
| 15 SerializationTest: Skip # DartC test (uses coreimpl). | 13 SerializationTest: Skip # DartC test (uses coreimpl). |
| 16 | 14 |
| 17 [ $arch == chromium && $arch == release ] | 15 [ $arch == chromium && $arch == release ] |
| 18 ConstructorTest: Fail # Bug 5382463 | 16 ConstructorTest: Fail # Bug 5382463 |
| 19 SpawnTest: Fail # Bug 5382463 | 17 SpawnTest: Fail # Bug 5382463 |
| 20 IsolateComplexMessagesTest: Fail # Bug 5382463 | 18 IsolateComplexMessagesTest: Fail # Bug 5382463 |
| 21 CountTest: Fail # Bug 5401734 | 19 CountTest: Fail # Bug 5401734 |
| 22 PromiseBasedTest: Fail # Bug 5401734 | 20 PromiseBasedTest: Fail # Bug 5401734 |
| 23 MintMakerPromiseTest: Fail # Bug 5401734 | 21 MintMakerPromiseTest: Fail # Bug 5401734 |
| 24 MintMakerTest: Fail # Bug 5401734 | 22 MintMakerTest: Fail # Bug 5401734 |
| 25 RequestReplyTest: Fail # Bug 5401734 | 23 RequestReplyTest: Fail # Bug 5401734 |
| 26 StaticStateTest: Fail # Bug 5401734 | 24 StaticStateTest: Fail # Bug 5401734 |
| 27 | 25 |
| 28 [ $arch == chromium ] | 26 [ $arch == chromium ] |
| 29 MandelIsolateTest: Skip # Bug 5353937. | 27 MandelIsolateTest: Skip # Bug 5353937. |
| 30 | 28 |
| 31 [ $arch == x64 ] | 29 [ $arch == x64 ] |
| 32 *: Skip | 30 *: Skip |
| 33 | 31 |
| 34 [ $arch == simarm ] | 32 [ $arch == simarm ] |
| 35 *: Skip | 33 *: Skip |
| 36 | 34 |
| 37 [ $arch == arm ] | 35 [ $arch == arm ] |
| 38 *: Skip | 36 *: Skip |
| OLD | NEW |