| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 |
| 51 | 51 |
| 52 [ $component == webdriver && $browser == ff && $system == win32 ] |
| 53 MessageTest: Fail # Issue 2101 |
| 54 |
| 55 |
| 52 [ $component == webdriver && $browser == ie && $system == win32 ] | 56 [ $component == webdriver && $browser == ie && $system == win32 ] |
| 53 APIv2*: Skip | 57 APIv2*: Skip |
| 54 | 58 |
| 55 [ $component == webdriver && $browser == safari && $system == macos ] | 59 [ $component == webdriver && $browser == safari && $system == macos ] |
| 56 APIv2*: Skip | 60 APIv2*: Skip |
| 57 | 61 |
| 58 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] | 62 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] |
| 59 *: Skip | 63 *: Skip |
| 60 | 64 |
| 61 [ $component == webdriver && $browser == safari && ($system == linux || $system
== win32) ] | 65 [ $component == webdriver && $browser == safari && ($system == linux || $system
== win32) ] |
| 62 *: Skip | 66 *: Skip |
| 63 | 67 |
| 64 # 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. |
| 65 [ $component == webdriver && $browser == opera ] | 69 [ $component == webdriver && $browser == opera ] |
| 66 *: Skip | 70 *: Skip |
| 67 | 71 |
| 68 [ $component == leg ] | 72 [ $component == leg ] |
| 69 # TODO(ahe): Enable when leg matures. | 73 # TODO(ahe): Enable when leg matures. |
| 70 *: Skip | 74 *: Skip |
| 71 | 75 |
| 72 [ $component == legium ] | 76 [ $component == legium ] |
| 73 *: Skip | 77 *: Skip |
| 74 | 78 |
| 75 [ $arch == simarm ] | 79 [ $arch == simarm ] |
| 76 *: Skip | 80 *: Skip |
| 77 | 81 |
| 78 [ $arch == arm ] | 82 [ $arch == arm ] |
| 79 *: Skip | 83 *: Skip |
| 80 | 84 |
| OLD | NEW |