| 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 [ $runtime == vm ] | 5 [ $runtime == vm ] |
| 6 isolate2_negative_test: Skip # Need to resolve correct behaviour. | 6 isolate2_negative_test: Skip # Need to resolve correct behaviour. |
| 7 serialization_test: Skip # tests frog-specific serialization code | 7 serialization_test: Skip # tests frog-specific serialization code |
| 8 v2_spawn_uri_test: Fail # test uses a ".js" suffix that is bogus on vm. | 8 spawn_uri_test: Fail # test uses a ".js" suffix that is bogus on vm. |
| 9 v2_compute_this_script_browser_test: Skip # browser specific test | 9 compute_this_script_browser_test: Skip # browser specific test |
| 10 | 10 |
| 11 [ $compiler == none && $runtime == drt ] | 11 [ $compiler == none && $runtime == drt ] |
| 12 serialization_test: Skip # tests frog-specific serialization code | 12 serialization_test: Skip # tests frog-specific serialization code |
| 13 v2_spawn_uri_test: Skip # uses a .js extension (not for dartium) | 13 spawn_uri_test: Skip # uses a .js extension (not for dartium) |
| 14 v2_spawn_uri_negative_test: Skip # ditto | 14 spawn_uri_negative_test: Skip # ditto |
| 15 v2_spawn_uri_vm_test: Skip # not implemented in dartium yet. | 15 spawn_uri_vm_test: Skip # not implemented in dartium yet. |
| 16 v2_spawn_uri_vm_negative_test: Skip | 16 spawn_uri_vm_negative_test: Skip |
| 17 | 17 |
| 18 [ $compiler == frog ] | 18 [ $compiler == frog ] |
| 19 v2_spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. | 19 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. |
| 20 v2_spawn_uri_vm_negative_test: Skip # ditto above. | 20 spawn_uri_vm_negative_test: Skip # ditto above. |
| 21 | 21 |
| 22 [ $compiler == frog && $runtime == d8 ] | 22 [ $compiler == frog && $runtime == d8 ] |
| 23 v2_spawn_uri_test: Fail # not implemented for d8 | 23 spawn_uri_test: Fail # not implemented for d8 |
| 24 v2_compute_this_script_browser_test: Skip # browser specific test | 24 compute_this_script_browser_test: Skip # browser specific test |
| 25 | 25 |
| 26 [ $compiler == dartc ] | 26 [ $compiler == dartc ] |
| 27 serialization_test: Skip # tests frog-specific serialization code | 27 serialization_test: Skip # tests frog-specific serialization code |
| 28 isolate_negative_test: Fail # status change with --check-only | 28 isolate_negative_test: Fail # status change with --check-only |
| 29 isolate2_negative_test: Fail # status change with --check-only | 29 isolate2_negative_test: Fail # status change with --check-only |
| 30 v2*_negative_test: Fail, OK # fails only at runtime | 30 *_negative_test: Fail, OK # fails only at runtime |
| 31 | 31 |
| 32 # TODO(jmesserly): investigate why these are flaky on actual browsers | 32 # TODO(jmesserly): investigate why these are flaky on actual browsers |
| 33 [ $compiler == frog && ($runtime == drt || $runtime == ff || $runtime == chrome
|| $runtime == safari || $runtime == ie || $runtime == opera) ] | 33 [ $compiler == frog && ($runtime == drt || $runtime == ff || $runtime == chrome
|| $runtime == safari || $runtime == ie || $runtime == opera) ] |
| 34 nested_spawn2_test: Skip | 34 nested_spawn2_test: Skip |
| 35 nested_spawn_test: Skip | 35 nested_spawn_test: Skip |
| 36 isolate_negative_test: Skip | 36 isolate_negative_test: Skip |
| 37 isolate2_negative_test: Skip | 37 isolate2_negative_test: Skip |
| 38 | 38 |
| 39 [ $compiler == frog && $runtime == none ] | |
| 40 *: Skip | |
| 41 | |
| 42 [ $runtime == safari ] | 39 [ $runtime == safari ] |
| 43 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 | 40 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 |
| 44 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 41 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
| 45 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 42 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
| 46 message_test: Skip | 43 message_test: Skip |
| 47 | 44 |
| 45 # TODO(ager): Update these. |
| 48 [ $runtime == ie && $system == windows ] | 46 [ $runtime == ie && $system == windows ] |
| 49 v2*: Skip | 47 v2*: Skip |
| 50 | 48 |
| 51 [ $runtime == safari && $system == macos ] | 49 [ $runtime == safari && $system == macos ] |
| 52 v2*: Skip | 50 v2*: Skip |
| 53 | 51 |
| 54 [ $runtime == ie && ($system == linux || $system == mac) ] | 52 [ $runtime == ie && ($system == linux || $system == mac) ] |
| 55 *: Skip | 53 *: Skip |
| 56 | 54 |
| 57 [ $runtime == safari && ($system == linux || $system == windows) ] | 55 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 58 *: Skip | 56 *: Skip |
| 59 | 57 |
| 60 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 58 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 61 [ $runtime == opera ] | 59 [ $runtime == opera ] |
| 62 *: Skip | 60 *: Skip |
| 63 | 61 |
| 64 [ $arch == simarm ] | 62 [ $arch == simarm ] |
| 65 *: Skip | 63 *: Skip |
| 66 | 64 |
| 67 [ $arch == arm ] | 65 [ $arch == arm ] |
| 68 *: Skip | 66 *: Skip |
| 69 | 67 |
| 70 [ $compiler == dart2js && $browser ] | 68 [ $compiler == dart2js && $browser ] |
| 71 v2_spawn_uri_test: Skip # dart2js does not support spawnUri yet | 69 spawn_uri_test: Skip # dart2js does not support spawnUri yet |
| 72 v2_spawn_uri_negative_test: Skip # ditto | 70 spawn_uri_negative_test: Skip # ditto |
| 73 v2_spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. | 71 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. |
| 74 v2_spawn_uri_vm_negative_test: Skip # ditto above. | 72 spawn_uri_vm_negative_test: Skip # ditto above. |
| 75 constructor_test: Fail, OK # dart2js does not support subclassing Isolate | 73 constructor_test: Fail, OK # dart2js does not support subclassing Isolate |
| 76 | 74 |
| 77 [ $compiler == dart2js && $runtime == d8 ] | 75 [ $compiler == dart2js && $runtime == d8 ] |
| 78 constructor_test: Fail, OK # dart2js does not support subclassing Isolate | 76 constructor_test: Fail, OK # dart2js does not support subclassing Isolate |
| 79 v2_spawn_uri_test: Skip # loading another file is not supported in d8 | 77 spawn_uri_test: Skip # loading another file is not supported in d8 |
| 80 v2_spawn_uri_negative_test: Skip # ditto | 78 spawn_uri_negative_test: Skip # ditto |
| 81 v2_spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. | 79 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. |
| 82 v2_spawn_uri_vm_negative_test: Skip # ditto above. | 80 spawn_uri_vm_negative_test: Skip # ditto above. |
| 83 | 81 |
| 84 [ $compiler == dart2js && $runtime == none ] | 82 [ $compiler == dart2js && $runtime == none ] |
| 85 *: Fail, Pass # TODO(ahe): Triage these tests. | 83 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 86 | 84 |
| 87 [ $compiler == dart2dart ] | 85 [ $compiler == dart2dart ] |
| 88 # Skip until we stabilize language tests. | 86 # Skip until we stabilize language tests. |
| 89 *: Skip | 87 *: Skip |
| OLD | NEW |