Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: tests/lib/lib.status

Issue 64793003: Update mirror tests for removed API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 3 42 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 3
43 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 43 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
44 mirrors/invoke_test: RuntimeError # Issue 11954 44 mirrors/invoke_test: RuntimeError # Issue 11954
45 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 45 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
46 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 46 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
47 mirrors/invoke_private_test: CompileTimeError # Issue 12164 47 mirrors/invoke_private_test: CompileTimeError # Issue 12164
48 mirrors/invoke_private_wrong_library_test: CompileTimeError # Issue 12164 48 mirrors/invoke_private_wrong_library_test: CompileTimeError # Issue 12164
49 mirrors/invoke_subscript_test: RuntimeError # Issue 13002 49 mirrors/invoke_subscript_test: RuntimeError # Issue 13002
50 mirrors/invoke_throws_test: RuntimeError # Issue 11954 50 mirrors/invoke_throws_test: RuntimeError # Issue 11954
51 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733 51 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733
52 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633
53 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 52 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
54 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError # Issue 14548 53 mirrors/metadata_allowed_values_test/01: MissingCompileTimeError # Issue 14548
55 mirrors/metadata_allowed_values_test/05: MissingCompileTimeError # Issue 14548 54 mirrors/metadata_allowed_values_test/05: MissingCompileTimeError # Issue 14548
56 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError # Issue 14548 55 mirrors/metadata_allowed_values_test/10: MissingCompileTimeError # Issue 14548
57 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548 56 mirrors/metadata_allowed_values_test/11: MissingCompileTimeError # Issue 14548
58 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548 57 mirrors/metadata_allowed_values_test/13: MissingCompileTimeError # Issue 14548
59 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548 58 mirrors/metadata_allowed_values_test/14: MissingCompileTimeError # Issue 14548
60 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 59 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
61 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 60 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
62 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 61 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928
63 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 62 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
64 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. 63 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this.
65 mirrors/mixin_test: RuntimeError # Issue 12464 64 mirrors/mixin_test: RuntimeError # Issue 12464
66 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 65 mirrors/mixin_application_test/none: RuntimeError # Issue 12464
67 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 66 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333
68 mirrors/null_test : RuntimeError # Issue 12129 67 mirrors/null_test : RuntimeError # Issue 12129
69 mirrors/parameter_test/none: RuntimeError # Issue 6490 68 mirrors/parameter_test/none: RuntimeError # Issue 6490
70 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 69 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905
71 mirrors/private_symbol_test: CompileTimeError # Issue 13597 70 mirrors/private_symbol_test: CompileTimeError # Issue 13597
72 mirrors/proxy_type_test: RuntimeError # Issue 13842 71 mirrors/proxy_type_test: RuntimeError # Issue 13842
73 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 72 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
74 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 73 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
75 mirrors/reflected_type_test: RuntimeError # Issue 12607 74 mirrors/reflected_type_test: RuntimeError # Issue 12607
76 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670 75 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670
76 mirrors/removed_api_test: RuntimeError # Issue 14878
77 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164 77 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164
78 mirrors/symbol_validation_test: RuntimeError # Issue 13597 78 mirrors/symbol_validation_test: RuntimeError # Issue 13597
79 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164 79 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164
80 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 80 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333
81 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 81 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
82 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 82 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
83 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 83 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
84 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 84 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
85 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671 85 mirrors/variable_is_const_test/none: RuntimeError # Issue 14671
86 mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519 86 mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 184 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
185 185
186 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 186 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000
187 mirrors/generic_superclass_test/01: RuntimeError # Issue 14000 187 mirrors/generic_superclass_test/01: RuntimeError # Issue 14000
188 mirrors/generics_double_substitution_test/01: RuntimeError # Issue 14869 188 mirrors/generics_double_substitution_test/01: RuntimeError # Issue 14869
189 189
190 mirrors/generic_local_function_test: RuntimeError # Issue 14913 190 mirrors/generic_local_function_test: RuntimeError # Issue 14913
191 191
192 mirrors/symbol_validation_test: RuntimeError # Issue 13596 192 mirrors/symbol_validation_test: RuntimeError # Issue 13596
193 193
194 mirrors/removed_api_test: RuntimeError # Issue 14931
195
194 mirrors/static_members_test: RuntimeError # Issue 14632 196 mirrors/static_members_test: RuntimeError # Issue 14632
195 mirrors/toplevel_members_test: RuntimeError # Issue 14632 197 mirrors/toplevel_members_test: RuntimeError # Issue 14632
196 mirrors/instance_members_test: RuntimeError # Issue 14632 198 mirrors/instance_members_test: RuntimeError # Issue 14632
197 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632 199 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632
198 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 2 200 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 2
199 201
200 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 202 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
201 203
202 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 204 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
203 async/schedule_microtask6_test: Fail # Issue 10910 205 async/schedule_microtask6_test: Fail # Issue 10910
(...skipping 24 matching lines...) Expand all
228 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag 230 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag
229 231
230 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 232 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
231 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. 233 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
232 async/timer_isolate_test: Fail 234 async/timer_isolate_test: Fail
233 235
234 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] 236 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
235 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 237 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
236 238
237 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 239 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
238 mirrors/equality_test/02: StaticWarning # Issue 14524
239 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116 240 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116
240 mirrors/invoke_named_test: StaticWarning # Issue 14522 241 mirrors/invoke_named_test: StaticWarning # Issue 14522
241 mirrors/private_symbol_test: StaticWarning # Issue 14524
242 mirrors/reflect_class_test: StaticWarning # Issue 14524
243 mirrors/type_variable_owner_test: StaticWarning # Issue 14524
244 mirrors/typedef_metadata_test: StaticWarning # Issue 14524
245 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524
246 242
247 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>' 243 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>'
248 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> 244 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>
249 245
250 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 246 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
251 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 247 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
252 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 248 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
253 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 249 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
254 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict. 250 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
255 mirrors/library_metadata2_test/01: CompileTimeError # Test issue 14682 251 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
256
257 mirrors/basic_types_in_dart_core_test: StaticWarning, OK # API being removed.
258 mirrors/constructor_kinds_test/01: StaticWarning, OK # API being removed.
259 mirrors/constructor_kinds_test/none: StaticWarning, OK # API being removed.
260 mirrors/constructors_test: StaticWarning, OK # API being removed.
261 mirrors/equality_test/01: StaticWarning, OK # API being removed.
262 mirrors/equality_test/none: StaticWarning, OK # API being removed.
263 mirrors/fake_function_with_call_test: StaticWarning, OK # API being removed.
264 mirrors/generic_function_typedef_test: StaticWarning, OK # API being removed.
265 mirrors/generic_type_mirror_test: StaticWarning, OK # API being removed.
266 mirrors/field_type_test: StaticWarning, OK # API being removed.
267 mirrors/generics_substitution_test: StaticWarning, OK # API being removed.
268 mirrors/inherit_field_test: StaticWarning, OK # API being removed.
269 mirrors/initializing_formals_test/01: StaticWarning, OK # API being removed.
270 mirrors/initializing_formals_test/02: StaticWarning, OK # API being removed.
271 mirrors/initializing_formals_test/03: StaticWarning, OK # API being removed.
272 mirrors/initializing_formals_test/none: StaticWarning, OK # API being removed.
273 mirrors/intercepted_class_test: StaticWarning, OK # API being removed.
274 mirrors/intercepted_object_test: StaticWarning, OK # API being removed.
275 mirrors/lazy_static_test: StaticWarning, OK # API being removed.
276 mirrors/libraries_test: StaticWarning, OK # API being removed.
277 mirrors/library_metadata_test: StaticWarning, OK # API being removed.
278 mirrors/metadata_constructed_constant_test: StaticWarning, OK # API being remove d.
279 mirrors/metadata_test: StaticWarning, OK # API being removed.
280 mirrors/method_mirror_returntype_test: StaticWarning, OK # API being removed.
281 mirrors/method_mirror_source_test: StaticWarning, OK # API being removed.
282 mirrors/mixin_application_test/01: StaticWarning, OK # API being removed.
283 mirrors/mixin_application_test/none: StaticWarning, OK # API being removed.
284 mirrors/mixin_members_test: StaticWarning, OK # API being removed.
285 mirrors/operator_test: StaticWarning, OK # API being removed.
286 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed.
287 mirrors/parameter_test/01: StaticWarning, OK # API being removed.
288 mirrors/parameter_test/none: StaticWarning, OK # API being removed.
289 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed.
290 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed .
291 mirrors/regress_14304_test: StaticWarning, OK # API being removed.
292 mirrors/return_type_test: StaticWarning, OK # API being removed.
293 mirrors/static_test: StaticWarning, OK # API being removed.
294 mirrors/to_string_test: StaticWarning, OK # API being removed.
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/message_kind_test.dart ('k') | tests/lib/mirrors/basic_types_in_dart_core_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698