| 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_microtask4_test: Pass, RuntimeError # no global exception handler
in isolates. http://dartbug.com/9012 | 10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler
in isolates. http://dartbug.com/9012 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 mirrors/fake_function_test: RuntimeError # Issue 11612 | 23 mirrors/fake_function_test: RuntimeError # Issue 11612 |
| 24 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 | 24 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 |
| 25 mirrors/generics_test/01: RuntimeError # Issue 12087 | 25 mirrors/generics_test/01: RuntimeError # Issue 12087 |
| 26 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087 | 26 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087 |
| 27 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087 | 27 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087 |
| 28 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087 | 28 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087 |
| 29 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087 | 29 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087 |
| 30 mirrors/generic_f_bounded_test: RuntimeError # Issue 12087 | 30 mirrors/generic_f_bounded_test: RuntimeError # Issue 12087 |
| 31 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 | 31 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 |
| 32 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 | 32 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 |
| 33 mirrors/generic_interface_test: RuntimeError # Issue 12087 |
| 33 mirrors/generic_mixin_test: RuntimeError # Issue 12333 | 34 mirrors/generic_mixin_test: RuntimeError # Issue 12333 |
| 34 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 | 35 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 |
| 35 mirrors/generics_substitution_test: RuntimeError # Issue 12087 | 36 mirrors/generics_substitution_test: RuntimeError # Issue 12087 |
| 36 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 | 37 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 |
| 37 mirrors/immutable_collections_test: RuntimeError # Issue 14030 | 38 mirrors/immutable_collections_test: RuntimeError # Issue 14030 |
| 38 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 | 39 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 |
| 39 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 | 40 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 |
| 40 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 | 41 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 |
| 41 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 | 42 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 |
| 42 mirrors/invoke_test: RuntimeError # Issue 11954 | 43 mirrors/invoke_test: RuntimeError # Issue 11954 |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 [ $compiler == none ] | 172 [ $compiler == none ] |
| 172 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http:
//dartbug.com/9001. | 173 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http:
//dartbug.com/9001. |
| 173 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 | 174 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d
artbug.com/12464 |
| 174 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. | 175 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e
nsure test coverage on dart2js. |
| 175 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. | 176 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens
ure test coverage on dart2js. |
| 176 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 177 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 177 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. | 178 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. |
| 178 | 179 |
| 179 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 | 180 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 |
| 180 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000 | 181 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000 |
| 182 mirrors/generic_interface_test/01: RuntimeError # Issue 14113 |
| 181 mirrors/immutable_collections_test: RuntimeError # Issue 14027 | 183 mirrors/immutable_collections_test: RuntimeError # Issue 14027 |
| 182 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 184 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
| 183 mirrors/generic_mixin_test/01: RuntimeError # Issue 14114 | 185 mirrors/generic_mixin_test/01: RuntimeError # Issue 14114 |
| 184 mirrors/generic_mixin_test/02: RuntimeError # Issue 14113 | 186 mirrors/generic_mixin_test/02: RuntimeError # Issue 14113 |
| 185 | 187 |
| 186 async/timer_isolate_test: Skip # See Issue 4997 | 188 async/timer_isolate_test: Skip # See Issue 4997 |
| 187 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 189 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
| 188 | 190 |
| 189 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] | 191 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] |
| 190 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 192 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
| (...skipping 20 matching lines...) Expand all Loading... |
| 211 async/stream_controller_async_test: Pass, Fail # Issue 13608 | 213 async/stream_controller_async_test: Pass, Fail # Issue 13608 |
| 212 | 214 |
| 213 [ $compiler == dartanalyzer ] | 215 [ $compiler == dartanalyzer ] |
| 214 mirrors/typedef_test/none: Fail # Issue 13093 | 216 mirrors/typedef_test/none: Fail # Issue 13093 |
| 215 mirrors/generics_test/none: Fail # Issue 13432 | 217 mirrors/generics_test/none: Fail # Issue 13432 |
| 216 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 218 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 217 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 219 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 218 mirrors/generic_mixin_test/none: Fail # Issue 13432 | 220 mirrors/generic_mixin_test/none: Fail # Issue 13432 |
| 219 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 221 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 220 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 | 222 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 |
| 223 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| 221 | 224 |
| 222 # test issue 14016 | 225 # test issue 14016 |
| 223 mirrors/typevariable_mirror_metadata_test: fail | 226 mirrors/typevariable_mirror_metadata_test: fail |
| 224 | 227 |
| 225 [ $compiler == dart2analyzer ] | 228 [ $compiler == dart2analyzer ] |
| 226 mirrors/typedef_test/none: Fail # Issue 13093 | 229 mirrors/typedef_test/none: Fail # Issue 13093 |
| 227 mirrors/generics_test/none: Fail # Issue 13432 | 230 mirrors/generics_test/none: Fail # Issue 13432 |
| 228 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 231 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 229 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 232 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 230 mirrors/generic_mixin_test/none: Fail # Issue 13432 | 233 mirrors/generic_mixin_test/none: Fail # Issue 13432 |
| 231 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 234 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 232 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 | 235 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 |
| 236 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| 233 | 237 |
| 234 [ $compiler == none && $runtime == dartium ] | 238 [ $compiler == none && $runtime == dartium ] |
| 235 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. | 239 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this
failure. |
| 236 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. | 240 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
e. |
| 237 | 241 |
| 238 [ $runtime != none ] | 242 [ $runtime != none ] |
| 239 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 243 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
| OLD | NEW |