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

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

Issue 236313012: Don't hide interceptors in mirrors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 6 years, 7 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
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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ] 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ]
6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
7 7
8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351
10 10
(...skipping 13 matching lines...) Expand all
24 async/stream_transform_test: RuntimeError # Issue 16719 24 async/stream_transform_test: RuntimeError # Issue 16719
25 25
26 [ $compiler == dart2js ] 26 [ $compiler == dart2js ]
27 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 27 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
28 28
29 math/double_pow_test: RuntimeError 29 math/double_pow_test: RuntimeError
30 math/low_test: RuntimeError 30 math/low_test: RuntimeError
31 math/random_big_test: RuntimeError # Using bigint seeds for random. 31 math/random_big_test: RuntimeError # Using bigint seeds for random.
32 32
33 mirrors/abstract_class_test: RuntimeError # Issue 12826 33 mirrors/abstract_class_test: RuntimeError # Issue 12826
34 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025
35 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 34 mirrors/class_declarations_test/none: RuntimeError # Issue 13440
36 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 35 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
37 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 36 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597
38 mirrors/delegate_call_through_getter_test: RuntimeError # Issue 15138 37 mirrors/delegate_call_through_getter_test: RuntimeError # Issue 15138
39 mirrors/equality_test/02: RuntimeError # Issue 12785 38 mirrors/equality_test/02: RuntimeError # Issue 12785
40 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 39 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
41 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 40 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612
42 mirrors/find_in_context_test: Fail # Issue 6490 41 mirrors/find_in_context_test: Fail # Issue 6490
43 mirrors/find_in_context_private_test: Fail # Issue 6490 42 mirrors/find_in_context_private_test: Fail # Issue 6490
44 mirrors/find_in_context_fake_function_test: Fail # Issue 6490 43 mirrors/find_in_context_fake_function_test: Fail # Issue 6490
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 89 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
91 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 90 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
92 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490 91 mirrors/method_mirror_source_line_ending_test : RuntimeError # Issue 6490
93 mirrors/method_mirror_location_test: RuntimeError # Issue 6490 92 mirrors/method_mirror_location_test: RuntimeError # Issue 6490
94 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. When removing this line please change the "endsWith" to "/mirrors_test.dart". 93 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. When removing this line please change the "endsWith" to "/mirrors_test.dart".
95 mirrors/mixin_test: RuntimeError # Issue 12464 94 mirrors/mixin_test: RuntimeError # Issue 12464
96 mirrors/mixin_application_test/none: RuntimeError # Issue 12464 95 mirrors/mixin_application_test/none: RuntimeError # Issue 12464
97 mirrors/parameter_test/none: RuntimeError # Issue 6490 96 mirrors/parameter_test/none: RuntimeError # Issue 6490
98 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490 97 mirrors/parameter_of_mixin_app_constructor_test: RuntimeError # Issue 6490
99 mirrors/private_symbol_test: CompileTimeError # Issue 13597 98 mirrors/private_symbol_test: CompileTimeError # Issue 13597
100 mirrors/proxy_type_test: RuntimeError # Issue 13842
101 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 99 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
102 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 100 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
103 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607 101 mirrors/reflected_type_function_type_test: RuntimeError # Issue 12607
104 mirrors/reflected_type_special_types_test: RuntimeError # Issue 12607 102 mirrors/reflected_type_special_types_test: RuntimeError # Issue 12607
105 mirrors/reflected_type_typedefs_test: RuntimeError # Issue 12607 103 mirrors/reflected_type_typedefs_test: RuntimeError # Issue 12607
106 mirrors/reflected_type_typevars_test: RuntimeError # Issue 12607 104 mirrors/reflected_type_typevars_test: RuntimeError # Issue 12607
107 mirrors/relation_assignable_test: RuntimeError # Issue 6490 105 mirrors/relation_assignable_test: RuntimeError # Issue 6490
108 mirrors/relation_subtype_test: RuntimeError # Issue 6490 106 mirrors/relation_subtype_test: RuntimeError # Issue 6490
109 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670 107 mirrors/repeated_private_anon_mixin_app_test: RuntimeError # Issue 14670
110 mirrors/symbol_validation_test/01: RuntimeError # Issue 13597 108 mirrors/symbol_validation_test/01: RuntimeError # Issue 13597
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 190
193 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ] 191 [ $compiler == dart2js && ( $browser || $runtime == d8 ) ]
194 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 192 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
195 # implement timer (currently only in js shell) 193 # implement timer (currently only in js shell)
196 194
197 # 'js' tests import the dart:js library, so they only make sense in 195 # 'js' tests import the dart:js library, so they only make sense in
198 # a browser environment. 196 # a browser environment.
199 [ $runtime == vm ] 197 [ $runtime == vm ]
200 js/*: Skip 198 js/*: Skip
201 199
202 [ $compiler == dart2js && $minified ]
203 mirrors/intercepted_superclass_test: RuntimeError # Issue 16804
204 mirrors/null_test/00: RuntimeError # Issue 16804. Please remove the multi-test c omments when this test starts succeeding.
205
206 [ $compiler == dart2dart ] 200 [ $compiler == dart2dart ]
207 mirrors/*: Skip # http://dartbug.com/11511 201 mirrors/*: Skip # http://dartbug.com/11511
208 async/schedule_microtask6_test: Fail # Issue 10957 - may be related to issue 10910 202 async/schedule_microtask6_test: Fail # Issue 10957 - may be related to issue 10910
209 203
210 [ $compiler == dart2dart && $minified ] 204 [ $compiler == dart2dart && $minified ]
211 convert/json_lib_test: Fail # Issue 10961 205 convert/json_lib_test: Fail # Issue 10961
212 206
213 [ $compiler == dart2js && $minified ] 207 [ $compiler == dart2js && $minified ]
214 mirrors/typedef_test/01: Fail # http://dartbug.com/6490 208 mirrors/typedef_test/01: Fail # http://dartbug.com/6490
215 mirrors/list_constructor_test/none: Fail # http://dartbug.com/15555
216 mirrors/mirrors_used_get_name_test: RuntimeError 209 mirrors/mirrors_used_get_name_test: RuntimeError
217 mirrors/mirrors_used_get_name2_test: RuntimeError 210 mirrors/mirrors_used_get_name2_test: RuntimeError
218 211
219 [ $runtime == ff ] 212 [ $runtime == ff ]
220 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 213 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
221 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 214 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029
222 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 215 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589
223 216
224 [ $runtime == ie9 ] 217 [ $runtime == ie9 ]
225 # IE9 doesn't support typed arrays. 218 # IE9 doesn't support typed arrays.
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 318
326 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 319 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
327 mirrors/metadata_scope_test/01: MissingCompileTimeError # Issue 17894 320 mirrors/metadata_scope_test/01: MissingCompileTimeError # Issue 17894
328 321
329 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 322 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
330 async/*deferred*: Skip # Issue 17458 323 async/*deferred*: Skip # Issue 17458
331 mirrors/*deferred*: Skip # Issue 17458 324 mirrors/*deferred*: Skip # Issue 17458
332 325
333 [ $compiler == dart2js && $mode == debug ] 326 [ $compiler == dart2js && $mode == debug ]
334 mirrors/native_class_test: Pass, Slow 327 mirrors/native_class_test: Pass, Slow
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/reflect_native_types_test.dart ('k') | tests/lib/mirrors/intercepted_class_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698