| 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. |
| 18 isolate3_negative_test: Skip # Inherited from VM. |
| 17 serialization_test: Skip # tests dart2js-specific serialization code | 19 serialization_test: Skip # tests dart2js-specific serialization code |
| 18 spawn_uri_test: Skip # uses a .js extension (not for dartium) | 20 spawn_uri_test: Skip # uses a .js extension (not for dartium) |
| 19 spawn_uri_negative_test: Skip # ditto | 21 spawn_uri_negative_test: Skip # ditto |
| 20 spawn_uri_vm_test: Skip # not implemented in dartium yet. | 22 spawn_uri_vm_test: Skip # not implemented in dartium yet. |
| 21 spawn_uri_vm_negative_test: Skip | 23 spawn_uri_vm_negative_test: Skip |
| 22 timer_isolate_test: Pass, Fail # See Issue 4997 | 24 timer_isolate_test: Skip # See Issue 4997 |
| 23 timer_not_available_test: Fail, OK # 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 |
| 24 # implement timer (currently only in d8) | 26 # implement timer (currently only in d8) |
| 25 | 27 |
| 26 [ $compiler == dartc ] | 28 [ $compiler == dartc ] |
| 27 serialization_test: Skip # tests dart2js-specific serialization code | 29 serialization_test: Skip # tests dart2js-specific serialization code |
| 28 isolate_negative_test: Fail # status change with --check-only | 30 isolate_negative_test: Fail # status change with --check-only |
| 29 isolate2_negative_test: Fail # status change with --check-only | 31 isolate2_negative_test: Fail # status change with --check-only |
| 30 spawn_function_negative_test: Fail, OK # Fails at runtime. | 32 spawn_function_negative_test: Fail, OK # Fails at runtime. |
| 31 spawn_uri_negative_test: Fail, OK # Fails at runtime. | 33 spawn_uri_negative_test: Fail, OK # Fails at runtime. |
| 32 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. | 34 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. |
| 33 unresolved_ports_negative_test: Fail, OK # Fails at runtime. | 35 unresolved_ports_negative_test: Fail, OK # Fails at runtime. |
| 34 | 36 |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 timer_isolate_test: Fail, OK # Needs Timer to run. | 104 timer_isolate_test: Fail, OK # Needs Timer to run. |
| 103 timer_repeat_test: Fail,OK # Needs Timer to run. | 105 timer_repeat_test: Fail,OK # Needs Timer to run. |
| 104 timer_test: Fail,OK # Needs Timer to run. | 106 timer_test: Fail,OK # Needs Timer to run. |
| 105 | 107 |
| 106 [ $compiler == dart2js && $runtime == none ] | 108 [ $compiler == dart2js && $runtime == none ] |
| 107 *: Fail, Pass # TODO(ahe): Triage these tests. | 109 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 108 | 110 |
| 109 [ $compiler == dart2dart ] | 111 [ $compiler == dart2dart ] |
| 110 # Skip until we stabilize language tests. | 112 # Skip until we stabilize language tests. |
| 111 *: Skip | 113 *: Skip |
| OLD | NEW |