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

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

Issue 23460050: Mirror removals: async invoke, mirrorSystemOf(port), Mirror.mirrors. (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
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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 mirrors/generic_type_mirror_test/01: StaticWarning, OK # API being removed. 262 mirrors/generic_type_mirror_test/01: StaticWarning, OK # API being removed.
263 mirrors/generic_type_mirror_test/none: StaticWarning, OK # API being removed. 263 mirrors/generic_type_mirror_test/none: StaticWarning, OK # API being removed.
264 mirrors/generics_substitution_test: StaticWarning, OK # API being removed. 264 mirrors/generics_substitution_test: StaticWarning, OK # API being removed.
265 mirrors/inherit_field_test: StaticWarning, OK # API being removed. 265 mirrors/inherit_field_test: StaticWarning, OK # API being removed.
266 mirrors/initializing_formals_test/01: StaticWarning, OK # API being removed. 266 mirrors/initializing_formals_test/01: StaticWarning, OK # API being removed.
267 mirrors/initializing_formals_test/02: StaticWarning, OK # API being removed. 267 mirrors/initializing_formals_test/02: StaticWarning, OK # API being removed.
268 mirrors/initializing_formals_test/03: StaticWarning, OK # API being removed. 268 mirrors/initializing_formals_test/03: StaticWarning, OK # API being removed.
269 mirrors/initializing_formals_test/none: StaticWarning, OK # API being removed. 269 mirrors/initializing_formals_test/none: StaticWarning, OK # API being removed.
270 mirrors/intercepted_class_test: StaticWarning, OK # API being removed. 270 mirrors/intercepted_class_test: StaticWarning, OK # API being removed.
271 mirrors/intercepted_object_test: StaticWarning, OK # API being removed. 271 mirrors/intercepted_object_test: StaticWarning, OK # API being removed.
272 mirrors/invoke_closurization_test: StaticWarning, OK # API being removed.
273 mirrors/invoke_test: StaticWarning, OK # API being removed.
274 mirrors/lazy_static_test: StaticWarning, OK # API being removed. 272 mirrors/lazy_static_test: StaticWarning, OK # API being removed.
275 mirrors/libraries_test: StaticWarning, OK # API being removed. 273 mirrors/libraries_test: StaticWarning, OK # API being removed.
276 mirrors/library_metadata_test: StaticWarning, OK # API being removed. 274 mirrors/library_metadata_test: StaticWarning, OK # API being removed.
277 mirrors/metadata_constructed_constant_test: StaticWarning, OK # API being remove d. 275 mirrors/metadata_constructed_constant_test: StaticWarning, OK # API being remove d.
278 mirrors/metadata_test: StaticWarning, OK # API being removed. 276 mirrors/metadata_test: StaticWarning, OK # API being removed.
279 mirrors/method_mirror_returntype_test: StaticWarning, OK # API being removed. 277 mirrors/method_mirror_returntype_test: StaticWarning, OK # API being removed.
280 mirrors/method_mirror_source_test: StaticWarning, OK # API being removed. 278 mirrors/method_mirror_source_test: StaticWarning, OK # API being removed.
281 mirrors/mixin_application_test/01: StaticWarning, OK # API being removed. 279 mirrors/mixin_application_test/01: StaticWarning, OK # API being removed.
282 mirrors/mixin_application_test/none: StaticWarning, OK # API being removed. 280 mirrors/mixin_application_test/none: StaticWarning, OK # API being removed.
283 mirrors/mixin_members_test: StaticWarning, OK # API being removed. 281 mirrors/mixin_members_test: StaticWarning, OK # API being removed.
284 mirrors/operator_test: StaticWarning, OK # API being removed. 282 mirrors/operator_test: StaticWarning, OK # API being removed.
285 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. 283 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed.
286 mirrors/parameter_test/01: StaticWarning, OK # API being removed. 284 mirrors/parameter_test/01: StaticWarning, OK # API being removed.
287 mirrors/parameter_test/none: StaticWarning, OK # API being removed. 285 mirrors/parameter_test/none: StaticWarning, OK # API being removed.
288 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. 286 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed.
289 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed . 287 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed .
290 mirrors/regress_14304_test: StaticWarning, OK # API being removed. 288 mirrors/regress_14304_test: StaticWarning, OK # API being removed.
291 mirrors/return_type_test: StaticWarning, OK # API being removed. 289 mirrors/return_type_test: StaticWarning, OK # API being removed.
292 mirrors/static_test: StaticWarning, OK # API being removed. 290 mirrors/static_test: StaticWarning, OK # API being removed.
293 mirrors/to_string_test: StaticWarning, OK # API being removed. 291 mirrors/to_string_test: StaticWarning, OK # API being removed.
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/mirror_test.dart ('k') | tests/lib/mirrors/invoke_closurization_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698