| 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 # tests frog-specific serialization code |
| 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 SerializationTest: Skip # tests frog-specific serialization code |
| 15 IsolateNegativeTest: Fail # status change with --check-only | 16 IsolateNegativeTest: Fail # status change with --check-only |
| 16 Isolate2NegativeTest: Fail # status change with --check-only | 17 Isolate2NegativeTest: Fail # status change with --check-only |
| 17 *APIv2*: Skip # new api for isolates not in corelib yet. | 18 *APIv2*: Skip # new api for isolates not in corelib yet. |
| 18 | 19 |
| 19 [ $arch == chromium && $arch == release ] | 20 [ $arch == chromium && $arch == release ] |
| 20 ConstructorTest: Fail # Bug 5382463 | 21 ConstructorTest: Fail # Bug 5382463 |
| 21 SpawnTest: Fail # Bug 5382463 | 22 SpawnTest: Fail # Bug 5382463 |
| 22 IsolateComplexMessagesTest: Fail # Bug 5382463 | 23 IsolateComplexMessagesTest: Fail # Bug 5382463 |
| 23 CountTest: Fail # Bug 5401734 | 24 CountTest: Fail # Bug 5401734 |
| 24 MintMakerTest: Fail # Bug 5401734 | 25 MintMakerTest: Fail # Bug 5401734 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 40 # TODO(eub, sigmund): unskip. | 41 # TODO(eub, sigmund): unskip. |
| 41 *spawnUri*: Skip | 42 *spawnUri*: Skip |
| 42 | 43 |
| 43 # TODO(jmesserly): investigate why these are flaky on actual browsers | 44 # TODO(jmesserly): investigate why these are flaky on actual browsers |
| 44 [ $component == frogium || $component == webdriver ] | 45 [ $component == frogium || $component == webdriver ] |
| 45 NestedSpawn2Test: Skip | 46 NestedSpawn2Test: Skip |
| 46 NestedSpawnTest: Skip | 47 NestedSpawnTest: Skip |
| 47 IsolateNegativeTest: Skip | 48 IsolateNegativeTest: Skip |
| 48 Isolate2NegativeTest: Skip | 49 Isolate2NegativeTest: Skip |
| 49 | 50 |
| 51 [ $component == frogsh ] |
| 52 # This test seems to be confusing the compiler who thinks that two instances of |
| 53 # the same type are not the same. |
| 54 SerializationTest: Skip |
| 55 |
| 50 [ $component == webdriver && $browser == safari ] | 56 [ $component == webdriver && $browser == safari ] |
| 51 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120 | 57 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120 |
| 52 MixedTest: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 | 58 MixedTest: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 |
| 53 Mixed2Test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 | 59 Mixed2Test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 |
| 54 MessageTest: Skip | 60 MessageTest: Skip |
| 55 | 61 |
| 56 [ $component == webdriver && $browser == ie && $system == win32 ] | 62 [ $component == webdriver && $browser == ie && $system == win32 ] |
| 57 APIv2*: Skip | 63 APIv2*: Skip |
| 58 | 64 |
| 59 [ $component == webdriver && $browser == safari && $system == macos ] | 65 [ $component == webdriver && $browser == safari && $system == macos ] |
| (...skipping 12 matching lines...) Expand all Loading... |
| 72 [ $component == leg ] | 78 [ $component == leg ] |
| 73 # TODO(ahe): Enable when leg matures. | 79 # TODO(ahe): Enable when leg matures. |
| 74 *: Skip | 80 *: Skip |
| 75 | 81 |
| 76 [ $arch == simarm ] | 82 [ $arch == simarm ] |
| 77 *: Skip | 83 *: Skip |
| 78 | 84 |
| 79 [ $arch == arm ] | 85 [ $arch == arm ] |
| 80 *: Skip | 86 *: Skip |
| 81 | 87 |
| OLD | NEW |