| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 async/run_async6_test: Fail # Issue 10910 | 114 async/run_async6_test: Fail # Issue 10910 |
| 115 | 115 |
| 116 [ $compiler == none && $runtime == drt && $system == windows ] | 116 [ $compiler == none && $runtime == drt && $system == windows ] |
| 117 async/multiple_timer_test: Fail, Pass # See Issue 10982 | 117 async/multiple_timer_test: Fail, Pass # See Issue 10982 |
| 118 async/timer_test: Fail, Pass # See Issue 10982 | 118 async/timer_test: Fail, Pass # See Issue 10982 |
| 119 | 119 |
| 120 | 120 |
| 121 [ $arch == arm || $arch == simarm ] | 121 [ $arch == arm || $arch == simarm ] |
| 122 async/future_test: Pass, Crash # Issue: 11207 | 122 async/future_test: Pass, Crash # Issue: 11207 |
| 123 async/run_async6_test: Pass, Fail # Issue: 11207 | 123 async/run_async6_test: Pass, Fail # Issue: 11207 |
| 124 async/run_async_test: Pass, Fail # Issue: 11207 | 124 async/run_async_test: Pass, Crash # Issue: 11207 |
| 125 async/slow_consumer2_test: Pass, Crash # Issue: 11207 | 125 async/slow_consumer2_test: Pass, Crash # Issue: 11207 |
| 126 async/slow_consumer3_test: Pass, Crash # Issue: 11207 | 126 async/slow_consumer3_test: Pass, Crash # Issue: 11207 |
| 127 async/slow_consumer_test: Pass, Crash # Issue: 11207 | 127 async/slow_consumer_test: Pass, Crash # Issue: 11207 |
| 128 async/stream_controller_async_test: Pass, Crash # Issue: 11207 | 128 async/stream_controller_async_test: Pass, Crash # Issue: 11207 |
| 129 async/stream_controller_test: Pass, Crash # Issue: 11207 |
| 129 async/stream_from_iterable_test: Pass, Crash # Issue: 11207 | 130 async/stream_from_iterable_test: Pass, Crash # Issue: 11207 |
| 130 async/stream_periodic2_test: Pass, Crash # Issue: 11207 | 131 async/stream_periodic2_test: Pass, Crash # Issue: 11207 |
| 131 async/stream_periodic3_test: Pass, Crash # Issue: 11207 | 132 async/stream_periodic3_test: Pass, Crash # Issue: 11207 |
| 132 async/stream_periodic4_test: Pass, Crash # Issue: 11207 | 133 async/stream_periodic4_test: Pass, Crash # Issue: 11207 |
| 133 async/stream_periodic5_test: Pass, Crash # Issue: 11207 | 134 async/stream_periodic5_test: Pass, Crash # Issue: 11207 |
| 134 async/stream_single_to_multi_subscriber_test: Pass, Crash # Issue: 11207 | 135 async/stream_single_to_multi_subscriber_test: Pass, Crash # Issue: 11207 |
| 135 async/stream_state_nonzero_timer_test: Pass, Crash # Issue: 11207 | 136 async/stream_state_nonzero_timer_test: Pass, Crash # Issue: 11207 |
| 136 async/stream_state_test: Pass, Crash # Issue: 11207 | 137 async/stream_state_test: Pass, Crash # Issue: 11207 |
| 137 async/stream_subscription_as_future_test: Pass, Crash # Issue: 11207 | 138 async/stream_subscription_as_future_test: Pass, Crash # Issue: 11207 |
| 138 async/stream_transform_test: Pass, Crash # Issue: 11207 | 139 async/stream_transform_test: Pass, Crash # Issue: 11207 |
| 139 math/pi_test: Crash, Fail # Issue: 11207 | 140 math/pi_test: Crash, Fail # Issue: 11207 |
| 140 math/random_test: Fail # Issue: 11207 | 141 math/random_test: Fail # Issue: 11207 |
| 141 mirrors/reflect_model_test: Pass, Crash # Issue: 11207 | 142 mirrors/reflect_model_test: Pass, Crash # Issue: 11207 |
| 142 typed_data/float32x4_list_test: Crash # Issue: 11207 | 143 typed_data/float32x4_list_test: Crash # Issue: 11207 |
| 143 typed_data/float32x4_test: Crash # Issue: 11207 | 144 typed_data/float32x4_test: Crash # Issue: 11207 |
| 144 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207 | 145 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207 |
| 145 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207 | 146 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207 |
| 146 | 147 |
| 147 [ $arch == mips ] | 148 [ $arch == mips ] |
| 148 *: Skip | 149 *: Skip |
| 149 | 150 |
| 150 [ $arch == simmips ] | 151 [ $arch == simmips ] |
| 151 *: Skip | 152 *: Skip |
| OLD | NEW |