| 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 ] | 5 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] |
| 6 mandel_isolate_stream_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 | 6 mandel_isolate_stream_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 |
| 7 count_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 | 7 count_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 |
| 8 count_stream_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 | 8 count_stream_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 |
| 9 mandel_isolate_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 | 9 mandel_isolate_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 |
| 10 message_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 | 10 message_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 |
| 11 mint_maker_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 | 11 mint_maker_test: Fail, Crash # Bug in v8, http://dartbug.com/9407 |
| 12 | 12 unresolved_ports_negative_test: Pass, Crash # Bug in v8, http://dartbug.com/9407 |
| 13 | 13 |
| 14 [ $runtime == vm ] | 14 [ $runtime == vm ] |
| 15 isolate2_negative_test: Skip # Need to resolve correct behaviour. | 15 isolate2_negative_test: Skip # Need to resolve correct behaviour. |
| 16 isolate3_negative_test: Skip # test depends on isolate error exiting process. | 16 isolate3_negative_test: Skip # test depends on isolate error exiting process. |
| 17 serialization_test: Skip # tests dart2js-specific serialization code | 17 serialization_test: Skip # tests dart2js-specific serialization code |
| 18 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. | 18 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. |
| 19 compute_this_script_browser_test: Skip # browser specific test | 19 compute_this_script_browser_test: Skip # browser specific test |
| 20 compute_this_script_browser_stream_test: Skip # browser specific test | 20 compute_this_script_browser_stream_test: Skip # browser specific test |
| 21 ports_compilation_browser_test: Skip # browser specific test | 21 ports_compilation_browser_test: Skip # browser specific test |
| 22 unresolved_ports_negative_test: Skip # See Issue 6839 | 22 unresolved_ports_negative_test: Skip # See Issue 6839 |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 *: Skip | 123 *: Skip |
| 124 | 124 |
| 125 [ $arch == simarm ] | 125 [ $arch == simarm ] |
| 126 *: Skip | 126 *: Skip |
| 127 | 127 |
| 128 [ $arch == mips ] | 128 [ $arch == mips ] |
| 129 *: Skip | 129 *: Skip |
| 130 | 130 |
| 131 [ $arch == simmips ] | 131 [ $arch == simmips ] |
| 132 *: Skip | 132 *: Skip |
| OLD | NEW |