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

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

Issue 26777002: Test reflecting on an object that implements Function but has no call method. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
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 math/double_pow_test: RuntimeError 9 math/double_pow_test: RuntimeError
10 math/low_test: RuntimeError 10 math/low_test: RuntimeError
11 math/random_test: RuntimeError 11 math/random_test: RuntimeError
12 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 12 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490
13 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 13 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
14 mirrors/equality_test/02: RuntimeError # Issue 12333 14 mirrors/equality_test/02: RuntimeError # Issue 12333
15 mirrors/fake_function_test: RuntimeError # Issue 11612 15 mirrors/fake_function_test: RuntimeError # Issue 11612
16 mirrors/fake_function_without_call_test: CompileTimeError # Issue 13766 masking Issue 11612
16 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 17 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
17 mirrors/generics_test/01: RuntimeError # Issue 12087 18 mirrors/generics_test/01: RuntimeError # Issue 12087
18 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 19 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
19 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 20 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
20 mirrors/generics_substitution_test: RuntimeError # Issue 12087 21 mirrors/generics_substitution_test: RuntimeError # Issue 12087
21 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 22 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
22 mirrors/initializing_formals_test: CompileTimeError # Issue 12164 23 mirrors/initializing_formals_test: CompileTimeError # Issue 12164
23 mirrors/invoke_test: RuntimeError # Issue 11954 24 mirrors/invoke_test: RuntimeError # Issue 11954
24 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 25 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
25 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 26 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 153 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
153 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 154 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
154 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js. 155 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js.
155 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 156 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
156 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 157 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
157 158
158 mirrors/generics_substitution_test: RuntimeError # Issue 13808 159 mirrors/generics_substitution_test: RuntimeError # Issue 13808
159 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 160 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
160 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 161 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
161 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 162 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
163 mirrors/fake_function_without_call_test: RuntimeError # Issue 13957
162 164
163 [ $compiler == none && $runtime == drt ] 165 [ $compiler == none && $runtime == drt ]
164 async/timer_isolate_test: Skip # See Issue 4997 166 async/timer_isolate_test: Skip # See Issue 4997
165 async/timer_not_available_test: Skip # only meant to test when there is no way t o 167 async/timer_not_available_test: Skip # only meant to test when there is no way t o
166 # implement timer (currently only in d8) 168 # implement timer (currently only in d8)
167 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 169 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
168 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 170 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
169 async/run_async6_test: Fail # Issue 10910 171 async/run_async6_test: Fail # Issue 10910
170 172
171 [ $compiler == none && $runtime == drt && $system == windows ] 173 [ $compiler == none && $runtime == drt && $system == windows ]
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure. 207 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure.
206 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure. 208 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure.
207 mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure. 209 mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure.
208 mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure. 210 mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure.
209 mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure. 211 mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure.
210 212
211 mirrors/generics_substitution_test: RuntimeError # Issue 13808 213 mirrors/generics_substitution_test: RuntimeError # Issue 13808
212 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 214 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
213 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 215 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
214 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 216 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
217 mirrors/fake_function_without_call_test: RuntimeError # Issue 13957
215 218
216 [ $compiler == none && $runtime == dartium ] 219 [ $compiler == none && $runtime == dartium ]
217 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. 220 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure.
218 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 221 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
219 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure. 222 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure.
220 223
221 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 224 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
222 async/run_async4_test: Fail # Issue 13921 225 async/run_async4_test: Fail # Issue 13921
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698