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

Side by Side Diff: pkg/pkg.status

Issue 2614893002: fix tests (Closed)
Patch Set: merge 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 | « 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 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 13 matching lines...) Expand all
24 24
25 [ $runtime != vm || $mode != release || $system != linux ] 25 [ $runtime != vm || $mode != release || $system != linux ]
26 kernel/test/closures_test: Skip 26 kernel/test/closures_test: Skip
27 27
28 # Analyze dev_compiler but don't run its tests 28 # Analyze dev_compiler but don't run its tests
29 [ $compiler != dart2analyzer ] 29 [ $compiler != dart2analyzer ]
30 dev_compiler/test/*: Skip 30 dev_compiler/test/*: Skip
31 31
32 [ $compiler == dart2analyzer ] 32 [ $compiler == dart2analyzer ]
33 dev_compiler/gen/*: SkipByDesign 33 dev_compiler/gen/*: SkipByDesign
34 dev_compiler/test/options/*: SkipByDesign
34 35
35 # Issue #28236 36 # Issue #28236
36 analysis_server/test/analysis/get_errors_test: StaticWarning 37 analysis_server/test/analysis/get_errors_test: StaticWarning
37 analysis_server/test/analysis/get_hover_test: StaticWarning 38 analysis_server/test/analysis/get_hover_test: StaticWarning
38 analysis_server/test/analysis/get_navigation_test: StaticWarning 39 analysis_server/test/analysis/get_navigation_test: StaticWarning
39 analysis_server/test/analysis/navigation_collector_test: StaticWarning 40 analysis_server/test/analysis/navigation_collector_test: StaticWarning
40 analysis_server/test/analysis/notification_analysis_options_test: StaticWarning 41 analysis_server/test/analysis/notification_analysis_options_test: StaticWarning
41 analysis_server/test/analysis/notification_analyzedFiles_test: StaticWarning 42 analysis_server/test/analysis/notification_analyzedFiles_test: StaticWarning
42 analysis_server/test/analysis/notification_errors_test: StaticWarning 43 analysis_server/test/analysis/notification_errors_test: StaticWarning
43 analysis_server/test/analysis/notification_highlights_test: StaticWarning 44 analysis_server/test/analysis/notification_highlights_test: StaticWarning
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 analyzer/test/src/task/yaml_test: Crash # Issue 24485 493 analyzer/test/src/task/yaml_test: Crash # Issue 24485
493 494
494 [ $noopt || $runtime == dart_precompiled ] 495 [ $noopt || $runtime == dart_precompiled ]
495 *: SkipByDesign # The pkg test framework imports dart:mirrors. 496 *: SkipByDesign # The pkg test framework imports dart:mirrors.
496 497
497 [ $compiler == dart2js && $cps_ir && $checked ] 498 [ $compiler == dart2js && $cps_ir && $checked ]
498 *: Skip # `assert` not implemented, about 75% tests crash 499 *: Skip # `assert` not implemented, about 75% tests crash
499 500
500 [ $compiler == none ] 501 [ $compiler == none ]
501 kernel/test/closures_test: Fail 502 kernel/test/closures_test: Fail
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