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 == leg ] | 5 [ $component == leg || $component == legium ] |
6 ConstructorTest: Fail # Isolate object not properly constructed | 6 ConstructorTest: Fail # Isolate object not properly constructed |
7 StaticStateTest: Fail # Closure wrapping does not switch isolate | 7 StaticStateTest: Fail # Closure wrapping does not switch isolate |
8 | 8 |
9 SerializationTest: Fail, OK # Frog specific serialization state | 9 SerializationTest: Fail, OK # Frog specific serialization state |
10 | 10 |
11 APIv2_spawnStandaloneTest: Fail, OK # Leg does not support APIv2 | 11 APIv2_spawnStandaloneTest: Fail, OK # Leg does not support APIv2 |
12 APIv2_unresolvedPortsStandaloneTest: Fail, OK # Leg does not support APIv2 | 12 APIv2_unresolvedPortsStandaloneTest: Fail, OK # Leg does not support APIv2 |
13 | 13 |
| 14 [ $component == leg ] |
14 # Browser tests only supported on browser components. | 15 # Browser tests only supported on browser components. |
15 *BrowserTest: Skip | 16 *BrowserTest: Skip |
16 *BrowserNegativeTest: Skip | 17 *BrowserNegativeTest: Skip |
OLD | NEW |