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

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

Issue 46663008: Issue 14524. Support for function type alias as a type literal. (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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 async/stream_single_test: StaticWarning 227 async/stream_single_test: StaticWarning
228 async/stream_single_to_multi_subscriber_test: StaticWarning 228 async/stream_single_to_multi_subscriber_test: StaticWarning
229 async/stream_transform_test: StaticWarning 229 async/stream_transform_test: StaticWarning
230 async/stream_transformer_from_handlers_test: StaticWarning 230 async/stream_transformer_from_handlers_test: StaticWarning
231 async/stream_transformer_test: StaticWarning 231 async/stream_transformer_test: StaticWarning
232 async/zone_debug_test: StaticWarning 232 async/zone_debug_test: StaticWarning
233 convert/chunked_conversion1_test: StaticWarning 233 convert/chunked_conversion1_test: StaticWarning
234 convert/chunked_conversion_json_decode1_test: StaticWarning 234 convert/chunked_conversion_json_decode1_test: StaticWarning
235 math/min_max_test: StaticWarning 235 math/min_max_test: StaticWarning
236 mirrors/equality_test/02: StaticWarning # Issue 14524 236 mirrors/equality_test/02: StaticWarning # Issue 14524
237 mirrors/function_type_mirror_test: StaticWarning # Issue 14524
238 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116 237 mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116
239 mirrors/invoke_named_test: StaticWarning # Issue 14522 238 mirrors/invoke_named_test: StaticWarning # Issue 14522
240 mirrors/mirrors_test: StaticWarning # Issue 14524
241 mirrors/private_symbol_test: StaticWarning # Issue 14524 239 mirrors/private_symbol_test: StaticWarning # Issue 14524
242 mirrors/reflect_class_test: StaticWarning # Issue 14524 240 mirrors/reflect_class_test: StaticWarning # Issue 14524
243 mirrors/type_variable_owner_test: StaticWarning # Issue 14524 241 mirrors/type_variable_owner_test: StaticWarning # Issue 14524
244 mirrors/typedef_test: StaticWarning # Issue 14524
245 mirrors/typedef_metadata_test: StaticWarning # Issue 14524 242 mirrors/typedef_metadata_test: StaticWarning # Issue 14524
246 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524 243 mirrors/typevariable_mirror_metadata_test: StaticWarning # Issue 14524
247 244
248 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>' 245 mirrors/redirecting_factory_test/01: StaticWarning # test issue X, The return ty pe 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T1, T2>'
249 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2> 246 mirrors/redirecting_factory_test/none: StaticWarning # test issue X, The return type 'Class<T2, T1>' of the redirected constructor is not assignable to 'Class<T 1, T2>
250 247
251 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.
252 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.
253 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.
254 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.
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 mirrors/operator_test: StaticWarning, OK # API being removed. 284 mirrors/operator_test: StaticWarning, OK # API being removed.
288 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. 285 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed.
289 mirrors/parameter_test/01: StaticWarning, OK # API being removed. 286 mirrors/parameter_test/01: StaticWarning, OK # API being removed.
290 mirrors/parameter_test/none: StaticWarning, OK # API being removed. 287 mirrors/parameter_test/none: StaticWarning, OK # API being removed.
291 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. 288 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed.
292 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed . 289 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed .
293 mirrors/regress_14304_test: StaticWarning, OK # API being removed. 290 mirrors/regress_14304_test: StaticWarning, OK # API being removed.
294 mirrors/return_type_test: StaticWarning, OK # API being removed. 291 mirrors/return_type_test: StaticWarning, OK # API being removed.
295 mirrors/static_test: StaticWarning, OK # API being removed. 292 mirrors/static_test: StaticWarning, OK # API being removed.
296 mirrors/to_string_test: StaticWarning, OK # API being removed. 293 mirrors/to_string_test: StaticWarning, OK # API being removed.
OLDNEW
« no previous file with comments | « editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/resolver/NonErrorResolverTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698