| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 [ $component == webdriver && $browser == safari ] | 49 [ $component == webdriver && $browser == safari ] |
| 50 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120 | 50 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120 |
| 51 MixedTest: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 | 51 MixedTest: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 |
| 52 Mixed2Test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 | 52 Mixed2Test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 |
| 53 MessageTest: Skip | 53 MessageTest: Skip |
| 54 PromiseBasedTest: Skip | 54 PromiseBasedTest: Skip |
| 55 | 55 |
| 56 [ $component == webdriver && $browser == ie && $system == win32 ] | 56 [ $component == webdriver && $browser == ie && $system == win32 ] |
| 57 APIv2*: Skip | 57 APIv2*: Skip |
| 58 | 58 |
| 59 [ $component == webdriver && $browser == safari && $system == macos ] |
| 60 APIv2*: Skip |
| 61 |
| 59 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] | 62 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] |
| 60 *: Skip | 63 *: Skip |
| 61 | 64 |
| 62 [ $component == webdriver && $browser == safari && ($system == linux || $system
== win32) ] | 65 [ $component == webdriver && $browser == safari && ($system == linux || $system
== win32) ] |
| 63 *: Skip | 66 *: Skip |
| 64 | 67 |
| 65 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 68 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 66 [ $component == webdriver && $browser == opera ] | 69 [ $component == webdriver && $browser == opera ] |
| 67 *: Skip | 70 *: Skip |
| 68 | 71 |
| 69 [ $component == leg ] | 72 [ $component == leg ] |
| 70 # TODO(ahe): Enable when leg matures. | 73 # TODO(ahe): Enable when leg matures. |
| 71 *: Skip | 74 *: Skip |
| 72 | 75 |
| 73 [ $arch == simarm ] | 76 [ $arch == simarm ] |
| 74 *: Skip | 77 *: Skip |
| 75 | 78 |
| 76 [ $arch == arm ] | 79 [ $arch == arm ] |
| 77 *: Skip | 80 *: Skip |
| 78 | 81 |
| OLD | NEW |