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

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

Issue 1142913002: Readd analyzer suppression for profiler/metrics_{test,num_test}, the files are still there (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | 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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod. 278 mirrors/mirrors_nsm_test: StaticWarning, OK # Expect to trigger noSuchMethod.
279 279
280 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict. 280 mirrors/repeated_private_anon_mixin_app_test: StaticWarning, OK # Intentional li brary name conflict.
281 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members. 281 mirrors/removed_api_test: StaticWarning, OK # Deliberately refers to undeclared members.
282 mirrors/deferred_type_test: StaticWarning, OK # Deliberately referes to a deferr ed type in a declaration. 282 mirrors/deferred_type_test: StaticWarning, OK # Deliberately referes to a deferr ed type in a declaration.
283 283
284 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522 284 mirrors/deferred_mirrors_metadata_test: Fail # Issue 17522
285 285
286 developer/metrics_test: Fail # Issue 20309 286 developer/metrics_test: Fail # Issue 20309
287 developer/metrics_num_test: Fail # Issue 20309 287 developer/metrics_num_test: Fail # Issue 20309
288 profiler/metrics_test: Fail # Issue 20309
289 profiler/metrics_num_test: Fail # Issue 20309
288 290
289 async/future_test: StaticWarning, OK # Deliberately broken implementation. 291 async/future_test: StaticWarning, OK # Deliberately broken implementation.
290 292
291 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ] 293 [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ]
292 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391 294 mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391
293 295
294 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 296 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
295 async/*deferred*: Skip # Issue 17458 297 async/*deferred*: Skip # Issue 17458
296 mirrors/*deferred*: Skip # Issue 17458 298 mirrors/*deferred*: Skip # Issue 17458
297 299
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 typed_data/float32x4_list_test: Crash # Instance of 'TypeOperator': type check u nimplemented for List<Float32x4>. 663 typed_data/float32x4_list_test: Crash # Instance of 'TypeOperator': type check u nimplemented for List<Float32x4>.
662 typed_data/float32x4_shuffle_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 664 typed_data/float32x4_shuffle_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
663 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 665 typed_data/float32x4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
664 typed_data/int32x4_list_test: Crash # Instance of 'TypeOperator': type check uni mplemented for List<Int32x4>. 666 typed_data/int32x4_list_test: Crash # Instance of 'TypeOperator': type check uni mplemented for List<Int32x4>.
665 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 667 typed_data/int32x4_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
666 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': type check unimplemented for List<int>. 668 typed_data/typed_data_hierarchy_int64_test: Crash # Instance of 'TypeOperator': type check unimplemented for List<int>.
667 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for List<double>. 669 typed_data/typed_data_hierarchy_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for List<double>.
668 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 670 typed_data/typed_data_list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
669 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': typ e check unimplemented for T. 671 typed_data/typed_data_sublist_type_test: Crash # Instance of 'TypeOperator': typ e check unimplemented for T.
670 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 672 typed_data/typed_list_iterable_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698