| 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 dart2js-specific serialization code | 7 serialization_test: Skip # tests dart2js-specific serialization code |
| 8 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. | 8 spawn_uri_test: Fail, OK # 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 timer_not_available_test: Fail, OK # only meant to test when there is no way to | 10 timer_not_available_test: Fail, OK # only meant to test when there is no way to |
| 11 # implement timer (currently only in d8) | 11 # implement timer (currently only in d8) |
| 12 | 12 |
| 13 [ $compiler == none && $runtime == drt ] | 13 [ $compiler == none && $runtime == drt ] |
| 14 serialization_test: Skip # tests dart2js-specific serialization code | 14 serialization_test: Skip # tests dart2js-specific serialization code |
| 15 spawn_uri_test: Skip # uses a .js extension (not for dartium) | 15 spawn_uri_test: Skip # uses a .js extension (not for dartium) |
| 16 spawn_uri_negative_test: Skip # ditto | 16 spawn_uri_negative_test: Skip # ditto |
| 17 spawn_uri_vm_test: Skip # not implemented in dartium yet. | 17 spawn_uri_vm_test: Skip # not implemented in dartium yet. |
| 18 spawn_uri_vm_negative_test: Skip | 18 spawn_uri_vm_negative_test: Skip |
| 19 timer_not_available_test: Fail, OK # only meant to test when there is no way to | 19 timer_not_available_test: Fail, OK # only meant to test when there is no way to |
| 20 # implement timer (currently only in d8) | 20 # implement timer (currently only in d8) |
| 21 | 21 |
| 22 [ $compiler == dartc ] | 22 [ $compiler == dartc ] |
| 23 serialization_test: Skip # tests dart2js-specific serialization code | 23 serialization_test: Skip # tests dart2js-specific serialization code |
| 24 isolate_negative_test: Fail # status change with --check-only | 24 isolate_negative_test: Fail # status change with --check-only |
| 25 isolate2_negative_test: Fail # status change with --check-only | 25 isolate2_negative_test: Fail # status change with --check-only |
| 26 spawn_function_negative_test: Fail, OK # Fails at runtime. | 26 spawn_function_negative_test: Fail, OK # Fails at runtime. |
| 27 spawn_uri_negative_test: Fail, OK # Fails at runtime. | 27 spawn_uri_negative_test: Fail, OK # Fails at runtime. |
| 28 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. | 28 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. |
| 29 unresolved_ports_negative_test: Fail, OK # Fails at runtime. | 29 unresolved_ports_negative_test: Fail, OK # Fails at runtime. |
| 30 compute_this_script_browser_test: Fail # Issue 4713 | |
| 31 | 30 |
| 32 [ $runtime == safari ] | 31 [ $runtime == safari ] |
| 33 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 | 32 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1
120 |
| 34 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 33 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
| 35 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 | 34 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112
0 |
| 36 message_test: Skip | 35 message_test: Skip |
| 37 | 36 |
| 38 # TODO(ager): Update these. | 37 # TODO(ager): Update these. |
| 39 [ $runtime == ie && $system == windows ] | 38 [ $runtime == ie && $system == windows ] |
| 40 v2*: Skip | 39 v2*: Skip |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 multiple_timer_test: Fail,OK # Needs Timer to run. | 76 multiple_timer_test: Fail,OK # Needs Timer to run. |
| 78 timer_test: Fail,OK # Needs Timer to run. | 77 timer_test: Fail,OK # Needs Timer to run. |
| 79 timer_repeat_test: Fail,OK # Needs Timer to run. | 78 timer_repeat_test: Fail,OK # Needs Timer to run. |
| 80 | 79 |
| 81 [ $compiler == dart2js && $runtime == none ] | 80 [ $compiler == dart2js && $runtime == none ] |
| 82 *: Fail, Pass # TODO(ahe): Triage these tests. | 81 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 83 | 82 |
| 84 [ $compiler == dart2dart ] | 83 [ $compiler == dart2dart ] |
| 85 # Skip until we stabilize language tests. | 84 # Skip until we stabilize language tests. |
| 86 *: Skip | 85 *: Skip |
| OLD | NEW |