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

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: 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 | « runtime/vm/bootstrap_natives.h ('k') | tests/lib/mirrors/fake_function_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
11 11
12 math/double_pow_test: RuntimeError 12 math/double_pow_test: RuntimeError
13 math/low_test: RuntimeError 13 math/low_test: RuntimeError
14 math/random_test: RuntimeError 14 math/random_test: RuntimeError
15 15
16 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025 16 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025
17 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 17 mirrors/class_declarations_test/none: RuntimeError # Issue 13440
18 mirrors/closures_test/none: RuntimeError # Issue 6490 18 mirrors/closures_test/none: RuntimeError # Issue 6490
19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490
20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
21 mirrors/equality_test/02: RuntimeError # Issue 12333 21 mirrors/equality_test/02: RuntimeError # Issue 12333
22 mirrors/fake_function_test: RuntimeError # Issue 11612 22 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
23 mirrors/fake_function_without_call_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
28 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087 29 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087
29 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087 30 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087
30 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 12087 31 mirrors/generic_f_bounded_test/01: RuntimeError # Issue 12087
31 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 32 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
32 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 33 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 async/stream_single_to_multi_subscriber_test: StaticWarning 262 async/stream_single_to_multi_subscriber_test: StaticWarning
262 async/stream_transform_test: StaticWarning 263 async/stream_transform_test: StaticWarning
263 async/stream_transformer_from_handlers_test: StaticWarning 264 async/stream_transformer_from_handlers_test: StaticWarning
264 async/stream_transformer_test: StaticWarning 265 async/stream_transformer_test: StaticWarning
265 async/zone_debug_test: StaticWarning 266 async/zone_debug_test: StaticWarning
266 convert/chunked_conversion1_test: StaticWarning 267 convert/chunked_conversion1_test: StaticWarning
267 convert/chunked_conversion_json_decode1_test: StaticWarning 268 convert/chunked_conversion_json_decode1_test: StaticWarning
268 math/min_max_test: StaticWarning 269 math/min_max_test: StaticWarning
269 mirrors/closure_mirror_find_in_context_test: StaticWarning 270 mirrors/closure_mirror_find_in_context_test: StaticWarning
270 mirrors/equality_test/02: StaticWarning 271 mirrors/equality_test/02: StaticWarning
272 mirrors/fake_function_without_call_test: StaticWarning
271 mirrors/find_in_context_fake_function_test: StaticWarning 273 mirrors/find_in_context_fake_function_test: StaticWarning
272 mirrors/function_type_mirror_test: StaticWarning 274 mirrors/function_type_mirror_test: StaticWarning
273 mirrors/generic_f_bounded_test/01: StaticWarning 275 mirrors/generic_f_bounded_test/01: StaticWarning
274 mirrors/generic_function_typedef_test: StaticWarning 276 mirrors/generic_function_typedef_test: StaticWarning
275 mirrors/generic_interface_test/01: StaticWarning 277 mirrors/generic_interface_test/01: StaticWarning
276 mirrors/generic_mixin_applications_test: StaticWarning 278 mirrors/generic_mixin_applications_test: StaticWarning
277 mirrors/generic_mixin_test: StaticWarning 279 mirrors/generic_mixin_test: StaticWarning
278 mirrors/generics_test/01: StaticWarning 280 mirrors/generics_test/01: StaticWarning
279 mirrors/immutable_collections_test: StaticWarning 281 mirrors/immutable_collections_test: StaticWarning
280 mirrors/inference_and_no_such_method_test: StaticWarning 282 mirrors/inference_and_no_such_method_test: StaticWarning
281 mirrors/invoke_named_test/01: StaticWarning 283 mirrors/invoke_named_test/01: StaticWarning
282 mirrors/library_metadata2_test/01: StaticWarning 284 mirrors/library_metadata2_test/01: StaticWarning
283 mirrors/method_mirror_properties_test: StaticWarning 285 mirrors/method_mirror_properties_test: StaticWarning
284 mirrors/method_mirror_returntype_test: StaticWarning 286 mirrors/method_mirror_returntype_test: StaticWarning
285 mirrors/method_mirror_source_test: StaticWarning 287 mirrors/method_mirror_source_test: StaticWarning
286 mirrors/mirrors_test: StaticWarning 288 mirrors/mirrors_test: StaticWarning
287 mirrors/mixin_members_test: StaticWarning 289 mirrors/mixin_members_test: StaticWarning
288 mirrors/parameter_metadata_test: StaticWarning 290 mirrors/parameter_metadata_test: StaticWarning
289 mirrors/private_symbol_test: StaticWarning 291 mirrors/private_symbol_test: StaticWarning
290 mirrors/reflect_class_test: StaticWarning 292 mirrors/reflect_class_test: StaticWarning
291 mirrors/reflected_type_test: StaticWarning 293 mirrors/reflected_type_test: StaticWarning
292 mirrors/type_argument_is_type_variable_test: StaticWarning 294 mirrors/type_argument_is_type_variable_test: StaticWarning
293 mirrors/type_variable_owner_test/01: StaticWarning 295 mirrors/type_variable_owner_test/01: StaticWarning
294 mirrors/typedef_metadata_test: StaticWarning 296 mirrors/typedef_metadata_test: StaticWarning
295 mirrors/typedef_test/01: StaticWarning 297 mirrors/typedef_test/01: StaticWarning
296 mirrors/typevariable_mirror_metadata_test: StaticWarning 298 mirrors/typevariable_mirror_metadata_test: StaticWarning
OLDNEW
« no previous file with comments | « runtime/vm/bootstrap_natives.h ('k') | tests/lib/mirrors/fake_function_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698