| 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 18 matching lines...) Expand all Loading... |
| 29 isolate2_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. | 30 spawn_function_negative_test: Fail, OK # Fails at runtime. |
| 31 spawn_uri_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. | 32 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. |
| 33 unresolved_ports_negative_test: Fail, OK # Fails at runtime. | 33 unresolved_ports_negative_test: Fail, OK # Fails at runtime. |
| 34 | 34 |
| 35 # test issue 6512 | 35 # test issue 6512 |
| 36 isolate2_negative_test: Pass | 36 isolate2_negative_test: Pass |
| 37 compute_this_script_browser_test: Pass | 37 compute_this_script_browser_test: Pass |
| 38 | 38 |
| 39 [ $compiler == dartanalyzer ] |
| 40 isolate2_negative_test: fail |
| 41 isolate3_negative_test: fail |
| 42 isolate_import_negative_test: fail |
| 43 isolate_negative_test: fail |
| 44 spawn_function_negative_test: fail |
| 45 spawn_uri_negative_test: fail |
| 46 spawn_uri_vm_negative_test: fail |
| 47 unresolved_ports_negative_test: fail |
| 39 | 48 |
| 40 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] | 49 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] |
| 41 illegal_msg_stream_test: Fail # Issue 6750 | 50 illegal_msg_stream_test: Fail # Issue 6750 |
| 42 | 51 |
| 43 [ $compiler == dart2js && $browser ] | 52 [ $compiler == dart2js && $browser ] |
| 44 illegal_msg_stream_test: Fail, Pass # Issue 6750 | 53 illegal_msg_stream_test: Fail, Pass # Issue 6750 |
| 45 | 54 |
| 46 [ $compiler == dart2js ] | 55 [ $compiler == dart2js ] |
| 47 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart | 56 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart |
| 48 illegal_msg_test: Fail # Issue 6750 | 57 illegal_msg_test: Fail # Issue 6750 |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 *: Skip | 123 *: Skip |
| 115 | 124 |
| 116 [ $arch == simarm ] | 125 [ $arch == simarm ] |
| 117 *: Skip | 126 *: Skip |
| 118 | 127 |
| 119 [ $arch == mips ] | 128 [ $arch == mips ] |
| 120 *: Skip | 129 *: Skip |
| 121 | 130 |
| 122 [ $arch == simmips ] | 131 [ $arch == simmips ] |
| 123 *: Skip | 132 *: Skip |
| OLD | NEW |