| 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 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] | |
| 6 mandel_isolate_stream_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/94
07 | |
| 7 nested_spawn_stream2_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/940
7 | |
| 8 count_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407 | |
| 9 count_stream_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407 | |
| 10 mandel_isolate_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407 | |
| 11 message_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407 | |
| 12 mint_maker_test: Pass, Fail, Crash # Bug in v8, http://dartbug.com/9407 | |
| 13 unresolved_ports_negative_test: Fail, Pass, Crash # Bug in v8, http://dartbug.co
m/9407 | |
| 14 unresolved_ports_test: Fail, Pass, Crash # Bug in v8, http://dartbug.com/9407 | |
| 15 | |
| 16 [ $runtime == vm ] | 5 [ $runtime == vm ] |
| 17 isolate2_negative_test: Skip # Need to resolve correct behaviour. | 6 isolate2_negative_test: Skip # Need to resolve correct behaviour. |
| 18 isolate3_negative_test: Skip # test depends on isolate error exiting process. | 7 isolate3_negative_test: Skip # test depends on isolate error exiting process. |
| 19 serialization_test: Skip # tests dart2js-specific serialization code | 8 serialization_test: Skip # tests dart2js-specific serialization code |
| 20 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. |
| 21 compute_this_script_browser_test: Skip # browser specific test | 10 compute_this_script_browser_test: Skip # browser specific test |
| 22 compute_this_script_browser_stream_test: Skip # browser specific test | 11 compute_this_script_browser_stream_test: Skip # browser specific test |
| 23 ports_compilation_browser_test: Skip # browser specific test | 12 ports_compilation_browser_test: Skip # browser specific test |
| 24 unresolved_ports_negative_test: Skip # See Issue 6839 | 13 unresolved_ports_negative_test: Skip # See Issue 6839 |
| 25 global_error_handler_test: Fail # See Issue 9013. | 14 global_error_handler_test: Fail # See Issue 9013. |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 *: Skip | 114 *: Skip |
| 126 | 115 |
| 127 [ $arch == simarm ] | 116 [ $arch == simarm ] |
| 128 *: Skip | 117 *: Skip |
| 129 | 118 |
| 130 [ $arch == mips ] | 119 [ $arch == mips ] |
| 131 *: Skip | 120 *: Skip |
| 132 | 121 |
| 133 [ $arch == simmips ] | 122 [ $arch == simmips ] |
| 134 *: Skip | 123 *: Skip |
| OLD | NEW |