| 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 ] |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 MandelIsolateTest: Skip # Bug 5353937. | 31 MandelIsolateTest: Skip # Bug 5353937. |
| 32 *APIv2*: Skip # not supported | 32 *APIv2*: Skip # not supported |
| 33 | 33 |
| 34 [ $component == frog || $component == frogsh ] | 34 [ $component == frog || $component == frogsh ] |
| 35 *BrowserTest: Skip | 35 *BrowserTest: Skip |
| 36 *BrowserNegativeTest: Skip | 36 *BrowserNegativeTest: Skip |
| 37 | 37 |
| 38 [ $component == frogium || $component == webdriver ] | 38 [ $component == frogium || $component == webdriver ] |
| 39 *StandaloneTest: Skip | 39 *StandaloneTest: Skip |
| 40 *StandaloneNegativeTest: Skip | 40 *StandaloneNegativeTest: Skip |
| 41 # We need multi-file tests for this. See Issue 1666. |
| 42 # TODO(eub, sigmund): unskip. |
| 43 *spawnUri*: Skip |
| 41 | 44 |
| 42 # TODO(jmesserly): investigate why these are flaky on actual browsers | 45 # TODO(jmesserly): investigate why these are flaky on actual browsers |
| 43 [ $component == frogium || $component == webdriver ] | 46 [ $component == frogium || $component == webdriver ] |
| 44 NestedSpawn2Test: Skip | 47 NestedSpawn2Test: Skip |
| 45 NestedSpawnTest: Skip | 48 NestedSpawnTest: Skip |
| 46 IsolateNegativeTest: Skip | 49 IsolateNegativeTest: Skip |
| 47 Isolate2NegativeTest: Skip | 50 Isolate2NegativeTest: Skip |
| 48 | 51 |
| 49 [ $component == webdriver && $browser == safari ] | 52 [ $component == webdriver && $browser == safari ] |
| 50 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120 | 53 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 72 [ $component == leg ] | 75 [ $component == leg ] |
| 73 # TODO(ahe): Enable when leg matures. | 76 # TODO(ahe): Enable when leg matures. |
| 74 *: Skip | 77 *: Skip |
| 75 | 78 |
| 76 [ $arch == simarm ] | 79 [ $arch == simarm ] |
| 77 *: Skip | 80 *: Skip |
| 78 | 81 |
| 79 [ $arch == arm ] | 82 [ $arch == arm ] |
| 80 *: Skip | 83 *: Skip |
| 81 | 84 |
| OLD | NEW |