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

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

Issue 45293002: Mirror API removals: async invocations, mirrorSystemOf(port), Mirror.mirrors. (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 | « sdk/lib/mirrors/mirrors.dart ('k') | tests/lib/mirrors/delegate_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
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 mirrors/type_variable_owner_test: StaticWarning # Issue 14524 243 mirrors/type_variable_owner_test: StaticWarning # Issue 14524
244 mirrors/typedef_test: StaticWarning # Issue 14524 244 mirrors/typedef_test: StaticWarning # Issue 14524
245 mirrors/typedef_metadata_test: StaticWarning # Issue 14524 245 mirrors/typedef_metadata_test: StaticWarning # Issue 14524
246 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 246 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524
247 247
248 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 248 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
249 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 249 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
250 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 250 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
251 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 251 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
252 mirrors/library_metadata2_test/01: StaticWarning, OK # Compile-time or run-time 252 mirrors/library_metadata2_test/01: StaticWarning, OK # Compile-time or run-time
253
254 mirrors/invoke_test: StaticWarning, OK # API being removed.
255 mirrors/invoke_closurization_test: StaticWarning, OK # API being removed.
OLDNEW
« no previous file with comments | « sdk/lib/mirrors/mirrors.dart ('k') | tests/lib/mirrors/delegate_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698