| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 # Will be fixed by next roll? | 239 # Will be fixed by next roll? |
| 240 mirrors/typedef_metadata_test: Fail | 240 mirrors/typedef_metadata_test: Fail |
| 241 mirrors/mixin_test: Fail | 241 mirrors/mixin_test: Fail |
| 242 mirrors/mixin_application_test/none: Fail | 242 mirrors/mixin_application_test/none: Fail |
| 243 mirrors/generic_mixin_applications_test: Fail | 243 mirrors/generic_mixin_applications_test: Fail |
| 244 | 244 |
| 245 [ $compiler == none && $runtime == dartium ] | 245 [ $compiler == none && $runtime == dartium ] |
| 246 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 246 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 247 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 247 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 248 | 248 |
| 249 [ ($compiler != none && $runtime != none) || ($compiler == none && $runtime != d
artium) ] | 249 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] |
| 250 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 250 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| OLD | NEW |