| 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 == dartium || $runtime == drt ] |
| 6 async/zone_run_guarded_test: Skip # Issue 14146 |
| 7 async/zone_run_test: Skip # Issue 14146 |
| 8 async/run_zoned9_test: Skip # Issue 14146 |
| 9 |
| 5 [ $csp ] | 10 [ $csp ] |
| 6 mirrors/delegate_test: RuntimeError # Issue 13864 | 11 mirrors/delegate_test: RuntimeError # Issue 13864 |
| 7 | 12 |
| 8 [ $compiler == dart2js ] | 13 [ $compiler == dart2js ] |
| 9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time
r. http://dartbug.com/9002 | 14 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time
r. http://dartbug.com/9002 |
| 10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler
in isolates. http://dartbug.com/9012 | 15 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler
in isolates. http://dartbug.com/9012 |
| 11 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 | 16 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 |
| 12 async/stream_controller_async_test: Pass, Fail # Issue 13608 | 17 async/stream_controller_async_test: Pass, Fail # Issue 13608 |
| 13 | 18 |
| 14 math/double_pow_test: RuntimeError | 19 math/double_pow_test: RuntimeError |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 239 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 235 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 | 240 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 |
| 236 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest | 241 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| 237 | 242 |
| 238 [ $compiler == none && $runtime == dartium ] | 243 [ $compiler == none && $runtime == dartium ] |
| 239 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 244 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 240 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 245 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 241 | 246 |
| 242 [ $runtime != none && $runtime != drt && $runtime != dartium ] | 247 [ $runtime != none && $runtime != drt && $runtime != dartium ] |
| 243 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 248 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| OLD | NEW |