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

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

Issue 922023002: Implement DeclarationMirror.location for all but ParameterMirrors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 months 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/mirrors/mirrors.dart ('k') | tests/lib/mirrors/class_mirror_location_other.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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $csp ] 8 [ $csp ]
9 # Deferred loading does not work from an isolate in CSP-mode 9 # Deferred loading does not work from an isolate in CSP-mode
10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898
11 11
12 [ $compiler == dart2js ] 12 [ $compiler == dart2js ]
13 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 13 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
14 14
15 math/double_pow_test: RuntimeError 15 math/double_pow_test: RuntimeError
16 math/low_test: RuntimeError 16 math/low_test: RuntimeError
17 math/random_big_test: RuntimeError # Using bigint seeds for random. 17 math/random_big_test: RuntimeError # Using bigint seeds for random.
18 18
19 mirrors/abstract_class_test: RuntimeError # Issue 12826 19 mirrors/abstract_class_test: RuntimeError # Issue 12826
20 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 20 mirrors/class_declarations_test/none: RuntimeError # Issue 13440
21 mirrors/class_mirror_location_test: RuntimeError # Issue 6490
21 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 22 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
22 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 23 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597
23 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 24 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
24 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 25 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612
25 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 26 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
26 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 27 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
27 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 28 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
28 mirrors/generic_interface_test: RuntimeError # Issue 12087 29 mirrors/generic_interface_test: RuntimeError # Issue 12087
29 mirrors/generic_local_function_test: RuntimeError # Issue 12333 30 mirrors/generic_local_function_test: RuntimeError # Issue 12333
30 mirrors/generic_mixin_test: RuntimeError # Issue 12333 31 mirrors/generic_mixin_test: RuntimeError # Issue 12333
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 mirrors/metadata_scope_test/none: CompileTimeError # Issue 10905 68 mirrors/metadata_scope_test/none: CompileTimeError # Issue 10905
68 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 69 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
69 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 70 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
70 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 71 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
71 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490 72 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490
72 mirrors/method_mirror_location_test: RuntimeError # Issue 6490 73 mirrors/method_mirror_location_test: RuntimeError # Issue 6490
73 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. When removing this line please change the "endsWith" to "/mirrors_test.dart". 74 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. When removing this line please change the "endsWith" to "/mirrors_test.dart".
74 mirrors/mirrors_nsm_test/dart2js: RuntimeError # Issue 19353 75 mirrors/mirrors_nsm_test/dart2js: RuntimeError # Issue 19353
75 mirrors/mixin_test: RuntimeError # Issue 12464 76 mirrors/mixin_test: RuntimeError # Issue 12464
76 mirrors/mixin_application_test: RuntimeError # Issue 12464 77 mirrors/mixin_application_test: RuntimeError # Issue 12464
78 mirrors/other_declarations_location_test: CompileTimeError # Issue 10905
77 mirrors/parameter_test/none: RuntimeError # Issue 6490 79 mirrors/parameter_test/none: RuntimeError # Issue 6490
78 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490 80 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490
79 mirrors/private_symbol_test: CompileTimeError # Issue 13597 81 mirrors/private_symbol_test: CompileTimeError # Issue 13597
80 mirrors/private_types_test: RuntimeError # Issue 6490 82 mirrors/private_types_test: RuntimeError # Issue 6490
81 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 83 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
82 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 84 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
83 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607 85 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607
84 mirrors/reflected_type_special_types_test: RuntimeError # Issue 12607 86 mirrors/reflected_type_special_types_test: RuntimeError # Issue 12607
85 mirrors/reflected_type_typedefs_test: RuntimeError # Issue 12607 87 mirrors/reflected_type_typedefs_test: RuntimeError # Issue 12607
86 mirrors/reflected_type_typevars_test: RuntimeError # Issue 12607 88 mirrors/reflected_type_typevars_test: RuntimeError # Issue 12607
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 325
324 [ $mode == debug && $arch == ia32 && $system == windows ] 326 [ $mode == debug && $arch == ia32 && $system == windows ]
325 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM. 327 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.
326 328
327 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ] 329 [ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm ]
328 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 330 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
329 331
330 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 332 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
331 mirrors/immutable_collections_test: Skip # Timeout. 333 mirrors/immutable_collections_test: Skip # Timeout.
332 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. 334 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
OLDNEW
« no previous file with comments | « sdk/lib/mirrors/mirrors.dart ('k') | tests/lib/mirrors/class_mirror_location_other.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698