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

Side by Side Diff: pkg/pkg.status

Issue 2406003002: suppress perf_test where it is not meant to run (forgot to include this in the (Closed)
Patch Set: Created 4 years, 2 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 42
43 [ $compiler == dart2js ] 43 [ $compiler == dart2js ]
44 analysis_server/test/integration: SkipByDesign # Analysis server integration tes ts don't make sense to run under dart2js, since the code under test always runs in the Dart vm as a subprocess. 44 analysis_server/test/integration: SkipByDesign # Analysis server integration tes ts don't make sense to run under dart2js, since the code under test always runs in the Dart vm as a subprocess.
45 analyzer_cli/test/*: SkipByDesign # Only meant to run on vm 45 analyzer_cli/test/*: SkipByDesign # Only meant to run on vm
46 collection/test/equality_test/01: Fail # Issue 1533 46 collection/test/equality_test/01: Fail # Issue 1533
47 collection/test/equality_test/02: Fail # Issue 1533 47 collection/test/equality_test/02: Fail # Issue 1533
48 collection/test/equality_test/03: Fail # Issue 1533 48 collection/test/equality_test/03: Fail # Issue 1533
49 collection/test/equality_test/04: Fail # Issue 1533 49 collection/test/equality_test/04: Fail # Issue 1533
50 collection/test/equality_test/05: Fail # Issue 1533 50 collection/test/equality_test/05: Fail # Issue 1533
51 collection/test/equality_test/none: Pass, Fail # Issue 14348 51 collection/test/equality_test/none: Pass, Fail # Issue 14348
52 compiler/tool/*: SkipByDesign # Only meant to run on vm
52 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. 53 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm.
53 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 54 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
54 55
55 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ] 56 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ]
56 analyzer/test/*: Skip # Issue 26813 57 analyzer/test/*: Skip # Issue 26813
57 analyzer/tool/*: Skip # Issue 26813 58 analyzer/tool/*: Skip # Issue 26813
58 analysis_server/test/*: Skip # Issue 26813 59 analysis_server/test/*: Skip # Issue 26813
59 60
60 [ $compiler == dart2js && $checked ] 61 [ $compiler == dart2js && $checked ]
61 crypto/test/base64_test: Slow, Pass 62 crypto/test/base64_test: Slow, Pass
(...skipping 27 matching lines...) Expand all
89 90
90 [ $browser ] 91 [ $browser ]
91 analyzer_cli/*: SkipByDesign # Uses dart:io. 92 analyzer_cli/*: SkipByDesign # Uses dart:io.
92 */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bo ts 93 */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bo ts
93 analysis_server/test/*: SkipByDesign # Uses dart:io. 94 analysis_server/test/*: SkipByDesign # Uses dart:io.
94 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io. 95 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io.
95 analyzer/test/*: SkipByDesign # Uses dart:io. 96 analyzer/test/*: SkipByDesign # Uses dart:io.
96 analyzer/tool/task_dependency_graph/check_test: SkipByDesign # Uses dart:io. 97 analyzer/tool/task_dependency_graph/check_test: SkipByDesign # Uses dart:io.
97 analyzer/tool/summary/check_test: SkipByDesign # Uses dart:io. 98 analyzer/tool/summary/check_test: SkipByDesign # Uses dart:io.
98 analyzer2dart/*: SkipByDesign # Uses dart:io. 99 analyzer2dart/*: SkipByDesign # Uses dart:io.
100 compiler/tool/*: SkipByDesign # Only meant to run on vm
99 http_server/test/*: Fail, OK # Uses dart:io. 101 http_server/test/*: Fail, OK # Uses dart:io.
100 observe/test/transformer_test: Fail, OK # Uses dart:io. 102 observe/test/transformer_test: Fail, OK # Uses dart:io.
101 observe/test/unique_message_test: SkipByDesign # Uses dart:io. 103 observe/test/unique_message_test: SkipByDesign # Uses dart:io.
102 dart_messages/test/dart_messages_test: Skip # Uses dart:io. 104 dart_messages/test/dart_messages_test: Skip # Uses dart:io.
103 105
104 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv6 | | $arch == simarmv5te || $arch == simmips || $arch == armv6 || $arch == armv5te) ] 106 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv6 | | $arch == simarmv5te || $arch == simmips || $arch == armv6 || $arch == armv5te) ]
105 # Timeout. These are not unit tests. They do not run efficiently on our 107 # Timeout. These are not unit tests. They do not run efficiently on our
106 # simulator or low-end devices. 108 # simulator or low-end devices.
107 *: Skip 109 *: Skip
108 110
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 175 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485
174 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 176 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485
175 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 177 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485
176 analyzer/test/src/task/yaml_test: Crash # Issue 24485 178 analyzer/test/src/task/yaml_test: Crash # Issue 24485
177 179
178 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ] 180 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ]
179 *: SkipByDesign # The pkg test framework imports dart:mirrors. 181 *: SkipByDesign # The pkg test framework imports dart:mirrors.
180 182
181 [ $compiler == dart2js && $cps_ir && $checked ] 183 [ $compiler == dart2js && $cps_ir && $checked ]
182 *: Skip # `assert` not implemented, about 75% tests crash 184 *: Skip # `assert` not implemented, about 75% tests crash
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