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

Side by Side Diff: pkg/pkg.status

Issue 2686743002: Adjust status file for perf_test on windows and mac. (Closed)
Patch Set: 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 | « 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 lookup_map/*: SkipByDesign 54 lookup_map/*: SkipByDesign
55 front_end/*: SkipByDesign 55 front_end/*: SkipByDesign
56 56
57 [ $runtime == vm && $mode == debug ] 57 [ $runtime == vm && $mode == debug ]
58 analysis_server/test/completion_test: Pass, Slow 58 analysis_server/test/completion_test: Pass, Slow
59 59
60 [ $runtime == vm && $checked ] 60 [ $runtime == vm && $checked ]
61 analysis_server/test/completion_test: Pass, Slow 61 analysis_server/test/completion_test: Pass, Slow
62 analysis_server/test/socket_server_test: Skip # Pass, Slow 62 analysis_server/test/socket_server_test: Skip # Pass, Slow
63 63
64 [ $runtime == vm && $checked && $system == windows ]
65 front_end/tool/perf_test: Slow, Pass
66
67 [ $runtime == vm && $checked && $system == macos ]
68 front_end/tool/perf_test: Skip # Issue 28676
69
64 [ $runtime == vm && $use_sdk ] 70 [ $runtime == vm && $use_sdk ]
65 front_end/test/fasta/compile_test: Skip # Issue 28629 71 front_end/test/fasta/compile_test: Skip # Issue 28629
66 front_end/test/fasta/kompile_test: Skip # Issue 28629 72 front_end/test/fasta/kompile_test: Skip # Issue 28629
67 front_end/test/fasta/outline_test: Skip # Issue 28629 73 front_end/test/fasta/outline_test: Skip # Issue 28629
68 74
69 [ $runtime == vm && $system == windows] 75 [ $runtime == vm && $system == windows]
70 analysis_server/*: Skip # Issue 27557 76 analysis_server/*: Skip # Issue 27557
71 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 77 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180
72 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError # Issue 24796 78 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError # Issue 24796
73 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 79 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 analyzer/test/src/task/yaml_test: Crash # Issue 24485 241 analyzer/test/src/task/yaml_test: Crash # Issue 24485
236 242
237 [ $runtime == dart_precompiled ] 243 [ $runtime == dart_precompiled ]
238 *: SkipByDesign # The pkg test framework imports dart:mirrors. 244 *: SkipByDesign # The pkg test framework imports dart:mirrors.
239 245
240 [ $compiler == dart2js && $cps_ir && $checked ] 246 [ $compiler == dart2js && $cps_ir && $checked ]
241 *: Skip # `assert` not implemented, about 75% tests crash 247 *: Skip # `assert` not implemented, about 75% tests crash
242 248
243 [ $compiler == none ] 249 [ $compiler == none ]
244 kernel/test/closures_test: Fail 250 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