| 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 30 matching lines...) Expand all Loading... |
| 41 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 | 41 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 |
| 42 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 | 42 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 |
| 43 mirrors/invoke_test: RuntimeError # Issue 11954 | 43 mirrors/invoke_test: RuntimeError # Issue 11954 |
| 44 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 | 44 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 |
| 45 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 | 45 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 |
| 46 mirrors/invoke_private_test: CompileTimeError # Issue 12164 | 46 mirrors/invoke_private_test: CompileTimeError # Issue 12164 |
| 47 mirrors/invoke_throws_test: RuntimeError # Issue 11954 | 47 mirrors/invoke_throws_test: RuntimeError # Issue 11954 |
| 48 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733 | 48 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733 |
| 49 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 | 49 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 |
| 50 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. | 50 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. |
| 51 mirrors/metadata_allowed_values_test/04: MissingCompileTimeError # Issue 14548 |
| 52 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError # Issue 14548 |
| 53 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548 |
| 51 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 | 54 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 |
| 52 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 | 55 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 |
| 53 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 | 56 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 |
| 54 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 | 57 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 |
| 55 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. | 58 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. |
| 56 mirrors/mixin_test: RuntimeError # Issue 12464 | 59 mirrors/mixin_test: RuntimeError # Issue 12464 |
| 57 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 | 60 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 |
| 58 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 | 61 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 |
| 59 mirrors/null_test : RuntimeError # Issue 12129 | 62 mirrors/null_test : RuntimeError # Issue 12129 |
| 60 mirrors/parameter_test/none: RuntimeError # Issue 6490 | 63 mirrors/parameter_test/none: RuntimeError # Issue 6490 |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 mirrors/generics_test/none: Fail # Issue 13432 | 214 mirrors/generics_test/none: Fail # Issue 13432 |
| 212 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 215 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 213 mirrors/generic_f_bounded_test/none: Fail # Issue 13432 | 216 mirrors/generic_f_bounded_test/none: Fail # Issue 13432 |
| 214 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 217 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 215 mirrors/generic_mixin_test/none: Fail # Issue 13432 | 218 mirrors/generic_mixin_test/none: Fail # Issue 13432 |
| 216 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 219 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 217 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 | 220 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 |
| 218 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest | 221 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| 219 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 | 222 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 |
| 220 mirrors/type_variable_owner_test/none: Fail # Issue 14356 | 223 mirrors/type_variable_owner_test/none: Fail # Issue 14356 |
| 224 mirrors/metadata_allowed_values_test/none: CompileTimeError # Issue 14549 |
| 221 | 225 |
| 222 [ $compiler == dart2analyzer ] | 226 [ $compiler == dart2analyzer ] |
| 223 mirrors/typedef_test/none: Fail # Issue 13093 | 227 mirrors/typedef_test/none: Fail # Issue 13093 |
| 224 mirrors/generics_test/none: Fail # Issue 13432 | 228 mirrors/generics_test/none: Fail # Issue 13432 |
| 225 mirrors/generic_bounded_test/none: Fail # Issue 13432 | 229 mirrors/generic_bounded_test/none: Fail # Issue 13432 |
| 226 mirrors/generic_f_bounded_test/none: Fail # Issue 13432 | 230 mirrors/generic_f_bounded_test/none: Fail # Issue 13432 |
| 227 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 | 231 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 |
| 228 mirrors/generic_mixin_test/none: Fail # Issue 13432 | 232 mirrors/generic_mixin_test/none: Fail # Issue 13432 |
| 229 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 | 233 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| 230 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 | 234 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 |
| 231 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest | 235 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| 232 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 | 236 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 |
| 233 mirrors/type_variable_owner_test/none: Fail # Issue 14356 | 237 mirrors/type_variable_owner_test/none: Fail # Issue 14356 |
| 238 mirrors/metadata_allowed_values_test/none: CompileTimeError # Issue 14549 |
| 234 | 239 |
| 235 [ $compiler == none && $runtime == dartium ] | 240 [ $compiler == none && $runtime == dartium ] |
| 236 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. |
| 237 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. |
| 238 | 243 |
| 239 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 244 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 240 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. | 245 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
| 241 async/timer_isolate_test: Fail | 246 async/timer_isolate_test: Fail |
| 242 | 247 |
| 243 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows ] | 248 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows ] |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 mirrors/mixin_members_test: StaticWarning | 292 mirrors/mixin_members_test: StaticWarning |
| 288 mirrors/parameter_metadata_test: StaticWarning | 293 mirrors/parameter_metadata_test: StaticWarning |
| 289 mirrors/private_symbol_test: StaticWarning | 294 mirrors/private_symbol_test: StaticWarning |
| 290 mirrors/reflect_class_test: StaticWarning | 295 mirrors/reflect_class_test: StaticWarning |
| 291 mirrors/reflected_type_test: StaticWarning | 296 mirrors/reflected_type_test: StaticWarning |
| 292 mirrors/type_argument_is_type_variable_test: StaticWarning | 297 mirrors/type_argument_is_type_variable_test: StaticWarning |
| 293 mirrors/type_variable_owner_test/01: StaticWarning | 298 mirrors/type_variable_owner_test/01: StaticWarning |
| 294 mirrors/typedef_metadata_test: StaticWarning | 299 mirrors/typedef_metadata_test: StaticWarning |
| 295 mirrors/typedef_test/01: StaticWarning | 300 mirrors/typedef_test/01: StaticWarning |
| 296 mirrors/typevariable_mirror_metadata_test: StaticWarning | 301 mirrors/typevariable_mirror_metadata_test: StaticWarning |
| OLD | NEW |