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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] | 58 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] |
59 *: Skip | 59 *: Skip |
60 | 60 |
61 [ $component == webdriver && $browser == safari && ($system == linux || $system
== win32) ] | 61 [ $component == webdriver && $browser == safari && ($system == linux || $system
== win32) ] |
62 *: Skip | 62 *: Skip |
63 | 63 |
64 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 64 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
65 [ $component == webdriver && $browser == opera ] | 65 [ $component == webdriver && $browser == opera ] |
66 *: Skip | 66 *: Skip |
67 | 67 |
68 [ $component == leg ] | |
69 # TODO(ahe): Enable when leg matures. | |
70 *: Skip | |
71 | |
72 [ $component == legium ] | 68 [ $component == legium ] |
73 *: Skip | 69 *: Skip |
74 | 70 |
75 [ $arch == simarm ] | 71 [ $arch == simarm ] |
76 *: Skip | 72 *: Skip |
77 | 73 |
78 [ $arch == arm ] | 74 [ $arch == arm ] |
79 *: Skip | 75 *: Skip |
80 | 76 |
OLD | NEW |