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

Side by Side Diff: pkg/pkg.status

Issue 1361163002: remove docgen remnants from repo, update CHANGELOG (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: remove unused code Created 5 years, 3 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 | « CHANGELOG.md ('k') | pkg/pkgbuild.status » ('j') | 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
11 */*/*/*/packages/*/*: Skip 11 */*/*/*/packages/*/*: Skip
12 */*/*/*/*/packages/*/*: Skip 12 */*/*/*/*/packages/*/*: Skip
13 13
14 # Analyzer2dart is not maintained anymore. 14 # Analyzer2dart is not maintained anymore.
15 analyzer2dart/test/*: Skip 15 analyzer2dart/test/*: Skip
16 16
17 [ $compiler != dartanalyzer && $compiler != dart2analyzer ]
18 docgen/test/inherited_comments_test: Fail # issue 22233
19
20 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 17 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
21 mutation_observer: Skip # Issue 21149 18 mutation_observer: Skip # Issue 21149
22 unittest/*: Skip # Issue 21949 19 unittest/*: Skip # Issue 21949
23 lookup_map/*: SkipByDesign 20 lookup_map/*: SkipByDesign
24 21
25 [ $runtime == vm && $mode == debug] 22 [ $runtime == vm && $mode == debug]
26 analysis_server/test/analysis_server_test: SkipSlow # Times out 23 analysis_server/test/analysis_server_test: SkipSlow # Times out
27 analysis_server/test/completion_test: SkipSlow # Times out 24 analysis_server/test/completion_test: SkipSlow # Times out
28 analysis_server/test/domain_context_test: SkipSlow # Times out 25 analysis_server/test/domain_context_test: SkipSlow # Times out
29 analysis_server/test/domain_server_test: SkipSlow # Times out 26 analysis_server/test/domain_server_test: SkipSlow # Times out
30 analysis_server/test/integration/*: SkipSlow # Times out 27 analysis_server/test/integration/*: SkipSlow # Times out
31 analysis_server/tool/spec/check_all_test: SkipSlow # Times out 28 analysis_server/tool/spec/check_all_test: SkipSlow # Times out
32 analyzer/test/generated/element_test: SkipSlow # Times out 29 analyzer/test/generated/element_test: SkipSlow # Times out
33 analyzer/test/generated/parser_test: SkipSlow # Times out 30 analyzer/test/generated/parser_test: SkipSlow # Times out
34 docgen/test/*: SkipSlow
35 31
36 [ $runtime == vm && $system == windows] 32 [ $runtime == vm && $system == windows]
37 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 33 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180
38 34
39 [ $compiler == dart2js ] 35 [ $compiler == dart2js ]
40 collection/test/equality_test/01: Fail # Issue 1533 36 collection/test/equality_test/01: Fail # Issue 1533
41 collection/test/equality_test/02: Fail # Issue 1533 37 collection/test/equality_test/02: Fail # Issue 1533
42 collection/test/equality_test/03: Fail # Issue 1533 38 collection/test/equality_test/03: Fail # Issue 1533
43 collection/test/equality_test/04: Fail # Issue 1533 39 collection/test/equality_test/04: Fail # Issue 1533
44 collection/test/equality_test/05: Fail # Issue 1533 40 collection/test/equality_test/05: Fail # Issue 1533
45 collection/test/equality_test/none: Pass, Fail # Issue 14348 41 collection/test/equality_test/none: Pass, Fail # Issue 14348
46 docgen/test/*: SkipSlow # Far too slow
47 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 42 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
48 analyzer/test/generated/engine_test: SkipSlow 43 analyzer/test/generated/engine_test: SkipSlow
49 analyzer/test/generated/static_type_warning_code_test: Pass, Slow 44 analyzer/test/generated/static_type_warning_code_test: Pass, Slow
50 analyzer/test/generated/compile_time_error_code_test: Pass, Slow 45 analyzer/test/generated/compile_time_error_code_test: Pass, Slow
51 46
52 analyzer/test/enum_test: Slow, Pass, Fail # Issue 21323 47 analyzer/test/enum_test: Slow, Pass, Fail # Issue 21323
53 analyzer/test/src/context/context_test: Pass, Timeout # dartbug.com/23658 48 analyzer/test/src/context/context_test: Pass, Timeout # dartbug.com/23658
54 49
55 analysis_server/test/*: Skip # Issue 22161 50 analysis_server/test/*: Skip # Issue 22161
56 analysis_server/test/search/element_references_test: Pass, Slow 51 analysis_server/test/search/element_references_test: Pass, Slow
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 crypto/test/sha256_test: Slow, Pass 137 crypto/test/sha256_test: Slow, Pass
143 crypto/test/sha1_test: Slow, Pass 138 crypto/test/sha1_test: Slow, Pass
144 139
145 [ $browser ] 140 [ $browser ]
146 analyzer_cli/*: SkipByDesign # Uses dart:io. 141 analyzer_cli/*: SkipByDesign # Uses dart:io.
147 */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bo ts 142 */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bo ts
148 analysis_server/test/*: SkipByDesign # Uses dart:io. 143 analysis_server/test/*: SkipByDesign # Uses dart:io.
149 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io. 144 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io.
150 analyzer/test/*: SkipByDesign # Uses dart:io. 145 analyzer/test/*: SkipByDesign # Uses dart:io.
151 analyzer2dart/*: SkipByDesign # Uses dart:io. 146 analyzer2dart/*: SkipByDesign # Uses dart:io.
152 docgen/test/*: SkipByDesign # Uses dart:io.
153 http_server/test/*: Fail, OK # Uses dart:io. 147 http_server/test/*: Fail, OK # Uses dart:io.
154 observe/test/transformer_test: Fail, OK # Uses dart:io. 148 observe/test/transformer_test: Fail, OK # Uses dart:io.
155 observe/test/unique_message_test: SkipByDesign # Uses dart:io. 149 observe/test/unique_message_test: SkipByDesign # Uses dart:io.
156 150
157 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv5te || $arch == simmips || $arch == armv5te) ] 151 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv5te || $arch == simmips || $arch == armv5te) ]
158 # Timeout. These are not unit tests. They do not run efficiently on our 152 # Timeout. These are not unit tests. They do not run efficiently on our
159 # simulator or low-end devices. 153 # simulator or low-end devices.
160 *: Skip 154 *: Skip
161 155
162 [ $runtime == vm ] 156 [ $runtime == vm ]
163 # Skip tests on the VM if the package depends on dart:html 157 # Skip tests on the VM if the package depends on dart:html
164 mutation_observer: Skip 158 mutation_observer: Skip
165 159
166 [ $compiler == dart2js && $runtime == chrome && $system == macos ] 160 [ $compiler == dart2js && $runtime == chrome && $system == macos ]
167 third_party/di_tests/di_test: Pass, Slow # Issue 22896 161 third_party/di_tests/di_test: Pass, Slow # Issue 22896
168 162
169 [ $use_repository_packages ] 163 [ $use_repository_packages ]
170 analyzer/test/*: PubGetError 164 analyzer/test/*: PubGetError
171 165
172 [ $compiler == dart2js && $cps_ir ] 166 [ $compiler == dart2js && $cps_ir ]
173 lookup_map/test/lookup_map_test: RuntimeError # $async$temp1.get$tests is not a function 167 lookup_map/test/lookup_map_test: RuntimeError # $async$temp1.get$tests is not a function
OLDNEW
« no previous file with comments | « CHANGELOG.md ('k') | pkg/pkgbuild.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698