| 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 [ $csp ] | 5 [ $csp ] |
| 6 mirrors/delegate_test: RuntimeError # Issue 13864 | 6 mirrors/delegate_test: RuntimeError # Issue 13864 |
| 7 | 7 |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 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 |
| 10 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 |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 [ $runtime == opera ] | 160 [ $runtime == opera ] |
| 161 async/multiple_timer_test: Pass, Fail | 161 async/multiple_timer_test: Pass, Fail |
| 162 | 162 |
| 163 [ $runtime == opera && $system == windows] | 163 [ $runtime == opera && $system == windows] |
| 164 # TODO(efortuna): Investigate. | 164 # TODO(efortuna): Investigate. |
| 165 async/timer_test: Fail, Pass | 165 async/timer_test: Fail, Pass |
| 166 | 166 |
| 167 [ $runtime == vm ] | 167 [ $runtime == vm ] |
| 168 async/timer_not_available_test: Fail, OK | 168 async/timer_not_available_test: Fail, OK |
| 169 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 169 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 170 mirrors/typevariable_mirror_metadata_test: Pass, Fail, OK # VM now reports name
conflict with type parameters |
| 170 | 171 |
| 171 [ $compiler == none ] | 172 [ $compiler == none ] |
| 172 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http:
//dartbug.com/9001. | 173 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http:
//dartbug.com/9001. |
| 173 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 | 174 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 |
| 174 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. | 175 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. |
| 175 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. | 176 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. |
| 176 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 177 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 177 | 178 |
| 178 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 | 179 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 |
| 179 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000 | 180 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000 |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 mirrors/mixin_application_test/none: Fail | 231 mirrors/mixin_application_test/none: Fail |
| 231 mirrors/generic_mixin_test: Fail | 232 mirrors/generic_mixin_test: Fail |
| 232 mirrors/generic_mixin_applications_test: Fail | 233 mirrors/generic_mixin_applications_test: Fail |
| 233 | 234 |
| 234 [ $compiler == none && $runtime == dartium ] | 235 [ $compiler == none && $runtime == dartium ] |
| 235 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 236 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 236 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 237 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 237 | 238 |
| 238 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] | 239 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] |
| 239 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 240 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| OLD | NEW |