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

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

Issue 24631003: Add proper API for creating private symbols wrt a library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: maintain dart2js coverage Created 7 years, 2 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/closures_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/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/ /dartbug.com/9002
10 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola tes. http://dartbug.com/9012
11 async/run_async6_test: RuntimeError # global error handling is not supported. ht tp://dartbug.com/5958
12 async/stream_controller_async_test: Pass, Fail # Issue 13608
13
9 math/double_pow_test: RuntimeError 14 math/double_pow_test: RuntimeError
10 math/low_test: RuntimeError 15 math/low_test: RuntimeError
11 math/random_test: RuntimeError 16 math/random_test: RuntimeError
17
18 mirrors/closures_test/none: RuntimeError # Issue 6490
12 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490
13 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
14 mirrors/equality_test/02: RuntimeError # Issue 12333 21 mirrors/equality_test/02: RuntimeError # Issue 12333
15 mirrors/fake_function_test: RuntimeError # Issue 11612 22 mirrors/fake_function_test: RuntimeError # Issue 11612
16 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 23 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
17 mirrors/generics_test/01: RuntimeError # Issue 12087 24 mirrors/generics_test/01: RuntimeError # Issue 12087
18 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087 25 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087
19 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087 26 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087
20 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087 27 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087
21 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087 28 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087
22 mirrors/generic_f_bounded_test: RuntimeError # Issue 12087 29 mirrors/generic_f_bounded_test: RuntimeError # Issue 12087
23 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 30 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
24 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 31 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
25 mirrors/generics_substitution_test: RuntimeError # Issue 12087 32 mirrors/generics_substitution_test: RuntimeError # Issue 12087
26 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 33 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
27 mirrors/initializing_formals_test: CompileTimeError # Issue 12164 34 mirrors/initializing_formals_test: CompileTimeError # Issue 12164
35 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
28 mirrors/invoke_test: RuntimeError # Issue 11954 36 mirrors/invoke_test: RuntimeError # Issue 11954
29 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 37 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
30 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 38 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
31 mirrors/invoke_private_test: CompileTimeError # Issue 12164 39 mirrors/invoke_private_test: CompileTimeError # Issue 12164
32 mirrors/invoke_throws_test: RuntimeError # Issue 11954 40 mirrors/invoke_throws_test: RuntimeError # Issue 11954
41 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633
33 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 42 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
34 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 43 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
35 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 44 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
36 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 45 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928
37 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 46 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
38 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. 47 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this.
39 mirrors/mixin_test/none: RuntimeError # Issue 12464 48 mirrors/mixin_test/none: RuntimeError # Issue 12464
40 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 49 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333
41 mirrors/null_test : RuntimeError # Issue 12129 50 mirrors/null_test : RuntimeError # Issue 12129
42 mirrors/parameter_test/none: RuntimeError # Issue 6490 51 mirrors/parameter_test/none: RuntimeError # Issue 6490
43 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 52 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905
53 mirrors/private_symbol_test: CompileTimeError # Issue 13597
44 mirrors/proxy_type_test: RuntimeError # Issue 13842 54 mirrors/proxy_type_test: RuntimeError # Issue 13842
55 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
56 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
45 mirrors/reflected_type_test: RuntimeError # Issue 12607 57 mirrors/reflected_type_test: RuntimeError # Issue 12607
58 mirrors/symbol_validation_test: RuntimeError # Issue 13597
46 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333 59 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12333
60 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
47 mirrors/typedef_metadata_test: RuntimeError # Issue 12785 61 mirrors/typedef_metadata_test: RuntimeError # Issue 12785
48 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 62 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
49 mirrors/unnamed_library_test: RuntimeError # Issue 10580 63 mirrors/unnamed_library_test: RuntimeError # Issue 10580
50 async/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/ /dartbug.com/9002
51 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola tes. http://dartbug.com/9012
52 async/run_async6_test: RuntimeError # global error handling is not supported. ht tp://dartbug.com/5958
53 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
54 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
55 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
56 mirrors/closures_test/none: RuntimeError # Issue 6490
57 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633
58 async/stream_controller_async_test: Pass, Fail # Issue 13608
59 64
60 [ $compiler == dart2js && $unchecked ] 65 [ $compiler == dart2js && $unchecked ]
61 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087 66 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087
62 mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # Issue 12087 67 mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # Issue 12087
63 68
64 [ $compiler == dart2js && $checked ] 69 [ $compiler == dart2js && $checked ]
65 mirrors/redirection_type_shuffling_test: RuntimeError # Issue 13706 70 mirrors/redirection_type_shuffling_test: RuntimeError # Issue 13706
66 71
67 [ $runtime == safari ] 72 [ $runtime == safari ]
68 mirrors/return_type_test: Pass, Timeout # Issue 12858 73 mirrors/return_type_test: Pass, Timeout # Issue 12858
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 async/timer_test: Fail, Pass 158 async/timer_test: Fail, Pass
154 159
155 [ $runtime == vm ] 160 [ $runtime == vm ]
156 async/timer_not_available_test: Fail, OK 161 async/timer_not_available_test: Fail, OK
157 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 162 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
158 163
159 [ $compiler == none ] 164 [ $compiler == none ]
160 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 165 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
161 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 166 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
162 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js. 167 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js.
168 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
163 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 169 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
164 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 170 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
165 171
166 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 172 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
167 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000 173 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000
174 mirrors/symbol_validation_test: RuntimeError # Issue 13596
168 175
169 async/timer_isolate_test: Skip # See Issue 4997 176 async/timer_isolate_test: Skip # See Issue 4997
170 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 177 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
171 178
172 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 179 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
173 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 180 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
174 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 181 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
175 async/run_async6_test: Fail # Issue 10910 182 async/run_async6_test: Fail # Issue 10910
176 async/run_async4_test: Fail # Issue 13921 183 async/run_async4_test: Fail # Issue 13921
177 184
(...skipping 28 matching lines...) Expand all
206 [ $compiler == dart2analyzer ] 213 [ $compiler == dart2analyzer ]
207 mirrors/typedef_test/none: Fail # Issue 13093 214 mirrors/typedef_test/none: Fail # Issue 13093
208 mirrors/generics_test/none: Fail # Issue 13432 215 mirrors/generics_test/none: Fail # Issue 13432
209 mirrors/generic_bounded_test/none: Fail # Issue 13432 216 mirrors/generic_bounded_test/none: Fail # Issue 13432
210 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 217 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
211 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 218 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
212 219
213 [ $compiler == none && $runtime == dartium ] 220 [ $compiler == none && $runtime == dartium ]
214 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. 221 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure.
215 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 222 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
OLDNEW
« no previous file with comments | « sdk/lib/mirrors/mirrors.dart ('k') | tests/lib/mirrors/closures_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698