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

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

Issue 2647833002: fix #28008, fix #28009 implement FutureOr<T> (Closed)
Patch Set: Merge remote-tracking branch 'origin/master' into 28008_futureort Created 3 years, 10 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/lib/async/future_or_bad_type_test.dart ('k') | no next file » | 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24 460 308 async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24 460
309 309
310 [ $compiler == dart2js && $runtime == safarimobilesim ] 310 [ $compiler == dart2js && $runtime == safarimobilesim ]
311 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806. 311 mirrors/mirrors_reader_test: SkipSlow # Times out. Issue 20806.
312 mirrors/null_test: Fail # Issue 16831 312 mirrors/null_test: Fail # Issue 16831
313 313
314 [ $compiler == dart2js && $runtime == jsshell ] 314 [ $compiler == dart2js && $runtime == jsshell ]
315 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen t scheduleImmediate. 315 async/schedule_microtask_test: Fail # Preamble file does not correctly implemen t scheduleImmediate.
316 316
317 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 317 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
318 async/future_or_bad_type_test/00: MissingStaticWarning # Issue 28008
319 async/future_or_bad_type_test/implements: MissingCompileTimeError # Issue 28008
320 async/future_or_non_strong_test: StaticWarning # Issue 28008
321 async/future_or_strong_test: StaticWarning # Issue 28008
322
323 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue 318 mirrors/generic_f_bounded_mixin_application_test: StaticWarning # Test Issue
324 319
325 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>' 320 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>'
326 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> 321 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>
327 322
328 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable. 323 mirrors/immutable_collections_test: StaticWarning, OK # Expect failure for any t ype of Iterable.
329 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod. 324 mirrors/inference_and_no_such_method_test: StaticWarning, OK # Expect to trigger noSuchMethod.
330 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. 325 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod.
331 mirrors/mirrors_nsm_mismatch_test: StaticWarning, OK # Expect to trigger noSuchM ethod. 326 mirrors/mirrors_nsm_mismatch_test: StaticWarning, OK # Expect to trigger noSuchM ethod.
332 327
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 mirrors/typedef_deferred_library_test: Crash # Deferred loading 422 mirrors/typedef_deferred_library_test: Crash # Deferred loading
428 mirrors/deferred_mirrors_update_test: Crash # Deferred loading 423 mirrors/deferred_mirrors_update_test: Crash # Deferred loading
429 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading 424 mirrors/deferred_mirrors_metadata_test: Crash # Deferred loading
430 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading 425 mirrors/deferred_mirrors_metatarget_test: Crash # Deferred loading
431 mirrors/load_library_test: Crash # Deferred loading 426 mirrors/load_library_test: Crash # Deferred loading
432 427
433 [ $hot_reload ] 428 [ $hot_reload ]
434 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869 429 mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869
435 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
436 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent. 431 async/timer_regress22626_test: Pass, RuntimeError # Timing dependent.
OLDNEW
« no previous file with comments | « tests/lib/async/future_or_bad_type_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698