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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] | 49 [ $compiler == dart2js && ($runtime == d8 || $jscl) ] |
50 illegal_msg_stream_test: Fail # Issue 6750 | 50 illegal_msg_stream_test: Fail # Issue 6750 |
51 typed_data_message_test: Fail, OK # DataView only supported in browsers. | 51 typed_data_message_test: Fail, OK # DataView only supported in browsers. |
52 | 52 |
53 [ $compiler == dart2js && $browser ] | 53 [ $compiler == dart2js && $browser ] |
54 illegal_msg_stream_test: Fail, Pass # Issue 6750 | 54 illegal_msg_stream_test: Fail, Pass # Issue 6750 |
55 | 55 |
56 [ $compiler == dart2js && $runtime == drt ] | 56 [ $compiler == dart2js && $runtime == drt ] |
57 unresolved_ports_negative_test: Pass, Crash # Issue 10613 | 57 unresolved_ports_negative_test: Pass, Crash # Issue 10613 |
58 | 58 |
| 59 [ $compiler == dart2js && $runtime == chrome ] |
| 60 spawn_uri_negative_test: Pass, Fail, Timeout # Issue: 12239 |
| 61 spawn_uri_test: Pass, Fail, Timeout # Issue: 12239 |
| 62 |
59 [ $compiler == dart2js ] | 63 [ $compiler == dart2js ] |
60 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart | 64 serialization_test: Fail # Tries to access class TestingOnly declared in isolate
_patch.dart |
61 illegal_msg_test: Fail # Issue 6750 | 65 illegal_msg_test: Fail # Issue 6750 |
62 stream_mangling_test: Fail # Issue 9245 | 66 stream_mangling_test: Fail # Issue 9245 |
63 | 67 |
64 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb
ug.com/9024 | 68 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb
ug.com/9024 |
65 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http:
//dartbug.com/9024 | 69 global_error_handler_stream_test: Pass, Fail # http://dartbug.com/9012 and http:
//dartbug.com/9024 |
66 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart
bug.com/9024 | 70 global_error_handler2_test: Pass, Fail # http://dartbug.com/9012 and http://dart
bug.com/9024 |
67 global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http
://dartbug.com/9024 | 71 global_error_handler_stream2_test: Pass, Fail # http://dartbug.com/9012 and http
://dartbug.com/9024 |
68 | 72 |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 isolate_stress_test: Pass, Slow # http://dartbug.com/10697 | 131 isolate_stress_test: Pass, Slow # http://dartbug.com/10697 |
128 | 132 |
129 [ $arch == arm || $arch == simarm ] | 133 [ $arch == arm || $arch == simarm ] |
130 *: Skip | 134 *: Skip |
131 | 135 |
132 [ $arch == mips ] | 136 [ $arch == mips ] |
133 *: Skip | 137 *: Skip |
134 | 138 |
135 [ $arch == simmips ] | 139 [ $arch == simmips ] |
136 *: Skip | 140 *: Skip |
OLD | NEW |