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 28 matching lines...) Expand all Loading... |
39 mirrors/instance_members_with_override_test: RuntimeError # Issue 14633 | 39 mirrors/instance_members_with_override_test: RuntimeError # Issue 14633 |
40 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463
3 | 40 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463
3 |
41 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 | 41 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 |
42 mirrors/invoke_test: RuntimeError # Issue 11954 | 42 mirrors/invoke_test: RuntimeError # Issue 11954 |
43 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 | 43 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 |
44 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 | 44 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 |
45 mirrors/invoke_private_test: CompileTimeError # Issue 12164 | 45 mirrors/invoke_private_test: CompileTimeError # Issue 12164 |
46 mirrors/invoke_subscript_test: RuntimeError # Issue 13002 | 46 mirrors/invoke_subscript_test: RuntimeError # Issue 13002 |
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_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. |
50 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError # Issue 14548 | 51 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError # Issue 14548 |
51 mirrors/metadata_allowed_values_test/05: MissingCompileTimeError # Issue 14548 | 52 mirrors/metadata_allowed_values_test/05: MissingCompileTimeError # Issue 14548 |
52 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError # Issue 14548 | 53 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError # Issue 14548 |
53 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548 | 54 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548 |
54 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548 | 55 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548 |
55 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548 | 56 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548 |
56 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 | 57 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 |
57 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 | 58 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 |
58 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 | 59 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 |
59 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 | 60 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 |
60 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. | 61 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. |
61 mirrors/mixin_test: RuntimeError # Issue 12464 | 62 mirrors/mixin_test: RuntimeError # Issue 12464 |
62 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 | 63 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 |
63 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 | 64 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 |
64 mirrors/null_test : RuntimeError # Issue 12129 | 65 mirrors/null_test : RuntimeError # Issue 12129 |
65 mirrors/parameter_test/none: RuntimeError # Issue 6490 | 66 mirrors/parameter_test/none: RuntimeError # Issue 6490 |
66 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 | 67 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 |
67 mirrors/private_symbol_test: CompileTimeError # Issue 13597 | 68 mirrors/private_symbol_test: CompileTimeError # Issue 13597 |
68 mirrors/proxy_type_test: RuntimeError # Issue 13842 | 69 mirrors/proxy_type_test: RuntimeError # Issue 13842 |
69 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 | 70 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 |
70 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 | 71 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 |
71 mirrors/reflected_type_test: RuntimeError # Issue 12607 | 72 mirrors/reflected_type_test: RuntimeError # Issue 12607 |
72 mirrors/removed_api_test: RuntimeError # Issue 14878 | |
73 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 | 73 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 |
74 mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919 | 74 mirrors/set_field_with_final_inheritance_test: RuntimeError # Issue 13919 |
75 mirrors/symbol_validation_test: RuntimeError # Issue 13597 | 75 mirrors/symbol_validation_test: RuntimeError # Issue 13597 |
76 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 | 76 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 |
77 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 | 77 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 |
78 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 | 78 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 |
79 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 | 79 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 |
80 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 | 80 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 |
81 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 | 81 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 |
82 mirrors/generic_type_mirror_test/01: RuntimeError # 6490 | 82 mirrors/generic_type_mirror_test/01: RuntimeError # 6490 |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. | 225 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
226 async/timer_isolate_test: Fail | 226 async/timer_isolate_test: Fail |
227 | 227 |
228 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] | 228 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime !=
dartium && $runtime != drt)) ] |
229 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 | 229 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
230 | 230 |
231 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 231 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
232 mirrors/equality_test/02: StaticWarning # Issue 14524 | 232 mirrors/equality_test/02: StaticWarning # Issue 14524 |
233 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116 | 233 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116 |
234 mirrors/invoke_named_test: StaticWarning # Issue 14522 | 234 mirrors/invoke_named_test: StaticWarning # Issue 14522 |
| 235 mirrors/private_symbol_test: StaticWarning # Issue 14524 |
235 mirrors/reflect_class_test: StaticWarning # Issue 14524 | 236 mirrors/reflect_class_test: StaticWarning # Issue 14524 |
236 mirrors/type_variable_owner_test: StaticWarning # Issue 14524 | 237 mirrors/type_variable_owner_test: StaticWarning # Issue 14524 |
| 238 mirrors/typedef_metadata_test: StaticWarning # Issue 14524 |
| 239 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 |
237 | 240 |
238 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty
pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1,
T2>' | 241 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty
pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1,
T2>' |
239 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return
type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T
1, T2> | 242 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return
type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T
1, T2> |
240 | 243 |
241 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. | 244 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function
without defining call. |
242 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct
ion without defining call. | 245 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct
ion without defining call. |
243 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. | 246 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t
ype of Iterable. |
244 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. | 247 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger
noSuchMethod. |
245 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared
members. | 248 mirrors/library_metadata2_test/01: CompileTimeError # Test issue 14682 |
| 249 |
| 250 mirrors/basic_types_in_dart_core_test: StaticWarning, OK # API being removed. |
| 251 mirrors/constructor_kinds_test/01: StaticWarning, OK # API being removed. |
| 252 mirrors/constructor_kinds_test/none: StaticWarning, OK # API being removed. |
| 253 mirrors/constructors_test: StaticWarning, OK # API being removed. |
| 254 mirrors/equality_test/01: StaticWarning, OK # API being removed. |
| 255 mirrors/equality_test/none: StaticWarning, OK # API being removed. |
| 256 mirrors/fake_function_with_call_test: StaticWarning, OK # API being removed. |
| 257 mirrors/generic_function_typedef_test: StaticWarning, OK # API being removed. |
| 258 mirrors/generic_type_mirror_test/01: StaticWarning, OK # API being removed. |
| 259 mirrors/generic_type_mirror_test/02: StaticWarning, OK # API being removed. |
| 260 mirrors/generic_type_mirror_test/none: StaticWarning, OK # API being removed. |
| 261 mirrors/generics_substitution_test: StaticWarning, OK # API being removed. |
| 262 mirrors/inherit_field_test: StaticWarning, OK # API being removed. |
| 263 mirrors/initializing_formals_test/01: StaticWarning, OK # API being removed. |
| 264 mirrors/initializing_formals_test/02: StaticWarning, OK # API being removed. |
| 265 mirrors/initializing_formals_test/03: StaticWarning, OK # API being removed. |
| 266 mirrors/initializing_formals_test/none: StaticWarning, OK # API being removed. |
| 267 mirrors/intercepted_class_test: StaticWarning, OK # API being removed. |
| 268 mirrors/intercepted_object_test: StaticWarning, OK # API being removed. |
| 269 mirrors/lazy_static_test: StaticWarning, OK # API being removed. |
| 270 mirrors/libraries_test: StaticWarning, OK # API being removed. |
| 271 mirrors/library_metadata_test: StaticWarning, OK # API being removed. |
| 272 mirrors/metadata_constructed_constant_test: StaticWarning, OK # API being remove
d. |
| 273 mirrors/metadata_test: StaticWarning, OK # API being removed. |
| 274 mirrors/method_mirror_returntype_test: StaticWarning, OK # API being removed. |
| 275 mirrors/method_mirror_source_test: StaticWarning, OK # API being removed. |
| 276 mirrors/mixin_application_test/01: StaticWarning, OK # API being removed. |
| 277 mirrors/mixin_application_test/none: StaticWarning, OK # API being removed. |
| 278 mirrors/mixin_members_test: StaticWarning, OK # API being removed. |
| 279 mirrors/operator_test: StaticWarning, OK # API being removed. |
| 280 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. |
| 281 mirrors/parameter_test/01: StaticWarning, OK # API being removed. |
| 282 mirrors/parameter_test/none: StaticWarning, OK # API being removed. |
| 283 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. |
| 284 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed
. |
| 285 mirrors/regress_14304_test: StaticWarning, OK # API being removed. |
| 286 mirrors/return_type_test: StaticWarning, OK # API being removed. |
| 287 mirrors/static_test: StaticWarning, OK # API being removed. |
| 288 mirrors/to_string_test: StaticWarning, OK # API being removed. |
OLD | NEW |