| OLD | NEW |
| 1 # Copyright (c) 2012, 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 isolate | 5 prefix isolate |
| 6 | 6 |
| 7 [ $component == vm ] | 7 [ $component == vm ] |
| 8 Isolate2NegativeTest: Skip # Need to resolve correct behaviour. | 8 Isolate2NegativeTest: Skip # Need to resolve correct behaviour. |
| 9 | 9 |
| 10 [ $component == dartium || $component == vm ] | 10 [ $component == dartium || $component == vm ] |
| 11 SerializationTest: Skip # DartC test (uses coreimpl). | 11 SerializationTest: Skip # DartC test (uses coreimpl). |
| 12 *APIv2*: Skip # new api for isolates not implemented in the VM yet. | 12 *APIv2*: Skip # new api for isolates not implemented in the VM yet. |
| 13 | 13 |
| 14 [ $component == dartc ] | 14 [ $component == dartc ] |
| 15 IsolateNegativeTest: Fail # status change with --check-only | 15 IsolateNegativeTest: Fail # status change with --check-only |
| 16 Isolate2NegativeTest: Fail # status change with --check-only | 16 Isolate2NegativeTest: Fail # status change with --check-only |
| 17 *APIv2*: Skip # new api for isolates not in corelib yet. | 17 *APIv2*: Skip # new api for isolates not in corelib yet. |
| 18 | 18 |
| 19 [ $arch == chromium && $arch == release ] | 19 [ $arch == chromium && $arch == release ] |
| 20 ConstructorTest: Fail # Bug 5382463 | 20 ConstructorTest: Fail # Bug 5382463 |
| 21 SpawnTest: Fail # Bug 5382463 | 21 SpawnTest: Fail # Bug 5382463 |
| 22 IsolateComplexMessagesTest: Fail # Bug 5382463 | 22 IsolateComplexMessagesTest: Fail # Bug 5382463 |
| 23 CountTest: Fail # Bug 5401734 | 23 CountTest: Fail # Bug 5401734 |
| 24 PromiseBasedTest: Fail # Bug 5401734 | |
| 25 MintMakerPromiseTest: Fail # Bug 5401734 | |
| 26 MintMakerTest: Fail # Bug 5401734 | 24 MintMakerTest: Fail # Bug 5401734 |
| 27 RequestReplyTest: Fail # Bug 5401734 | 25 RequestReplyTest: Fail # Bug 5401734 |
| 28 StaticStateTest: Fail # Bug 5401734 | 26 StaticStateTest: Fail # Bug 5401734 |
| 29 | 27 |
| 30 [ $arch == chromium ] | 28 [ $arch == chromium ] |
| 31 MandelIsolateTest: Skip # Bug 5353937. | 29 MandelIsolateTest: Skip # Bug 5353937. |
| 32 *APIv2*: Skip # not supported | 30 *APIv2*: Skip # not supported |
| 33 | 31 |
| 34 [ $component == frog || $component == frogsh ] | 32 [ $component == frog || $component == frogsh ] |
| 35 *BrowserTest: Skip | 33 *BrowserTest: Skip |
| 36 *BrowserNegativeTest: Skip | 34 *BrowserNegativeTest: Skip |
| 37 | 35 |
| 38 [ $component == frogium || $component == webdriver ] | 36 [ $component == frogium || $component == webdriver ] |
| 39 *StandaloneTest: Skip | 37 *StandaloneTest: Skip |
| 40 *StandaloneNegativeTest: Skip | 38 *StandaloneNegativeTest: Skip |
| 41 | 39 |
| 42 # TODO(jmesserly): investigate why these are flaky on actual browsers | 40 # TODO(jmesserly): investigate why these are flaky on actual browsers |
| 43 [ $component == frogium || $component == webdriver ] | 41 [ $component == frogium || $component == webdriver ] |
| 44 NestedSpawn2Test: Skip | 42 NestedSpawn2Test: Skip |
| 45 NestedSpawnTest: Skip | 43 NestedSpawnTest: Skip |
| 46 IsolateNegativeTest: Skip | 44 IsolateNegativeTest: Skip |
| 47 Isolate2NegativeTest: Skip | 45 Isolate2NegativeTest: Skip |
| 48 | 46 |
| 49 [ $component == webdriver && $browser == safari ] | 47 [ $component == webdriver && $browser == safari ] |
| 50 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120 | 48 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120 |
| 51 MixedTest: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 | 49 MixedTest: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 |
| 52 Mixed2Test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 | 50 Mixed2Test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 |
| 53 MessageTest: Skip | 51 MessageTest: Skip |
| 54 PromiseBasedTest: Skip | |
| 55 | 52 |
| 56 [ $component == webdriver && $browser == ie && $system == win32 ] | 53 [ $component == webdriver && $browser == ie && $system == win32 ] |
| 57 APIv2*: Skip | 54 APIv2*: Skip |
| 58 | 55 |
| 59 [ $component == webdriver && $browser == safari && $system == macos ] | 56 [ $component == webdriver && $browser == safari && $system == macos ] |
| 60 APIv2*: Skip | 57 APIv2*: Skip |
| 61 | 58 |
| 62 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] | 59 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] |
| 63 *: Skip | 60 *: Skip |
| 64 | 61 |
| 65 [ $component == webdriver && $browser == safari && ($system == linux || $system
== win32) ] | 62 [ $component == webdriver && $browser == safari && ($system == linux || $system
== win32) ] |
| 66 *: Skip | 63 *: Skip |
| 67 | 64 |
| 68 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 65 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 69 [ $component == webdriver && $browser == opera ] | 66 [ $component == webdriver && $browser == opera ] |
| 70 *: Skip | 67 *: Skip |
| 71 | 68 |
| 72 [ $component == leg ] | 69 [ $component == leg ] |
| 73 # TODO(ahe): Enable when leg matures. | 70 # TODO(ahe): Enable when leg matures. |
| 74 *: Skip | 71 *: Skip |
| 75 | 72 |
| 76 [ $arch == simarm ] | 73 [ $arch == simarm ] |
| 77 *: Skip | 74 *: Skip |
| 78 | 75 |
| 79 [ $arch == arm ] | 76 [ $arch == arm ] |
| 80 *: Skip | 77 *: Skip |
| 81 | 78 |
| OLD | NEW |