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

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

Issue 68343012: Retain types of toplevel and instance variables for reflection. (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
« no previous file with comments | « sdk/lib/_internal/lib/js_mirrors.dart ('k') | tests/lib/mirrors/field_type_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12 matching lines...) Expand all
23 mirrors/find_in_context_private_test: Fail # Issue 6490 23 mirrors/find_in_context_private_test: Fail # Issue 6490
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_f_bounded_mixin_application_test: RuntimeError # Issue 12087 27 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
28 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 28 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
29 mirrors/generic_interface_test: RuntimeError # Issue 12087 29 mirrors/generic_interface_test: RuntimeError # Issue 12087
30 mirrors/generic_local_function_test: RuntimeError # Issue 12333 30 mirrors/generic_local_function_test: RuntimeError # Issue 12333
31 mirrors/generic_mixin_test: RuntimeError # Issue 12333 31 mirrors/generic_mixin_test: RuntimeError # Issue 12333
32 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 32 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
33 mirrors/generic_type_mirror_test/01: RuntimeError # 6490
34 mirrors/generics_substitution_test/01: RuntimeError # Issue 12087 33 mirrors/generics_substitution_test/01: RuntimeError # Issue 12087
35 mirrors/generics_double_substitution_test: RuntimeError
36 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 34 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
37 mirrors/immutable_collections_test: RuntimeError # Issue 14030 35 mirrors/immutable_collections_test: RuntimeError # Issue 14030
38 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 36 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490
39 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 37 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087
40 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 38 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164
41 mirrors/instance_members_test: RuntimeError # Issue 14633 39 mirrors/instance_members_test: RuntimeError # Issue 14633
42 mirrors/instance_members_with_override_test: RuntimeError # Issue 14633 40 mirrors/instance_members_with_override_test: RuntimeError # Issue 14633
43 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 3 41 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 3
44 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 42 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
45 mirrors/invoke_test: RuntimeError # Issue 11954 43 mirrors/invoke_test: RuntimeError # Issue 11954
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 mirrors/library_metadata2_test/01: CompileTimeError # Test issue 14682 250 mirrors/library_metadata2_test/01: CompileTimeError # Test issue 14682
253 251
254 mirrors/basic_types_in_dart_core_test: StaticWarning, OK # API being removed. 252 mirrors/basic_types_in_dart_core_test: StaticWarning, OK # API being removed.
255 mirrors/constructor_kinds_test/01: StaticWarning, OK # API being removed. 253 mirrors/constructor_kinds_test/01: StaticWarning, OK # API being removed.
256 mirrors/constructor_kinds_test/none: StaticWarning, OK # API being removed. 254 mirrors/constructor_kinds_test/none: StaticWarning, OK # API being removed.
257 mirrors/constructors_test: StaticWarning, OK # API being removed. 255 mirrors/constructors_test: StaticWarning, OK # API being removed.
258 mirrors/equality_test/01: StaticWarning, OK # API being removed. 256 mirrors/equality_test/01: StaticWarning, OK # API being removed.
259 mirrors/equality_test/none: StaticWarning, OK # API being removed. 257 mirrors/equality_test/none: StaticWarning, OK # API being removed.
260 mirrors/fake_function_with_call_test: StaticWarning, OK # API being removed. 258 mirrors/fake_function_with_call_test: StaticWarning, OK # API being removed.
261 mirrors/generic_function_typedef_test: StaticWarning, OK # API being removed. 259 mirrors/generic_function_typedef_test: StaticWarning, OK # API being removed.
262 mirrors/generic_type_mirror_test/01: StaticWarning, OK # API being removed. 260 mirrors/generic_type_mirror_test: StaticWarning, OK # API being removed.
263 mirrors/generic_type_mirror_test/02: StaticWarning, OK # API being removed. 261 mirrors/field_test: StaticWarning, OK # API being removed.
264 mirrors/generic_type_mirror_test/none: StaticWarning, OK # API being removed.
265 mirrors/generics_substitution_test: StaticWarning, OK # API being removed. 262 mirrors/generics_substitution_test: StaticWarning, OK # API being removed.
266 mirrors/inherit_field_test: StaticWarning, OK # API being removed. 263 mirrors/inherit_field_test: StaticWarning, OK # API being removed.
267 mirrors/initializing_formals_test/01: StaticWarning, OK # API being removed. 264 mirrors/initializing_formals_test/01: StaticWarning, OK # API being removed.
268 mirrors/initializing_formals_test/02: StaticWarning, OK # API being removed. 265 mirrors/initializing_formals_test/02: StaticWarning, OK # API being removed.
269 mirrors/initializing_formals_test/03: StaticWarning, OK # API being removed. 266 mirrors/initializing_formals_test/03: StaticWarning, OK # API being removed.
270 mirrors/initializing_formals_test/none: StaticWarning, OK # API being removed. 267 mirrors/initializing_formals_test/none: StaticWarning, OK # API being removed.
271 mirrors/intercepted_class_test: StaticWarning, OK # API being removed. 268 mirrors/intercepted_class_test: StaticWarning, OK # API being removed.
272 mirrors/intercepted_object_test: StaticWarning, OK # API being removed. 269 mirrors/intercepted_object_test: StaticWarning, OK # API being removed.
273 mirrors/lazy_static_test: StaticWarning, OK # API being removed. 270 mirrors/lazy_static_test: StaticWarning, OK # API being removed.
274 mirrors/libraries_test: StaticWarning, OK # API being removed. 271 mirrors/libraries_test: StaticWarning, OK # API being removed.
275 mirrors/library_metadata_test: StaticWarning, OK # API being removed. 272 mirrors/library_metadata_test: StaticWarning, OK # API being removed.
276 mirrors/metadata_constructed_constant_test: StaticWarning, OK # API being remove d. 273 mirrors/metadata_constructed_constant_test: StaticWarning, OK # API being remove d.
277 mirrors/metadata_test: StaticWarning, OK # API being removed. 274 mirrors/metadata_test: StaticWarning, OK # API being removed.
278 mirrors/method_mirror_returntype_test: StaticWarning, OK # API being removed. 275 mirrors/method_mirror_returntype_test: StaticWarning, OK # API being removed.
279 mirrors/method_mirror_source_test: StaticWarning, OK # API being removed. 276 mirrors/method_mirror_source_test: StaticWarning, OK # API being removed.
280 mirrors/mixin_application_test/01: StaticWarning, OK # API being removed. 277 mirrors/mixin_application_test/01: StaticWarning, OK # API being removed.
281 mirrors/mixin_application_test/none: StaticWarning, OK # API being removed. 278 mirrors/mixin_application_test/none: StaticWarning, OK # API being removed.
282 mirrors/mixin_members_test: StaticWarning, OK # API being removed. 279 mirrors/mixin_members_test: StaticWarning, OK # API being removed.
283 mirrors/operator_test: StaticWarning, OK # API being removed. 280 mirrors/operator_test: StaticWarning, OK # API being removed.
284 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. 281 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed.
285 mirrors/parameter_test/01: StaticWarning, OK # API being removed. 282 mirrors/parameter_test/01: StaticWarning, OK # API being removed.
286 mirrors/parameter_test/none: StaticWarning, OK # API being removed. 283 mirrors/parameter_test/none: StaticWarning, OK # API being removed.
287 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. 284 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed.
288 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed . 285 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed .
289 mirrors/regress_14304_test: StaticWarning, OK # API being removed. 286 mirrors/regress_14304_test: StaticWarning, OK # API being removed.
290 mirrors/return_type_test: StaticWarning, OK # API being removed. 287 mirrors/return_type_test: StaticWarning, OK # API being removed.
291 mirrors/static_test: StaticWarning, OK # API being removed. 288 mirrors/static_test: StaticWarning, OK # API being removed.
292 mirrors/to_string_test: StaticWarning, OK # API being removed. 289 mirrors/to_string_test: StaticWarning, OK # API being removed.
OLDNEW
« no previous file with comments | « sdk/lib/_internal/lib/js_mirrors.dart ('k') | tests/lib/mirrors/field_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698