| 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_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 | 10 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 mirrors/type_variable_owner_test/none: Fail # Issue 14356 | 233 mirrors/type_variable_owner_test/none: Fail # Issue 14356 |
| 234 | 234 |
| 235 [ $compiler == none && $runtime == dartium ] | 235 [ $compiler == none && $runtime == dartium ] |
| 236 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. |
| 237 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. |
| 238 | 238 |
| 239 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 239 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 240 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. | 240 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
| 241 async/timer_isolate_test: Fail | 241 async/timer_isolate_test: Fail |
| 242 | 242 |
| 243 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows ] |
| 244 platform/uri_test: Fail # Issue 14504 |
| 245 |
| 243 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] | 246 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] |
| 244 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 247 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| 245 | 248 |
| OLD | NEW |