| 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 30 matching lines...) Expand all Loading... |
| 41 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] | 41 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] |
| 42 illegal_msg_stream_test: Fail # Issue 6750 | 42 illegal_msg_stream_test: Fail # Issue 6750 |
| 43 typed_data_message_test: Fail, OK # DataView only supported in browsers. | 43 typed_data_message_test: Fail, OK # DataView only supported in browsers. |
| 44 | 44 |
| 45 [ $compiler == dart2js && $browser ] | 45 [ $compiler == dart2js && $browser ] |
| 46 illegal_msg_stream_test: Fail, Pass # Issue 6750 | 46 illegal_msg_stream_test: Fail, Pass # Issue 6750 |
| 47 | 47 |
| 48 [ $compiler == dart2js && $runtime == drt ] | 48 [ $compiler == dart2js && $runtime == drt ] |
| 49 unresolved_ports_negative_test: Pass, Crash # Issue 10613 | 49 unresolved_ports_negative_test: Pass, Crash # Issue 10613 |
| 50 | 50 |
| 51 [ $compiler == dart2js && $runtime == chrome ] | |
| 52 spawn_uri_negative_test: Pass, Fail, Timeout # Issue: 12239 | |
| 53 spawn_uri_test: Pass, Fail, Timeout # Issue: 12239 | |
| 54 | |
| 55 [ $compiler == dart2js ] | 51 [ $compiler == dart2js ] |
| 56 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart | 52 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart |
| 57 illegal_msg_test: Fail # Issue 6750 | 53 illegal_msg_test: Fail # Issue 6750 |
| 58 stream_mangling_test: Fail # Issue 9245 | 54 stream_mangling_test: Fail # Issue 9245 |
| 59 | 55 |
| 60 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb
ug.com/9024 | 56 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb
ug.com/9024 |
| 61 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http:
//dartbug.com/9024 | 57 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http:
//dartbug.com/9024 |
| 62 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart
bug.com/9024 | 58 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart
bug.com/9024 |
| 63 global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http
://dartbug.com/9024 | 59 global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http
://dartbug.com/9024 |
| 64 | 60 |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 isolate_stress_test: Pass, Slow # http://dartbug.com/10697 | 119 isolate_stress_test: Pass, Slow # http://dartbug.com/10697 |
| 124 | 120 |
| 125 [ $arch == arm || $arch == simarm ] | 121 [ $arch == arm || $arch == simarm ] |
| 126 *: Skip | 122 *: Skip |
| 127 | 123 |
| 128 [ $arch == mips ] | 124 [ $arch == mips ] |
| 129 *: Skip | 125 *: Skip |
| 130 | 126 |
| 131 [ $arch == simmips ] | 127 [ $arch == simmips ] |
| 132 *: Skip | 128 *: Skip |
| OLD | NEW |