| 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 [ $component == vm ] | 5 [ $component == vm ] |
| 6 Isolate2NegativeTest: Skip # Need to resolve correct behaviour. | 6 Isolate2NegativeTest: Skip # Need to resolve correct behaviour. |
| 7 | 7 |
| 8 [ $component == dartium || $component == vm ] | 8 [ $component == dartium || $component == vm ] |
| 9 SerializationTest: Skip # tests frog-specific serialization code | 9 SerializationTest: Skip # tests frog-specific serialization code |
| 10 *APIv2*: Skip # new api for isolates not implemented in the VM yet. | 10 *APIv2*: Skip # new api for isolates not implemented in the VM yet. |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 StaticStateTest: Fail # Bug 5401734 | 25 StaticStateTest: Fail # Bug 5401734 |
| 26 | 26 |
| 27 [ $arch == chromium ] | 27 [ $arch == chromium ] |
| 28 MandelIsolateTest: Skip # Bug 5353937. | 28 MandelIsolateTest: Skip # Bug 5353937. |
| 29 *APIv2*: Skip # not supported | 29 *APIv2*: Skip # not supported |
| 30 | 30 |
| 31 [ $component == frog || $component == frogsh ] | 31 [ $component == frog || $component == frogsh ] |
| 32 *BrowserTest: Skip | 32 *BrowserTest: Skip |
| 33 *BrowserNegativeTest: Skip | 33 *BrowserNegativeTest: Skip |
| 34 | 34 |
| 35 [ $component == frogium || $component == webdriver ] | 35 [ $component == frogium || $component == frogsh || $component == webdriver ] |
| 36 *StandaloneTest: Skip | 36 *StandaloneTest: Skip |
| 37 *StandaloneNegativeTest: Skip | 37 *StandaloneNegativeTest: Skip |
| 38 | 38 |
| 39 # TODO(jmesserly): investigate why these are flaky on actual browsers | 39 # TODO(jmesserly): investigate why these are flaky on actual browsers |
| 40 [ $component == frogium || $component == webdriver ] | 40 [ $component == frogium || $component == frogsh || $component == webdriver ] |
| 41 NestedSpawn2Test: Skip | 41 NestedSpawn2Test: Skip |
| 42 NestedSpawnTest: Skip | 42 NestedSpawnTest: Skip |
| 43 IsolateNegativeTest: Skip | 43 IsolateNegativeTest: Skip |
| 44 Isolate2NegativeTest: Skip | 44 Isolate2NegativeTest: Skip |
| 45 | 45 |
| 46 [ $component == webdriver && $browser == safari ] | 46 [ $component == webdriver && $browser == safari ] |
| 47 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120 | 47 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120 |
| 48 MixedTest: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 | 48 MixedTest: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 |
| 49 Mixed2Test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 | 49 Mixed2Test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 |
| 50 MessageTest: Skip | 50 MessageTest: Skip |
| (...skipping 20 matching lines...) Expand all Loading... |
| 71 | 71 |
| 72 [ $component == legium ] | 72 [ $component == legium ] |
| 73 *: Skip | 73 *: Skip |
| 74 | 74 |
| 75 [ $arch == simarm ] | 75 [ $arch == simarm ] |
| 76 *: Skip | 76 *: Skip |
| 77 | 77 |
| 78 [ $arch == arm ] | 78 [ $arch == arm ] |
| 79 *: Skip | 79 *: Skip |
| 80 | 80 |
| OLD | NEW |