| 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 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 [ $compiler == dartanalyzer ] | 23 [ $compiler == dartanalyzer ] |
| 24 isolate2_negative_test: fail | 24 isolate2_negative_test: fail |
| 25 isolate_negative_test: fail | 25 isolate_negative_test: fail |
| 26 spawn_function_negative_test: fail | 26 spawn_function_negative_test: fail |
| 27 spawn_uri_negative_test: fail | 27 spawn_uri_negative_test: fail |
| 28 spawn_uri_vm_negative_test: fail | 28 spawn_uri_vm_negative_test: fail |
| 29 unresolved_ports_negative_test: fail | 29 unresolved_ports_negative_test: fail |
| 30 | 30 |
| 31 [ $compiler == dart2analyzer ] | 31 [ $compiler == dart2analyzer ] |
| 32 isolate2_negative_test: fail | 32 isolate2_negative_test: fail |
| 33 isolate_import_negative_test: fail | |
| 34 isolate_negative_test: fail | 33 isolate_negative_test: fail |
| 35 spawn_function_negative_test: fail | 34 spawn_function_negative_test: fail |
| 36 spawn_uri_negative_test: fail | 35 spawn_uri_negative_test: fail |
| 37 spawn_uri_vm_negative_test: fail | 36 spawn_uri_vm_negative_test: fail |
| 38 unresolved_ports_negative_test: fail | 37 unresolved_ports_negative_test: fail |
| 39 | 38 |
| 40 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] | 39 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] |
| 41 illegal_msg_stream_test: Fail # Issue 6750 | 40 illegal_msg_stream_test: Fail # Issue 6750 |
| 42 typed_data_message_test: Fail, OK # DataView only supported in browsers. | 41 typed_data_message_test: Fail, OK # DataView only supported in browsers. |
| 43 | 42 |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 isolate_stress_test: Pass, Slow # http://dartbug.com/10697 | 117 isolate_stress_test: Pass, Slow # http://dartbug.com/10697 |
| 119 | 118 |
| 120 [ $arch == arm || $arch == simarm ] | 119 [ $arch == arm || $arch == simarm ] |
| 121 *: Skip | 120 *: Skip |
| 122 | 121 |
| 123 [ $arch == mips ] | 122 [ $arch == mips ] |
| 124 *: Skip | 123 *: Skip |
| 125 | 124 |
| 126 [ $arch == simmips ] | 125 [ $arch == simmips ] |
| 127 *: Skip | 126 *: Skip |
| OLD | NEW |