| 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 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 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 spawn_uri_test: Skip # uses a .js extension (not for dartium) | 13 spawn_uri_test: Skip # uses a .js extension (not for dartium) |
| 14 spawn_uri_negative_test: Skip # ditto | 14 spawn_uri_negative_test: Skip # ditto |
| 15 spawn_uri_vm_test: Skip # not implemented in dartium yet. | 15 spawn_uri_vm_test: Skip # not implemented in dartium yet. |
| 16 spawn_uri_vm_negative_test: Skip | 16 spawn_uri_vm_negative_test: Skip |
| 17 | 17 |
| 18 [ $compiler == frog ] | 18 [ $compiler == frog ] |
| 19 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 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 spawn_uri_test: Fail # not implemented for d8 | 23 spawn_uri_test: Fail # not implemented for d8 |
| 24 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 *_negative_test: Fail, OK # fails only at runtime | 30 spawn_function_negative_test: Fail, OK # Fails at runtime. |
| 31 spawn_uri_negative_test: Fail, OK # Fails at runtime. |
| 32 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. |
| 33 unresolved_ports_negative_test: Fail, OK # Fails at runtime. |
| 31 | 34 |
| 32 # TODO(jmesserly): investigate why these are flaky on actual browsers | 35 # 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) ] | 36 [ $compiler == frog && ($runtime == drt || $runtime == ff || $runtime == chrome
|| $runtime == safari || $runtime == ie || $runtime == opera) ] |
| 34 nested_spawn2_test: Skip | 37 nested_spawn2_test: Skip |
| 35 nested_spawn_test: Skip | 38 nested_spawn_test: Skip |
| 36 isolate_negative_test: Skip | 39 isolate_negative_test: Skip |
| 37 isolate2_negative_test: Skip | 40 isolate2_negative_test: Skip |
| 38 | 41 |
| 39 [ $runtime == safari ] | 42 [ $runtime == safari ] |
| 40 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 | 43 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 spawn_uri_negative_test: Skip # ditto | 81 spawn_uri_negative_test: Skip # ditto |
| 79 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. | 82 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. |
| 80 spawn_uri_vm_negative_test: Skip # ditto above. | 83 spawn_uri_vm_negative_test: Skip # ditto above. |
| 81 | 84 |
| 82 [ $compiler == dart2js && $runtime == none ] | 85 [ $compiler == dart2js && $runtime == none ] |
| 83 *: Fail, Pass # TODO(ahe): Triage these tests. | 86 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 84 | 87 |
| 85 [ $compiler == dart2dart ] | 88 [ $compiler == dart2dart ] |
| 86 # Skip until we stabilize language tests. | 89 # Skip until we stabilize language tests. |
| 87 *: Skip | 90 *: Skip |
| OLD | NEW |