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

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

Issue 2621433003: fixes #28236, generic methods should not cause warnings in Dart 1 (Closed)
Patch Set: test type annotation fix Created 3 years, 11 months 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
« no previous file with comments | « tests/language/language.status ('k') | tests/standalone/standalone.status » ('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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
10 10
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 326 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
327 mirrors/deferred_type_test: StaticWarning, OK # Deliberately referes to a deferr ed type in a declaration. 327 mirrors/deferred_type_test: StaticWarning, OK # Deliberately referes to a deferr ed type in a declaration.
328 328
329 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 329 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
330 330
331 developer/metrics_test: Fail # Issue 20309 331 developer/metrics_test: Fail # Issue 20309
332 developer/metrics_num_test: Fail # Issue 20309 332 developer/metrics_num_test: Fail # Issue 20309
333 profiler/metrics_test: Fail # Issue 20309 333 profiler/metrics_test: Fail # Issue 20309
334 profiler/metrics_num_test: Fail # Issue 20309 334 profiler/metrics_num_test: Fail # Issue 20309
335 335
336 # Issue #28236
337 async/first_regression_test: StaticWarning
338 async/future_timeout_test: StaticWarning
339 async/multiple_timer_test: StaticWarning
340 async/schedule_microtask2_test: StaticWarning
341 async/schedule_microtask3_test: StaticWarning
342 async/schedule_microtask5_test: StaticWarning
343 async/stream_controller_async_test: StaticWarning
344 async/stream_first_where_test: StaticWarning
345 async/stream_from_iterable_test: StaticWarning
346 async/stream_iterator_test: StaticWarning
347 async/stream_join_test: StaticWarning
348 async/stream_last_where_test: StaticWarning
349 async/stream_periodic2_test: StaticWarning
350 async/stream_periodic3_test: StaticWarning
351 async/stream_periodic4_test: StaticWarning
352 async/stream_periodic5_test: StaticWarning
353 async/stream_periodic6_test: StaticWarning
354 async/stream_periodic_test: StaticWarning
355 async/stream_single_test: StaticWarning
356 async/stream_single_to_multi_subscriber_test: StaticWarning
357 async/stream_state_nonzero_timer_test: StaticWarning
358 async/stream_state_test: StaticWarning
359 async/stream_subscription_as_future_test: StaticWarning
360 async/stream_subscription_cancel_test: StaticWarning
361 async/stream_timeout_test: StaticWarning
362 async/stream_transform_test: StaticWarning
363 async/stream_transformation_broadcast_test: StaticWarning
364 async/timer_cancel1_test: StaticWarning
365 async/timer_cancel2_test: StaticWarning
366 async/timer_cancel_test: StaticWarning
367 async/timer_isActive_test: StaticWarning
368 async/timer_repeat_test: StaticWarning
369 async/timer_test: StaticWarning
370 convert/json_lib_test: StaticWarning
371 js/null_test: StaticWarning
372 math/point_test: StaticWarning
373 math/rectangle_test: StaticWarning
374 mirrors/library_uri_io_test: StaticWarning
375 mirrors/library_uri_package_test: StaticWarning
376
377 336
378 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] 337 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ]
379 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 338 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391
380 339
381 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 340 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
382 async/*deferred*: Pass,RuntimeError # Issue 17458 341 async/*deferred*: Pass,RuntimeError # Issue 17458
383 mirrors/*deferred*: Pass,RuntimeError # Issue 17458 342 mirrors/*deferred*: Pass,RuntimeError # Issue 17458
384 343
385 [ $compiler == dart2js && $mode == debug ] 344 [ $compiler == dart2js && $mode == debug ]
386 mirrors/native_class_test: Pass, Slow 345 mirrors/native_class_test: Pass, Slow
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 mirrors/typedef_deferred_library_test: Crash # Deferred loading 422 mirrors/typedef_deferred_library_test: Crash # Deferred loading
464 mirrors/deferred_mirrors_update_test: Crash # Deferred loading 423 mirrors/deferred_mirrors_update_test: Crash # Deferred loading
465 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading 424 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading
466 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading 425 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading
467 mirrors/load_library_test: Crash # Deferred loading 426 mirrors/load_library_test: Crash # Deferred loading
468 427
469 [ $hot_reload ] 428 [ $hot_reload ]
470 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 429 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869
471 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869 430 mirrors/generic_bounded_by_type_parameter_test/02: Fail # Type equality - Issue 26869
472 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. 431 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent.
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698