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