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

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

Issue 61683007: Reapply "Retain types of toplevel and instance variables for reflection." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix: use '-' instead of ':' as a separator in the field descriptor. 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 13 matching lines...) Expand all
24 mirrors/find_in_context_private_test: Fail # Issue 6490 24 mirrors/find_in_context_private_test: Fail # Issue 6490
25 mirrors/find_in_context_fake_function_test: Fail # Issue 6490 25 mirrors/find_in_context_fake_function_test: Fail # Issue 6490
26 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 26 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
27 mirrors/generics_test/01: RuntimeError # Issue 12087 27 mirrors/generics_test/01: RuntimeError # Issue 12087
28 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 28 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
29 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 29 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
30 mirrors/generic_interface_test: RuntimeError # Issue 12087 30 mirrors/generic_interface_test: RuntimeError # Issue 12087
31 mirrors/generic_local_function_test: RuntimeError # Issue 12333 31 mirrors/generic_local_function_test: RuntimeError # Issue 12333
32 mirrors/generic_mixin_test: RuntimeError # Issue 12333 32 mirrors/generic_mixin_test: RuntimeError # Issue 12333
33 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 33 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
34 mirrors/generic_type_mirror_test/01: RuntimeError # 6490
35 mirrors/generics_substitution_test/01: RuntimeError # Issue 12087 34 mirrors/generics_substitution_test/01: RuntimeError # Issue 12087
36 mirrors/generics_double_substitution_test: RuntimeError
37 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 35 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
38 mirrors/immutable_collections_test: RuntimeError # Issue 14030 36 mirrors/immutable_collections_test: RuntimeError # Issue 14030
39 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 37 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490
40 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 38 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087
41 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 39 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164
42 mirrors/instance_members_test: RuntimeError # Issue 14633 40 mirrors/instance_members_test: RuntimeError # Issue 14633
43 mirrors/instance_members_with_override_test: RuntimeError # Issue 14633 41 mirrors/instance_members_with_override_test: RuntimeError # Issue 14633
44 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 3 42 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 3
45 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 43 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
46 mirrors/invoke_test: RuntimeError # Issue 11954 44 mirrors/invoke_test: RuntimeError # Issue 11954
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 mirrors/library_metadata2_test/01: CompileTimeError # Test issue 14682 256 mirrors/library_metadata2_test/01: CompileTimeError # Test issue 14682
259 257
260 mirrors/basic_types_in_dart_core_test: StaticWarning, OK # API being removed. 258 mirrors/basic_types_in_dart_core_test: StaticWarning, OK # API being removed.
261 mirrors/constructor_kinds_test/01: StaticWarning, OK # API being removed. 259 mirrors/constructor_kinds_test/01: StaticWarning, OK # API being removed.
262 mirrors/constructor_kinds_test/none: StaticWarning, OK # API being removed. 260 mirrors/constructor_kinds_test/none: StaticWarning, OK # API being removed.
263 mirrors/constructors_test: StaticWarning, OK # API being removed. 261 mirrors/constructors_test: StaticWarning, OK # API being removed.
264 mirrors/equality_test/01: StaticWarning, OK # API being removed. 262 mirrors/equality_test/01: StaticWarning, OK # API being removed.
265 mirrors/equality_test/none: StaticWarning, OK # API being removed. 263 mirrors/equality_test/none: StaticWarning, OK # API being removed.
266 mirrors/fake_function_with_call_test: StaticWarning, OK # API being removed. 264 mirrors/fake_function_with_call_test: StaticWarning, OK # API being removed.
267 mirrors/generic_function_typedef_test: StaticWarning, OK # API being removed. 265 mirrors/generic_function_typedef_test: StaticWarning, OK # API being removed.
268 mirrors/generic_type_mirror_test/01: StaticWarning, OK # API being removed. 266 mirrors/generic_type_mirror_test: StaticWarning, OK # API being removed.
269 mirrors/generic_type_mirror_test/02: StaticWarning, OK # API being removed. 267 mirrors/field_type_test: StaticWarning, OK # API being removed.
270 mirrors/generic_type_mirror_test/none: StaticWarning, OK # API being removed.
271 mirrors/generics_substitution_test: StaticWarning, OK # API being removed. 268 mirrors/generics_substitution_test: StaticWarning, OK # API being removed.
272 mirrors/inherit_field_test: StaticWarning, OK # API being removed. 269 mirrors/inherit_field_test: StaticWarning, OK # API being removed.
273 mirrors/initializing_formals_test/01: StaticWarning, OK # API being removed. 270 mirrors/initializing_formals_test/01: StaticWarning, OK # API being removed.
274 mirrors/initializing_formals_test/02: StaticWarning, OK # API being removed. 271 mirrors/initializing_formals_test/02: StaticWarning, OK # API being removed.
275 mirrors/initializing_formals_test/03: StaticWarning, OK # API being removed. 272 mirrors/initializing_formals_test/03: StaticWarning, OK # API being removed.
276 mirrors/initializing_formals_test/none: StaticWarning, OK # API being removed. 273 mirrors/initializing_formals_test/none: StaticWarning, OK # API being removed.
277 mirrors/intercepted_class_test: StaticWarning, OK # API being removed. 274 mirrors/intercepted_class_test: StaticWarning, OK # API being removed.
278 mirrors/intercepted_object_test: StaticWarning, OK # API being removed. 275 mirrors/intercepted_object_test: StaticWarning, OK # API being removed.
279 mirrors/lazy_static_test: StaticWarning, OK # API being removed. 276 mirrors/lazy_static_test: StaticWarning, OK # API being removed.
280 mirrors/libraries_test: StaticWarning, OK # API being removed. 277 mirrors/libraries_test: StaticWarning, OK # API being removed.
281 mirrors/library_metadata_test: StaticWarning, OK # API being removed. 278 mirrors/library_metadata_test: StaticWarning, OK # API being removed.
282 mirrors/metadata_constructed_constant_test: StaticWarning, OK # API being remove d. 279 mirrors/metadata_constructed_constant_test: StaticWarning, OK # API being remove d.
283 mirrors/metadata_test: StaticWarning, OK # API being removed. 280 mirrors/metadata_test: StaticWarning, OK # API being removed.
284 mirrors/method_mirror_returntype_test: StaticWarning, OK # API being removed. 281 mirrors/method_mirror_returntype_test: StaticWarning, OK # API being removed.
285 mirrors/method_mirror_source_test: StaticWarning, OK # API being removed. 282 mirrors/method_mirror_source_test: StaticWarning, OK # API being removed.
286 mirrors/mixin_application_test/01: StaticWarning, OK # API being removed. 283 mirrors/mixin_application_test/01: StaticWarning, OK # API being removed.
287 mirrors/mixin_application_test/none: StaticWarning, OK # API being removed. 284 mirrors/mixin_application_test/none: StaticWarning, OK # API being removed.
288 mirrors/mixin_members_test: StaticWarning, OK # API being removed. 285 mirrors/mixin_members_test: StaticWarning, OK # API being removed.
289 mirrors/operator_test: StaticWarning, OK # API being removed. 286 mirrors/operator_test: StaticWarning, OK # API being removed.
290 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. 287 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed.
291 mirrors/parameter_test/01: StaticWarning, OK # API being removed. 288 mirrors/parameter_test/01: StaticWarning, OK # API being removed.
292 mirrors/parameter_test/none: StaticWarning, OK # API being removed. 289 mirrors/parameter_test/none: StaticWarning, OK # API being removed.
293 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. 290 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed.
294 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed . 291 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed .
295 mirrors/regress_14304_test: StaticWarning, OK # API being removed. 292 mirrors/regress_14304_test: StaticWarning, OK # API being removed.
296 mirrors/return_type_test: StaticWarning, OK # API being removed. 293 mirrors/return_type_test: StaticWarning, OK # API being removed.
297 mirrors/static_test: StaticWarning, OK # API being removed. 294 mirrors/static_test: StaticWarning, OK # API being removed.
298 mirrors/to_string_test: StaticWarning, OK # API being removed. 295 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