| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 [ $runtime == opera ] | 164 [ $runtime == opera ] |
| 165 async/multiple_timer_test: Pass, Fail | 165 async/multiple_timer_test: Pass, Fail |
| 166 | 166 |
| 167 [ $runtime == opera && $system == windows] | 167 [ $runtime == opera && $system == windows] |
| 168 # TODO(efortuna): Investigate. | 168 # TODO(efortuna): Investigate. |
| 169 async/timer_test: Fail, Pass | 169 async/timer_test: Fail, Pass |
| 170 | 170 |
| 171 [ $runtime == vm ] | 171 [ $runtime == vm ] |
| 172 async/timer_not_available_test: Fail, OK | 172 async/timer_not_available_test: Fail, OK |
| 173 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 173 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 174 mirrors/redirecting_factory_test/none: CompileTimeError # Issue 14472 |
| 175 mirrors/redirecting_factory_test/01: CompileTimeError # Issue 14472 |
| 176 mirrors/redirecting_factory_test/02: CompileTimeError # Issue 14472 |
| 174 | 177 |
| 175 [ $compiler == none ] | 178 [ $compiler == none ] |
| 176 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http:
//dartbug.com/9001. | 179 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http:
//dartbug.com/9001. |
| 177 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 | 180 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 |
| 178 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. | 181 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. |
| 179 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. | 182 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. |
| 180 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 183 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 181 | 184 |
| 182 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 | 185 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 |
| 183 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 186 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 241 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 239 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 242 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 240 | 243 |
| 241 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 244 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 242 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. | 245 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
| 243 async/timer_isolate_test: Fail | 246 async/timer_isolate_test: Fail |
| 244 | 247 |
| 245 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] | 248 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] |
| 246 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 249 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| 247 | 250 |
| OLD | NEW |