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_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 | 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp
orted. http://dartbug.com/5958 |
10 | 10 |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 | 67 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 |
68 mirrors/null_test : RuntimeError # Issue 12129 | 68 mirrors/null_test : RuntimeError # Issue 12129 |
69 mirrors/parameter_test/none: RuntimeError # Issue 6490 | 69 mirrors/parameter_test/none: RuntimeError # Issue 6490 |
70 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 | 70 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 |
71 mirrors/private_symbol_test: CompileTimeError # Issue 13597 | 71 mirrors/private_symbol_test: CompileTimeError # Issue 13597 |
72 mirrors/proxy_type_test: RuntimeError # Issue 13842 | 72 mirrors/proxy_type_test: RuntimeError # Issue 13842 |
73 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 | 73 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 |
74 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 | 74 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 |
75 mirrors/reflected_type_test: RuntimeError # Issue 12607 | 75 mirrors/reflected_type_test: RuntimeError # Issue 12607 |
76 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670 | 76 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670 |
77 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 | 77 mirrors/static_members_test: RuntimeError # Issue 14633, Issue 12164 |
78 mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919 | 78 mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919 |
79 mirrors/symbol_validation_test: RuntimeError # Issue 13597 | 79 mirrors/symbol_validation_test: RuntimeError # Issue 13597 |
80 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 | 80 mirrors/synthetic_accessor_properties_test: RuntimeError # Issue 14633 |
| 81 mirrors/toplevel_members_test: RuntimeError # Issue 14633, Issue 12164 |
81 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 | 82 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 |
82 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 | 83 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 |
83 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 | 84 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 |
84 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 | 85 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 |
85 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 | 86 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 |
86 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 | 87 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 |
87 mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519 | 88 mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519 |
88 | 89 |
| 90 |
89 [ $runtime == safari ] | 91 [ $runtime == safari ] |
90 mirrors/return_type_test: Pass, Timeout # Issue 12858 | 92 mirrors/return_type_test: Pass, Timeout # Issue 12858 |
91 | 93 |
92 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] | 94 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime
!= ff && $runtime != ie9 && $runtime != ie10] |
93 math/math_test: RuntimeError | 95 math/math_test: RuntimeError |
94 math/math2_test: RuntimeError | 96 math/math2_test: RuntimeError |
95 | 97 |
96 [ $compiler == dart2js && $jscl ] | 98 [ $compiler == dart2js && $jscl ] |
97 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772
8. | 99 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772
8. |
98 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. | 100 async/slow_consumer2_test: RuntimeError # Timer interface not supported; dartbug
.com/7728. |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. | 187 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. |
186 | 188 |
187 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 | 189 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 |
188 mirrors/generic_superclass_test/01: RuntimeError # Issue 14000 | 190 mirrors/generic_superclass_test/01: RuntimeError # Issue 14000 |
189 mirrors/generics_double_substitution_test/01: RuntimeError # Issue 14869 | 191 mirrors/generics_double_substitution_test/01: RuntimeError # Issue 14869 |
190 | 192 |
191 mirrors/generic_local_function_test: RuntimeError # Issue 14913 | 193 mirrors/generic_local_function_test: RuntimeError # Issue 14913 |
192 | 194 |
193 mirrors/symbol_validation_test: RuntimeError # Issue 13596 | 195 mirrors/symbol_validation_test: RuntimeError # Issue 13596 |
194 | 196 |
195 mirrors/static_members_test: RuntimeError # Issue 14632 | |
196 mirrors/toplevel_members_test: RuntimeError # Issue 14632 | |
197 mirrors/instance_members_test: RuntimeError # Issue 14632 | |
198 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632 | |
199 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463
2 | |
200 | |
201 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) | 197 async/timer_not_available_test: SkipByDesign # only meant to test when there is
no way to implement timer (currently only in d8) |
202 | 198 |
203 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] | 199 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] |
204 async/schedule_microtask6_test: Fail # Issue 10910 | 200 async/schedule_microtask6_test: Fail # Issue 10910 |
205 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321 | 201 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321 |
206 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. | 202 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. |
207 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 | 203 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 |
208 | 204 |
209 [ $compiler == none && $runtime == drt && $mode == debug ] | 205 [ $compiler == none && $runtime == drt && $mode == debug ] |
210 mirrors/hierarchy_invariants_test: Pass, Slow # Issue 14449 | 206 mirrors/hierarchy_invariants_test: Pass, Slow # Issue 14449 |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 mirrors/operator_test: StaticWarning, OK # API being removed. | 282 mirrors/operator_test: StaticWarning, OK # API being removed. |
287 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. | 283 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. |
288 mirrors/parameter_test/01: StaticWarning, OK # API being removed. | 284 mirrors/parameter_test/01: StaticWarning, OK # API being removed. |
289 mirrors/parameter_test/none: StaticWarning, OK # API being removed. | 285 mirrors/parameter_test/none: StaticWarning, OK # API being removed. |
290 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. | 286 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. |
291 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. | 287 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. |
292 mirrors/regress_14304_test: StaticWarning, OK # API being removed. | 288 mirrors/regress_14304_test: StaticWarning, OK # API being removed. |
293 mirrors/return_type_test: StaticWarning, OK # API being removed. | 289 mirrors/return_type_test: StaticWarning, OK # API being removed. |
294 mirrors/static_test: StaticWarning, OK # API being removed. | 290 mirrors/static_test: StaticWarning, OK # API being removed. |
295 mirrors/to_string_test: StaticWarning, OK # API being removed. | 291 mirrors/to_string_test: StaticWarning, OK # API being removed. |
OLD | NEW |