| 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 29 matching lines...) Expand all Loading... |
| 40 | 40 |
| 41 [ $compiler == dartanalyzer ] | 41 [ $compiler == dartanalyzer ] |
| 42 isolate2_negative_test: fail | 42 isolate2_negative_test: fail |
| 43 isolate_import_negative_test: fail | 43 isolate_import_negative_test: fail |
| 44 isolate_negative_test: fail | 44 isolate_negative_test: fail |
| 45 spawn_function_negative_test: fail | 45 spawn_function_negative_test: fail |
| 46 spawn_uri_negative_test: fail | 46 spawn_uri_negative_test: fail |
| 47 spawn_uri_vm_negative_test: fail | 47 spawn_uri_vm_negative_test: fail |
| 48 unresolved_ports_negative_test: fail | 48 unresolved_ports_negative_test: fail |
| 49 | 49 |
| 50 # test issue 10888 |
| 51 global_error_handler_stream_test: fail, OK |
| 52 global_error_handler_test: fail, OK |
| 53 |
| 50 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] | 54 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] |
| 51 illegal_msg_stream_test: Fail # Issue 6750 | 55 illegal_msg_stream_test: Fail # Issue 6750 |
| 52 typed_data_message_test: Fail, OK # DataView only supported in browsers. | 56 typed_data_message_test: Fail, OK # DataView only supported in browsers. |
| 53 | 57 |
| 54 [ $compiler == dart2js && $browser ] | 58 [ $compiler == dart2js && $browser ] |
| 55 illegal_msg_stream_test: Fail, Pass # Issue 6750 | 59 illegal_msg_stream_test: Fail, Pass # Issue 6750 |
| 56 | 60 |
| 57 [ $compiler == dart2js && $runtime == drt ] | 61 [ $compiler == dart2js && $runtime == drt ] |
| 58 unresolved_ports_negative_test: Pass, Crash # Issue 10613 | 62 unresolved_ports_negative_test: Pass, Crash # Issue 10613 |
| 59 | 63 |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 *: Skip | 135 *: Skip |
| 132 | 136 |
| 133 [ $arch == simarm ] | 137 [ $arch == simarm ] |
| 134 *: Skip | 138 *: Skip |
| 135 | 139 |
| 136 [ $arch == mips ] | 140 [ $arch == mips ] |
| 137 *: Skip | 141 *: Skip |
| 138 | 142 |
| 139 [ $arch == simmips ] | 143 [ $arch == simmips ] |
| 140 *: Skip | 144 *: Skip |
| OLD | NEW |