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

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

Issue 23455028: Mirrors overhaul. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r29550. 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 mirrors/typedef_test: StaticWarning # Issue 14524 238 mirrors/typedef_test: StaticWarning # Issue 14524
239 mirrors/typedef_metadata_test: StaticWarning # Issue 14524 239 mirrors/typedef_metadata_test: StaticWarning # Issue 14524
240 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 240 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524
241 241
242 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call. 242 mirrors/fake_function_without_call_test: StaticWarning, OK # Implements Function without defining call.
243 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call. 243 mirrors/find_in_context_fake_function_test: StaticWarning, OK # Implements Funct ion without defining call.
244 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 244 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
245 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 245 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
246 mirrors/library_metadata2_test/01: StaticWarning, OK # Compile-time or run-time 246 mirrors/library_metadata2_test/01: StaticWarning, OK # Compile-time or run-time
247 247
248 mirrors/basic_types_in_dart_core_test: StaticWarning, OK # API being removed.
249 mirrors/constructor_kinds_test/01: StaticWarning, OK # API being removed.
250 mirrors/constructor_kinds_test/none: StaticWarning, OK # API being removed.
251 mirrors/constructors_test: StaticWarning, OK # API being removed.
252 mirrors/equality_test/01: StaticWarning, OK # API being removed.
253 mirrors/equality_test/none: StaticWarning, OK # API being removed.
254 mirrors/fake_function_with_call_test: StaticWarning, OK # API being removed.
255 mirrors/generic_function_typedef_test: StaticWarning, OK # API being removed.
256 mirrors/generic_type_mirror_test/01: StaticWarning, OK # API being removed.
257 mirrors/generic_type_mirror_test/none: StaticWarning, OK # API being removed.
258 mirrors/generics_substitution_test: StaticWarning, OK # API being removed.
259 mirrors/inherit_field_test: StaticWarning, OK # API being removed.
260 mirrors/initializing_formals_test/01: StaticWarning, OK # API being removed.
261 mirrors/initializing_formals_test/02: StaticWarning, OK # API being removed.
262 mirrors/initializing_formals_test/03: StaticWarning, OK # API being removed.
263 mirrors/initializing_formals_test/none: StaticWarning, OK # API being removed.
264 mirrors/intercepted_class_test: StaticWarning, OK # API being removed.
265 mirrors/intercepted_object_test: StaticWarning, OK # API being removed.
266 mirrors/invoke_closurization_test: StaticWarning, OK # API being removed.
248 mirrors/invoke_test: StaticWarning, OK # API being removed. 267 mirrors/invoke_test: StaticWarning, OK # API being removed.
249 mirrors/invoke_closurization_test: StaticWarning, OK # API being removed. 268 mirrors/lazy_static_test: StaticWarning, OK # API being removed.
269 mirrors/libraries_test: StaticWarning, OK # API being removed.
270 mirrors/library_metadata_test: StaticWarning, OK # API being removed.
271 mirrors/metadata_constructed_constant_test: StaticWarning, OK # API being remove d.
272 mirrors/metadata_test: StaticWarning, OK # API being removed.
273 mirrors/method_mirror_returntype_test: StaticWarning, OK # API being removed.
274 mirrors/method_mirror_source_test: StaticWarning, OK # API being removed.
275 mirrors/mixin_application_test/01: StaticWarning, OK # API being removed.
276 mirrors/mixin_application_test/none: StaticWarning, OK # API being removed.
277 mirrors/mixin_members_test: StaticWarning, OK # API being removed.
278 mirrors/operator_test: StaticWarning, OK # API being removed.
279 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed.
280 mirrors/parameter_test/01: StaticWarning, OK # API being removed.
281 mirrors/parameter_test/none: StaticWarning, OK # API being removed.
282 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed.
283 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed .
284 mirrors/regress_14304_test: StaticWarning, OK # API being removed.
285 mirrors/return_type_test: StaticWarning, OK # API being removed.
286 mirrors/static_test: StaticWarning, OK # API being removed.
287 mirrors/to_string_test: StaticWarning, OK # API being removed.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698