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