| 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 24 matching lines...) Expand all Loading... |
| 35 [ $compiler == dartanalyzer ] | 35 [ $compiler == dartanalyzer ] |
| 36 isolate2_negative_test: fail | 36 isolate2_negative_test: fail |
| 37 isolate_import_negative_test: fail | 37 isolate_import_negative_test: fail |
| 38 isolate_negative_test: fail | 38 isolate_negative_test: fail |
| 39 spawn_function_negative_test: fail | 39 spawn_function_negative_test: fail |
| 40 spawn_uri_negative_test: fail | 40 spawn_uri_negative_test: fail |
| 41 spawn_uri_vm_negative_test: fail | 41 spawn_uri_vm_negative_test: fail |
| 42 unresolved_ports_negative_test: fail | 42 unresolved_ports_negative_test: fail |
| 43 | 43 |
| 44 # test issue 10888 | 44 # test issue 10888 |
| 45 global_error_handler_stream_test: fail, OK | 45 global_error_handler_stream_test: fail |
| 46 global_error_handler_test: fail, OK | 46 global_error_handler_test: fail |
| 47 | 47 |
| 48 [ $compiler == dart2analyzer ] | 48 [ $compiler == dart2analyzer ] |
| 49 isolate2_negative_test: fail | 49 isolate2_negative_test: fail |
| 50 isolate_import_negative_test: fail | 50 isolate_import_negative_test: fail |
| 51 isolate_negative_test: fail | 51 isolate_negative_test: fail |
| 52 spawn_function_negative_test: fail | 52 spawn_function_negative_test: fail |
| 53 spawn_uri_negative_test: fail | 53 spawn_uri_negative_test: fail |
| 54 spawn_uri_vm_negative_test: fail | 54 spawn_uri_vm_negative_test: fail |
| 55 unresolved_ports_negative_test: fail | 55 unresolved_ports_negative_test: fail |
| 56 | 56 |
| 57 # test issue 10888 | 57 # test issue 10888 |
| 58 global_error_handler_stream_test: fail, OK | 58 global_error_handler_stream_test: fail |
| 59 global_error_handler_test: fail, OK | 59 global_error_handler_test: fail |
| 60 | 60 |
| 61 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] | 61 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] |
| 62 illegal_msg_stream_test: Fail # Issue 6750 | 62 illegal_msg_stream_test: Fail # Issue 6750 |
| 63 typed_data_message_test: Fail, OK # DataView only supported in browsers. | 63 typed_data_message_test: Fail, OK # DataView only supported in browsers. |
| 64 | 64 |
| 65 [ $compiler == dart2js && $browser ] | 65 [ $compiler == dart2js && $browser ] |
| 66 illegal_msg_stream_test: Fail, Pass # Issue 6750 | 66 illegal_msg_stream_test: Fail, Pass # Issue 6750 |
| 67 | 67 |
| 68 [ $compiler == dart2js && $runtime == drt ] | 68 [ $compiler == dart2js && $runtime == drt ] |
| 69 unresolved_ports_negative_test: Pass, Crash # Issue 10613 | 69 unresolved_ports_negative_test: Pass, Crash # Issue 10613 |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 *: Skip | 142 *: Skip |
| 143 | 143 |
| 144 [ $arch == simarm ] | 144 [ $arch == simarm ] |
| 145 *: Skip | 145 *: Skip |
| 146 | 146 |
| 147 [ $arch == mips ] | 147 [ $arch == mips ] |
| 148 *: Skip | 148 *: Skip |
| 149 | 149 |
| 150 [ $arch == simmips ] | 150 [ $arch == simmips ] |
| 151 *: Skip | 151 *: Skip |
| OLD | NEW |