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

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

Issue 44813004: Tests for instanceMembers, staticMembers, toplevelMembers. (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/mirrors/mirrors.dart ('k') | tests/lib/mirrors/instance_members_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_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 10 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
(...skipping 22 matching lines...) Expand all
33 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 33 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
34 mirrors/generic_interface_test: RuntimeError # Issue 12087 34 mirrors/generic_interface_test: RuntimeError # Issue 12087
35 mirrors/generic_mixin_test: RuntimeError # Issue 12333 35 mirrors/generic_mixin_test: RuntimeError # Issue 12333
36 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 36 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
37 mirrors/generics_substitution_test: RuntimeError # Issue 12087 37 mirrors/generics_substitution_test: RuntimeError # Issue 12087
38 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 38 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
39 mirrors/immutable_collections_test: RuntimeError # Issue 14030 39 mirrors/immutable_collections_test: RuntimeError # Issue 14030
40 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490 40 mirrors/initializing_formals_test/01: RuntimeError # Issue 6490
41 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087 41 mirrors/initializing_formals_test/02: RuntimeError # Issue 12087
42 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164 42 mirrors/initializing_formals_test/03: CompileTimeError # Issue 12164
43 mirrors/instance_members_test: RuntimeError # Issue 14633
44 mirrors/instance_members_with_override_test: CompileTimeError # Issue 14633, Iss ue 12164
45 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 3
43 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 46 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
44 mirrors/invoke_test: RuntimeError # Issue 11954 47 mirrors/invoke_test: RuntimeError # Issue 11954
45 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 48 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
46 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 49 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
47 mirrors/invoke_private_test: CompileTimeError # Issue 12164 50 mirrors/invoke_private_test: CompileTimeError # Issue 12164
48 mirrors/invoke_subscript_test: RuntimeError # Issue 13002 51 mirrors/invoke_subscript_test: RuntimeError # Issue 13002
49 mirrors/invoke_throws_test: RuntimeError # Issue 11954 52 mirrors/invoke_throws_test: RuntimeError # Issue 11954
50 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733 53 mirrors/library_declarations_test/none: RuntimeError # Issue 13439, Issue 13733
51 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 54 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633
52 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 55 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
53 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 56 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
54 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 57 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
55 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 58 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928
56 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 59 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
57 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. 60 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this.
58 mirrors/mixin_test: RuntimeError # Issue 12464 61 mirrors/mixin_test: RuntimeError # Issue 12464
59 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 62 mirrors/mixin_application_test/none: RuntimeError # Issue 12464
60 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 63 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333
61 mirrors/null_test : RuntimeError # Issue 12129 64 mirrors/null_test : RuntimeError # Issue 12129
62 mirrors/parameter_test/none: RuntimeError # Issue 6490 65 mirrors/parameter_test/none: RuntimeError # Issue 6490
63 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 66 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905
64 mirrors/private_symbol_test: CompileTimeError # Issue 13597 67 mirrors/private_symbol_test: CompileTimeError # Issue 13597
65 mirrors/proxy_type_test: RuntimeError # Issue 13842 68 mirrors/proxy_type_test: RuntimeError # Issue 13842
66 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 69 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
67 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 70 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
68 mirrors/reflected_type_test: RuntimeError # Issue 12607 71 mirrors/reflected_type_test: RuntimeError # Issue 12607
72 mirrors/static_members_test: CompileTimeError # Issue 14633, Issue 12164
69 mirrors/symbol_validation_test: RuntimeError # Issue 13597 73 mirrors/symbol_validation_test: RuntimeError # Issue 13597
74 mirrors/toplevel_members_test: CompileTimeError # Issue 14633, Issue 12164
70 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 75 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333
71 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 76 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
72 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 77 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
73 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 78 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
74 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785 79 mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
75 mirrors/generic_type_mirror_test/01: RuntimeError # 6490 80 mirrors/generic_type_mirror_test/01: RuntimeError # 6490
76 81
77 [ $compiler == dart2js && $unchecked ] 82 [ $compiler == dart2js && $unchecked ]
78 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087 83 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087
79 mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # Issue 12087 84 mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # Issue 12087
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 [ $compiler == none ] 178 [ $compiler == none ]
174 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001. 179 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001.
175 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 180 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
176 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. 181 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
177 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 182 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
178 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 183 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
179 184
180 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000 185 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 14000
181 mirrors/symbol_validation_test: RuntimeError # Issue 13596 186 mirrors/symbol_validation_test: RuntimeError # Issue 13596
182 187
188 mirrors/static_members_test: RuntimeError # Issue 14632
189 mirrors/toplevel_members_test: RuntimeError # Issue 14632
190 mirrors/instance_members_test: RuntimeError # Issue 14632
191 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632
192 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 2
193
183 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 194 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
184 195
185 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 196 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
186 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321 197 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321
187 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 198 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
188 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 199 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
189 async/schedule_microtask6_test: Fail # Issue 10910 200 async/schedule_microtask6_test: Fail # Issue 10910
190 201
191 [ $compiler == none && $runtime == drt && $mode == debug ] 202 [ $compiler == none && $runtime == drt && $mode == debug ]
192 mirrors/hierarchy_invariants_test: Pass, Slow # Issue 14449 203 mirrors/hierarchy_invariants_test: Pass, Slow # Issue 14449
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 mirrors/operator_test: StaticWarning, OK # API being removed. 299 mirrors/operator_test: StaticWarning, OK # API being removed.
289 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. 300 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed.
290 mirrors/parameter_test/01: StaticWarning, OK # API being removed. 301 mirrors/parameter_test/01: StaticWarning, OK # API being removed.
291 mirrors/parameter_test/none: StaticWarning, OK # API being removed. 302 mirrors/parameter_test/none: StaticWarning, OK # API being removed.
292 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. 303 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed.
293 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed . 304 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed .
294 mirrors/regress_14304_test: StaticWarning, OK # API being removed. 305 mirrors/regress_14304_test: StaticWarning, OK # API being removed.
295 mirrors/return_type_test: StaticWarning, OK # API being removed. 306 mirrors/return_type_test: StaticWarning, OK # API being removed.
296 mirrors/static_test: StaticWarning, OK # API being removed. 307 mirrors/static_test: StaticWarning, OK # API being removed.
297 mirrors/to_string_test: StaticWarning, OK # API being removed. 308 mirrors/to_string_test: StaticWarning, OK # API being removed.
OLDNEW
« no previous file with comments | « sdk/lib/mirrors/mirrors.dart ('k') | tests/lib/mirrors/instance_members_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698