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 ] | 5 [ $compiler == dart2js ] |
6 math/*: Skip | 6 math/*: Skip |
7 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. | 7 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. |
8 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. | 8 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. |
9 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 | 9 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug
.com/9002 |
10 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 | 10 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt
p://dartbug.com/9012 |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 async/stream_from_iterable_test: Pass, Crash # Issue: 11207 | 130 async/stream_from_iterable_test: Pass, Crash # Issue: 11207 |
131 async/stream_periodic2_test: Pass, Crash # Issue: 11207 | 131 async/stream_periodic2_test: Pass, Crash # Issue: 11207 |
132 async/stream_periodic3_test: Pass, Crash # Issue: 11207 | 132 async/stream_periodic3_test: Pass, Crash # Issue: 11207 |
133 async/stream_periodic4_test: Pass, Crash # Issue: 11207 | 133 async/stream_periodic4_test: Pass, Crash # Issue: 11207 |
134 async/stream_periodic5_test: Pass, Crash # Issue: 11207 | 134 async/stream_periodic5_test: Pass, Crash # Issue: 11207 |
135 async/stream_single_to_multi_subscriber_test: Pass, Crash # Issue: 11207 | 135 async/stream_single_to_multi_subscriber_test: Pass, Crash # Issue: 11207 |
136 async/stream_state_nonzero_timer_test: Pass, Crash # Issue: 11207 | 136 async/stream_state_nonzero_timer_test: Pass, Crash # Issue: 11207 |
137 async/stream_state_test: Pass, Crash # Issue: 11207 | 137 async/stream_state_test: Pass, Crash # Issue: 11207 |
138 async/stream_subscription_as_future_test: Pass, Crash # Issue: 11207 | 138 async/stream_subscription_as_future_test: Pass, Crash # Issue: 11207 |
139 async/stream_transform_test: Pass, Crash # Issue: 11207 | 139 async/stream_transform_test: Pass, Crash # Issue: 11207 |
| 140 async/timer_cancel1_test: Pass, Crash # Issue: 11207 |
| 141 async/timer_cancel2_test: Pass, Crash # Issue: 11207 |
140 math/pi_test: Crash, Fail # Issue: 11207 | 142 math/pi_test: Crash, Fail # Issue: 11207 |
141 math/random_test: Fail # Issue: 11207 | 143 math/random_test: Fail # Issue: 11207 |
142 mirrors/reflect_model_test: Pass, Crash # Issue: 11207 | 144 mirrors/reflect_model_test: Pass, Crash # Issue: 11207 |
143 typed_data/float32x4_list_test: Crash # Issue: 11207 | 145 typed_data/float32x4_list_test: Crash # Issue: 11207 |
144 typed_data/float32x4_test: Crash # Issue: 11207 | 146 typed_data/float32x4_test: Crash # Issue: 11207 |
145 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207 | 147 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207 |
146 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207 | 148 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207 |
147 | 149 |
148 [ $arch == mips ] | 150 [ $arch == mips ] |
149 *: Skip | 151 *: Skip |
150 | 152 |
151 [ $arch == simmips ] | 153 [ $arch == simmips ] |
152 *: Skip | 154 *: Skip |
OLD | NEW |