Chromium Code Reviews| 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 161 [ $compiler == dart2js ] | 161 [ $compiler == dart2js ] |
| 162 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 | 162 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 |
| 163 | 163 |
| 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 ] |
|
rmacnak
2013/10/25 23:11:59
This doesn't include Dartium, BTW.
regis
2013/10/25 23:21:02
Thanks for fixing it!
| |
| 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 | |
| 177 | 174 |
| 178 [ $compiler == none ] | 175 [ $compiler == none ] |
| 179 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001. | 176 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001. |
| 180 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 | 177 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 |
| 181 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. | 178 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. |
| 182 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. | 179 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. |
| 183 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 180 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 184 | 181 |
| 185 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 | 182 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 |
| 186 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 183 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
| (...skipping 26 matching lines...) Expand all Loading... | |
| 213 mirrors/typedef_test/none: Fail # Issue 13093 | 210 mirrors/typedef_test/none: Fail # Issue 13093 |
| 214 mirrors/generics_test/none: Fail # Issue 13432 | 211 mirrors/generics_test/none: Fail # Issue 13432 |
| 215 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 212 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 216 mirrors/generic_f_bounded_test/none: Fail # Issue 13432 | 213 mirrors/generic_f_bounded_test/none: Fail # Issue 13432 |
| 217 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 214 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 218 mirrors/generic_mixin_test/none: Fail # Issue 13432 | 215 mirrors/generic_mixin_test/none: Fail # Issue 13432 |
| 219 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 216 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 220 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 | 217 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 |
| 221 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest | 218 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| 222 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 | 219 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 |
| 223 mirrors/redirecting_factory_test/none: Fail # Issue 14285 | |
| 224 mirrors/type_variable_owner_test/none: Fail # Issue 14356 | 220 mirrors/type_variable_owner_test/none: Fail # Issue 14356 |
| 225 | 221 |
| 226 [ $compiler == dart2analyzer ] | 222 [ $compiler == dart2analyzer ] |
| 227 mirrors/typedef_test/none: Fail # Issue 13093 | 223 mirrors/typedef_test/none: Fail # Issue 13093 |
| 228 mirrors/generics_test/none: Fail # Issue 13432 | 224 mirrors/generics_test/none: Fail # Issue 13432 |
| 229 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 225 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 230 mirrors/generic_f_bounded_test/none: Fail # Issue 13432 | 226 mirrors/generic_f_bounded_test/none: Fail # Issue 13432 |
| 231 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 227 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 232 mirrors/generic_mixin_test/none: Fail # Issue 13432 | 228 mirrors/generic_mixin_test/none: Fail # Issue 13432 |
| 233 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 229 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 234 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 | 230 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 |
| 235 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest | 231 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| 236 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 | 232 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 |
| 237 mirrors/redirecting_factory_test/none: Fail # Issue 14285 | |
| 238 mirrors/type_variable_owner_test/none: Fail # Issue 14356 | 233 mirrors/type_variable_owner_test/none: Fail # Issue 14356 |
| 239 | 234 |
| 240 [ $compiler == none && $runtime == dartium ] | 235 [ $compiler == none && $runtime == dartium ] |
| 241 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. |
| 242 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. |
| 243 | 238 |
| 244 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 239 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 245 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. | 240 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
| 246 async/timer_isolate_test: Fail | 241 async/timer_isolate_test: Fail |
| 247 | 242 |
| 248 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] | 243 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] |
| 249 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 244 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| 250 | 245 |
| OLD | NEW |