| 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 |
| 11 | 11 |
| 12 math/double_pow_test: RuntimeError | 12 math/double_pow_test: RuntimeError |
| 13 math/low_test: RuntimeError | 13 math/low_test: RuntimeError |
| 14 math/random_test: RuntimeError | 14 math/random_test: RuntimeError |
| 15 | 15 |
| 16 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025 | 16 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025 |
| 17 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 | 17 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 |
| 18 mirrors/closures_test/none: RuntimeError # Issue 6490 | 18 mirrors/closures_test/none: RuntimeError # Issue 6490 |
| 19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 | 19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 |
| 20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 | 20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 |
| 21 mirrors/equality_test/02: RuntimeError # Issue 12333 | 21 mirrors/equality_test/02: RuntimeError # Issue 12333 |
| 22 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 | 22 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 |
| 23 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 | 23 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 |
| 24 mirrors/find_in_context_fake_function_test: Fail # Issue 6490 | 24 mirrors/find_in_context_fake_function_test: Fail # Issue 6490 |
| 25 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 | 25 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 |
| 26 mirrors/generics_test/01: RuntimeError # Issue 12087 | 26 mirrors/generics_test/01: RuntimeError # Issue 12087 |
| 27 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087 | |
| 28 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087 | |
| 29 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087 | |
| 30 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087 | |
| 31 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 12087 | |
| 32 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 | 27 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 |
| 33 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 | 28 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 |
| 34 mirrors/generic_interface_test: RuntimeError # Issue 12087 | 29 mirrors/generic_interface_test: RuntimeError # Issue 12087 |
| 35 mirrors/generic_mixin_test: RuntimeError # Issue 12333 | 30 mirrors/generic_mixin_test: RuntimeError # Issue 12333 |
| 36 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 | 31 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 |
| 37 mirrors/generics_substitution_test: RuntimeError # Issue 12087 | 32 mirrors/generics_substitution_test/01: RuntimeError # Issue 12087 |
| 38 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 | 33 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 |
| 39 mirrors/immutable_collections_test: RuntimeError # Issue 14030 | 34 mirrors/immutable_collections_test: RuntimeError # Issue 14030 |
| 40 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 | 35 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 |
| 41 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 | 36 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 |
| 42 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 | 37 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 |
| 43 mirrors/instance_members_test: RuntimeError # Issue 14633 | 38 mirrors/instance_members_test: RuntimeError # Issue 14633 |
| 44 mirrors/instance_members_with_override_test: RuntimeError # Issue 14633 | 39 mirrors/instance_members_with_override_test: RuntimeError # Issue 14633 |
| 45 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463
3 | 40 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463
3 |
| 46 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 | 41 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 |
| 47 mirrors/invoke_test: RuntimeError # Issue 11954 | 42 mirrors/invoke_test: RuntimeError # Issue 11954 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 72 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 | 67 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 |
| 73 mirrors/symbol_validation_test: RuntimeError # Issue 13597 | 68 mirrors/symbol_validation_test: RuntimeError # Issue 13597 |
| 74 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 | 69 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 |
| 75 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 | 70 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 |
| 76 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 | 71 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 |
| 77 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 | 72 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 |
| 78 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 | 73 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 |
| 79 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 | 74 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 |
| 80 mirrors/generic_type_mirror_test/01: RuntimeError # 6490 | 75 mirrors/generic_type_mirror_test/01: RuntimeError # 6490 |
| 81 | 76 |
| 82 [ $compiler == dart2js && $unchecked ] | |
| 83 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087 | |
| 84 mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # Issue 12087 | |
| 85 | |
| 86 [ $runtime == safari ] | 77 [ $runtime == safari ] |
| 87 mirrors/return_type_test: Pass, Timeout # Issue 12858 | 78 mirrors/return_type_test: Pass, Timeout # Issue 12858 |
| 88 | 79 |
| 89 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] | 80 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] |
| 90 math/math_test: RuntimeError | 81 math/math_test: RuntimeError |
| 91 math/math2_test: RuntimeError | 82 math/math2_test: RuntimeError |
| 92 | 83 |
| 93 [ $compiler == dart2js && $jscl ] | 84 [ $compiler == dart2js && $jscl ] |
| 94 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772
8. | 85 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772
8. |
| 95 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. | 86 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. | 167 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| 177 | 168 |
| 178 [ $compiler == none ] | 169 [ $compiler == none ] |
| 179 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http:
//dartbug.com/9001. | 170 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 | 171 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. | 172 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. | 173 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. | 174 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
| 184 | 175 |
| 185 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 | 176 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 |
| 177 mirrors/generic_superclass_test/01: RuntimeError # Issue 14000 |
| 178 mirrors/generic_type_mirror_test/02: RuntimeError # Issue 14613 |
| 179 |
| 186 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 180 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
| 187 | 181 |
| 188 mirrors/static_members_test: RuntimeError # Issue 14632 | 182 mirrors/static_members_test: RuntimeError # Issue 14632 |
| 189 mirrors/toplevel_members_test: RuntimeError # Issue 14632 | 183 mirrors/toplevel_members_test: RuntimeError # Issue 14632 |
| 190 mirrors/instance_members_test: RuntimeError # Issue 14632 | 184 mirrors/instance_members_test: RuntimeError # Issue 14632 |
| 191 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632 | 185 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632 |
| 192 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463
2 | 186 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463
2 |
| 193 | 187 |
| 194 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 188 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
| 195 | 189 |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 mirrors/operator_test: StaticWarning, OK # API being removed. | 291 mirrors/operator_test: StaticWarning, OK # API being removed. |
| 298 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. | 292 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. |
| 299 mirrors/parameter_test/01: StaticWarning, OK # API being removed. | 293 mirrors/parameter_test/01: StaticWarning, OK # API being removed. |
| 300 mirrors/parameter_test/none: StaticWarning, OK # API being removed. | 294 mirrors/parameter_test/none: StaticWarning, OK # API being removed. |
| 301 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. | 295 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. |
| 302 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. | 296 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. |
| 303 mirrors/regress_14304_test: StaticWarning, OK # API being removed. | 297 mirrors/regress_14304_test: StaticWarning, OK # API being removed. |
| 304 mirrors/return_type_test: StaticWarning, OK # API being removed. | 298 mirrors/return_type_test: StaticWarning, OK # API being removed. |
| 305 mirrors/static_test: StaticWarning, OK # API being removed. | 299 mirrors/static_test: StaticWarning, OK # API being removed. |
| 306 mirrors/to_string_test: StaticWarning, OK # API being removed. | 300 mirrors/to_string_test: StaticWarning, OK # API being removed. |
| OLD | NEW |