| 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 isolate3_negative_test: Skip # test depends on isolate error exiting process. | 7 isolate3_negative_test: Skip # test depends on isolate error exiting process. |
| 8 serialization_test: Skip # tests dart2js-specific serialization code | 8 serialization_test: Skip # tests dart2js-specific serialization code |
| 9 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. | 9 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. |
| 10 compute_this_script_browser_test: Skip # browser specific test | 10 compute_this_script_browser_test: Skip # browser specific test |
| 11 timer_not_available_test: Fail, OK # only meant to test when there is no way to | 11 timer_not_available_test: Fail, OK # only meant to test when there is no way to |
| 12 # implement timer (currently only in d8) | 12 # implement timer (currently only in d8) |
| 13 timer_isolate_test: Skip # See Issue 4997 | 13 timer_isolate_test: Skip # See Issue 4997 |
| 14 unresolved_ports_negative_test: Skip # See Issue 6839 | 14 unresolved_ports_negative_test: Skip # See Issue 6839 |
| 15 | 15 |
| 16 [ $compiler == none && $runtime == drt ] | 16 [ $compiler == none && $runtime == drt ] |
| 17 isolate2_negative_test: Skip # Inherited from VM. | 17 isolate2_negative_test: Skip # Inherited from VM. |
| 18 isolate3_negative_test: Skip # Inherited from VM. | 18 isolate3_negative_test: Skip # Inherited from VM. |
| 19 serialization_test: Skip # tests dart2js-specific serialization code | 19 serialization_test: Skip # tests dart2js-specific serialization code |
| 20 spawn_uri_test: Skip # uses a .js extension (not for dartium) | 20 spawn_uri_test: Skip # uses a .js extension (not for dartium) |
| 21 spawn_uri_negative_test: Skip # ditto | 21 spawn_uri_negative_test: Skip # ditto |
| 22 spawn_uri_vm_test: Skip # not implemented in dartium yet. | 22 spawn_uri_vm_test: Skip # not implemented in dartium yet. |
| 23 spawn_uri_vm_negative_test: Skip | 23 spawn_uri_vm_negative_test: Skip |
| 24 timer_isolate_test: Skip # See Issue 4997 | 24 timer_isolate_test: Skip # See Issue 4997 |
| 25 timer_not_available_test: Skip # only meant to test when there is no way to | 25 timer_not_available_test: Skip # only meant to test when there is no way to |
| 26 # implement timer (currently only in d8) | 26 # implement timer (currently only in d8) |
| 27 | 27 |
| 28 [ $compiler == dartc ] | 28 [ $compiler == dartc ] |
| 29 serialization_test: Skip # tests dart2js-specific serialization code | |
| 30 isolate_negative_test: Fail # status change with --check-only | 29 isolate_negative_test: Fail # status change with --check-only |
| 31 isolate2_negative_test: Fail # status change with --check-only | 30 isolate2_negative_test: Fail # status change with --check-only |
| 32 spawn_function_negative_test: Fail, OK # Fails at runtime. | 31 spawn_function_negative_test: Fail, OK # Fails at runtime. |
| 33 spawn_uri_negative_test: Fail, OK # Fails at runtime. | 32 spawn_uri_negative_test: Fail, OK # Fails at runtime. |
| 34 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. | 33 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. |
| 35 unresolved_ports_negative_test: Fail, OK # Fails at runtime. | 34 unresolved_ports_negative_test: Fail, OK # Fails at runtime. |
| 36 | 35 |
| 37 # test issue 6512 | 36 # test issue 6512 |
| 38 isolate2_negative_test: Pass | 37 isolate2_negative_test: Pass |
| 39 compute_this_script_browser_test: Pass | 38 compute_this_script_browser_test: Pass |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 timer_isolate_test: Fail, OK # Needs Timer to run. | 103 timer_isolate_test: Fail, OK # Needs Timer to run. |
| 105 timer_repeat_test: Fail,OK # Needs Timer to run. | 104 timer_repeat_test: Fail,OK # Needs Timer to run. |
| 106 timer_test: Fail,OK # Needs Timer to run. | 105 timer_test: Fail,OK # Needs Timer to run. |
| 107 | 106 |
| 108 [ $compiler == dart2js && $runtime == none ] | 107 [ $compiler == dart2js && $runtime == none ] |
| 109 *: Fail, Pass # TODO(ahe): Triage these tests. | 108 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 110 | 109 |
| 111 [ $compiler == dart2dart ] | 110 [ $compiler == dart2dart ] |
| 112 # Skip until we stabilize language tests. | 111 # Skip until we stabilize language tests. |
| 113 *: Skip | 112 *: Skip |
| OLD | NEW |