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

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

Issue 36023003: Add LibraryMirror.declarations and ClassMirror.declarations to the API and both implementations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase 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/mirrors/mirrors.dart ('k') | tests/lib/mirrors/class_declarations_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_microtask3_test: RuntimeError # _enqueueImmediate runs after Time r. http://dartbug.com/9002 9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time r. http://dartbug.com/9002
10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler in isolates. http://dartbug.com/9012 10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler in isolates. http://dartbug.com/9012
11 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 11 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
12 12
13 math/double_pow_test: RuntimeError 13 math/double_pow_test: RuntimeError
14 math/low_test: RuntimeError 14 math/low_test: RuntimeError
15 math/random_test: RuntimeError 15 math/random_test: RuntimeError
16 16
17 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025 17 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025
18 mirrors/class_declarations_test/none: RuntimeError # Issue 13440
18 mirrors/closures_test/none: RuntimeError # Issue 6490 19 mirrors/closures_test/none: RuntimeError # Issue 6490
19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 20 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490
20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 21 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
21 mirrors/equality_test/02: RuntimeError # Issue 12333 22 mirrors/equality_test/02: RuntimeError # Issue 12333
22 mirrors/fake_function_test: RuntimeError # Issue 11612 23 mirrors/fake_function_test: RuntimeError # Issue 11612
23 mirrors/find_in_context_fake_function_test: Fail # Issue 6490 24 mirrors/find_in_context_fake_function_test: Fail # Issue 6490
24 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 25 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
25 mirrors/generics_test/01: RuntimeError # Issue 12087 26 mirrors/generics_test/01: RuntimeError # Issue 12087
26 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087 27 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087
27 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087 28 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087
(...skipping 10 matching lines...) Expand all
38 mirrors/immutable_collections_test: RuntimeError # Issue 14030 39 mirrors/immutable_collections_test: RuntimeError # Issue 14030
39 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 40 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490
40 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 41 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087
41 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 42 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164
42 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 43 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
43 mirrors/invoke_test: RuntimeError # Issue 11954 44 mirrors/invoke_test: RuntimeError # Issue 11954
44 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 45 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
45 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 46 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
46 mirrors/invoke_private_test: CompileTimeError # Issue 12164 47 mirrors/invoke_private_test: CompileTimeError # Issue 12164
47 mirrors/invoke_throws_test: RuntimeError # Issue 11954 48 mirrors/invoke_throws_test: RuntimeError # Issue 11954
49 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733
48 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 50 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633
49 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 51 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
50 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 52 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
51 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 53 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
52 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 54 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928
53 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 55 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
54 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. 56 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this.
55 mirrors/mixin_test: RuntimeError # Issue 12464 57 mirrors/mixin_test: RuntimeError # Issue 12464
56 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 58 mirrors/mixin_application_test/none: RuntimeError # Issue 12464
57 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 59 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 mirrors/redirecting_factory_test/none: Fail # Issue 14285 234 mirrors/redirecting_factory_test/none: Fail # Issue 14285
233 mirrors/type_variable_owner_test/none: Fail # Issue 14356 235 mirrors/type_variable_owner_test/none: Fail # Issue 14356
234 236
235 [ $compiler == none && $runtime == dartium ] 237 [ $compiler == none && $runtime == dartium ]
236 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 238 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
237 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 239 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
238 240
239 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] 241 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
240 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 242 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
241 243
OLDNEW
« no previous file with comments | « sdk/lib/mirrors/mirrors.dart ('k') | tests/lib/mirrors/class_declarations_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698