| 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 ] | 5 [ $runtime == dartium || $runtime == drt ] |
| 6 async/zone_run_guarded_test: Skip # Issue 14146 | 6 async/zone_run_guarded_test: Skip # Issue 14146 |
| 7 async/zone_run_test: Skip # Issue 14146 | 7 async/zone_run_test: Skip # Issue 14146 |
| 8 async/run_zoned9_test: Skip # Issue 14146 | 8 async/run_zoned9_test: Skip # Issue 14146 |
| 9 | 9 |
| 10 [ $csp ] | 10 [ $csp ] |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 [ $runtime == opera ] | 165 [ $runtime == opera ] |
| 166 async/multiple_timer_test: Pass, Fail | 166 async/multiple_timer_test: Pass, Fail |
| 167 | 167 |
| 168 [ $runtime == opera && $system == windows] | 168 [ $runtime == opera && $system == windows] |
| 169 # TODO(efortuna): Investigate. | 169 # TODO(efortuna): Investigate. |
| 170 async/timer_test: Fail, Pass | 170 async/timer_test: Fail, Pass |
| 171 | 171 |
| 172 [ $runtime == vm ] | 172 [ $runtime == vm ] |
| 173 async/timer_not_available_test: Fail, OK | 173 async/timer_not_available_test: Fail, OK |
| 174 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 174 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 175 mirrors/typevariable_mirror_metadata_test: Pass, Fail, OK # VM now reports name
conflict with type parameters |
| 175 | 176 |
| 176 [ $compiler == none ] | 177 [ $compiler == none ] |
| 177 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http:
//dartbug.com/9001. | 178 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http:
//dartbug.com/9001. |
| 178 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 | 179 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 |
| 179 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. | 180 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. |
| 180 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. | 181 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. |
| 181 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 182 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 182 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. | 183 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. |
| 183 | 184 |
| 184 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 | 185 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 mirrors/mixin_test: Fail | 239 mirrors/mixin_test: Fail |
| 239 mirrors/mixin_application_test/none: Fail | 240 mirrors/mixin_application_test/none: Fail |
| 240 mirrors/generic_mixin_applications_test: Fail | 241 mirrors/generic_mixin_applications_test: Fail |
| 241 | 242 |
| 242 [ $compiler == none && $runtime == dartium ] | 243 [ $compiler == none && $runtime == dartium ] |
| 243 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. |
| 244 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. |
| 245 | 246 |
| 246 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] | 247 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] |
| 247 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 248 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| OLD | NEW |