| 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 == drt && $compiler == none && $mode == debug ] | 5 [ $runtime == drt && $compiler == none && $mode == debug ] |
| 6 spawn_uri_vm_test: Fail # Issue 11656 | 6 spawn_uri_vm_test: Fail # Issue 11656 |
| 7 spawn_uri_nested_vm_test: Fail # Issue 11656 | 7 spawn_uri_nested_vm_test: Fail # Issue 11656 |
| 8 | 8 |
| 9 [ $runtime == vm ] | 9 [ $runtime == vm ] |
| 10 isolate2_negative_test: Skip # Need to resolve correct behaviour. | 10 isolate2_negative_test: Skip # Need to resolve correct behaviour. |
| 11 isolate3_negative_test: Skip # test depends on isolate error exiting process. | 11 isolate3_negative_test: Skip # test depends on isolate error exiting process. |
| 12 serialization_test: Skip # tests dart2js-specific serialization code | 12 serialization_test: Skip # tests dart2js-specific serialization code |
| 13 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. | 13 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. |
| 14 compute_this_script_browser_test: Skip # browser specific test | 14 compute_this_script_browser_test: Skip # browser specific test |
| 15 compute_this_script_browser_stream_test: Skip # browser specific test | 15 compute_this_script_browser_stream_test: Skip # browser specific test |
| 16 ports_compilation_browser_test: Skip # browser specific test | 16 ports_compilation_browser_test: Skip # browser specific test |
| 17 unresolved_ports_negative_test: Skip # See Issue 6839 | 17 unresolved_ports_negative_test: Skip # See Issue 6839 |
| 18 isolate_stress_test: Fail # TODO(ahe): This should be able to pass when we have
wrapper-less tests. | 18 isolate_stress_test: Fail # TODO(ahe): This should be able to pass when we have
wrapper-less tests. |
| 19 | 19 |
| 20 [ $compiler == none && $runtime == drt ] | 20 [ $compiler == none && $runtime == drt ] |
| 21 isolate2_negative_test: Skip # Inherited from VM. | 21 isolate2_negative_test: Skip # Inherited from VM. |
| 22 isolate3_negative_test: Skip # Inherited from VM. | 22 isolate3_negative_test: Skip # Inherited from VM. |
| 23 serialization_test: Skip # tests dart2js-specific serialization code | 23 serialization_test: Skip # tests dart2js-specific serialization code |
| 24 spawn_uri_test: Skip # uses a .js extension (not for dartium) | 24 spawn_uri_test: Skip # uses a .js extension (not for dartium) |
| 25 spawn_uri_negative_test: Skip # ditto | 25 spawn_uri_negative_test: Skip # ditto |
| 26 | 26 |
| 27 [ $compiler == dartc ] | |
| 28 isolate_negative_test: Fail # status change with --check-only | |
| 29 isolate2_negative_test: Fail # status change with --check-only | |
| 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. | |
| 34 | |
| 35 # test issue 6512 | |
| 36 isolate2_negative_test: Pass | |
| 37 compute_this_script_browser_test: Pass | |
| 38 | |
| 39 [ $compiler == dartanalyzer ] | 27 [ $compiler == dartanalyzer ] |
| 40 isolate2_negative_test: fail | 28 isolate2_negative_test: fail |
| 41 isolate_import_negative_test: fail | 29 isolate_import_negative_test: fail |
| 42 isolate_negative_test: fail | 30 isolate_negative_test: fail |
| 43 spawn_function_negative_test: fail | 31 spawn_function_negative_test: fail |
| 44 spawn_uri_negative_test: fail | 32 spawn_uri_negative_test: fail |
| 45 spawn_uri_vm_negative_test: fail | 33 spawn_uri_vm_negative_test: fail |
| 46 unresolved_ports_negative_test: fail | 34 unresolved_ports_negative_test: fail |
| 47 | 35 |
| 48 # test issue 10888 | 36 # test issue 10888 |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 isolate_stress_test: Pass, Timeout # issue 11648 | 134 isolate_stress_test: Pass, Timeout # issue 11648 |
| 147 | 135 |
| 148 [ $arch == arm || $arch == simarm ] | 136 [ $arch == arm || $arch == simarm ] |
| 149 *: Skip | 137 *: Skip |
| 150 | 138 |
| 151 [ $arch == mips ] | 139 [ $arch == mips ] |
| 152 *: Skip | 140 *: Skip |
| 153 | 141 |
| 154 [ $arch == simmips ] | 142 [ $arch == simmips ] |
| 155 *: Skip | 143 *: Skip |
| OLD | NEW |