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

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

Issue 1188613008: Fix timing issue in stream_empty_test, and make analyzer expect it to pass. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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/stream_empty_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 async/future_test/01: RuntimeError # Issue 23650 10 async/future_test/01: RuntimeError # Issue 23650
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 283 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
284 mirrors/deferred_type_test: StaticWarning, OK # Deliberately referes to a deferr ed type in a declaration. 284 mirrors/deferred_type_test: StaticWarning, OK # Deliberately referes to a deferr ed type in a declaration.
285 285
286 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 286 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
287 287
288 developer/metrics_test: Fail # Issue 20309 288 developer/metrics_test: Fail # Issue 20309
289 developer/metrics_num_test: Fail # Issue 20309 289 developer/metrics_num_test: Fail # Issue 20309
290 profiler/metrics_test: Fail # Issue 20309 290 profiler/metrics_test: Fail # Issue 20309
291 profiler/metrics_num_test: Fail # Issue 20309 291 profiler/metrics_num_test: Fail # Issue 20309
292 292
293 async/future_test: StaticWarning, OK # Deliberately broken implementation.
294
295 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] 293 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ]
296 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 294 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391
297 295
298 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 296 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
299 async/*deferred*: Skip # Issue 17458 297 async/*deferred*: Skip # Issue 17458
300 mirrors/*deferred*: Skip # Issue 17458 298 mirrors/*deferred*: Skip # Issue 17458
301 299
302 [ $compiler == dart2js && $mode == debug ] 300 [ $compiler == dart2js && $mode == debug ]
303 mirrors/native_class_test: Pass, Slow 301 mirrors/native_class_test: Pass, Slow
304 302
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 mirrors/variable_is_const_test/none: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 589 mirrors/variable_is_const_test/none: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
592 profiler/metrics_num_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 590 profiler/metrics_num_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
593 profiler/metrics_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 591 profiler/metrics_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
594 profiler/user_tags_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 592 profiler/user_tags_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
595 typed_data/constructor_checks_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 593 typed_data/constructor_checks_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
596 typed_data/float32x4_shuffle_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 594 typed_data/float32x4_shuffle_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
597 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 595 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
598 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 596 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
599 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 597 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
600 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 598 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
OLDNEW
« no previous file with comments | « tests/lib/async/stream_empty_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698