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

Side by Side Diff: pkg/pkg.status

Issue 1058283006: Update pubspecs and dependencies to get pkgbuild tests working. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « pkg/analysis_server/tool/spec/to_html.dart ('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 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] 14 [ $compiler != dartanalyzer && $compiler != dart2analyzer ]
15 docgen/test/inherited_comments_test: Fail # issue 22233 15 docgen/test/inherited_comments_test: Fail # issue 22233
16 16
17 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 17 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
18 third_party/angular_tests/browser_test/*: Skip # github perf_api.dart issue 5
19 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329
20 mutation_observer: Skip # Issue 21149 18 mutation_observer: Skip # Issue 21149
21 unittest/*: Skip # Issue 21949 19 unittest/*: Skip # Issue 21949
22 20
23 [ $runtime == vm && $mode == debug] 21 [ $runtime == vm && $mode == debug]
24 analysis_server/test/analysis_server_test: SkipSlow # Times out 22 analysis_server/test/analysis_server_test: SkipSlow # Times out
25 analysis_server/test/completion_test: SkipSlow # Times out 23 analysis_server/test/completion_test: SkipSlow # Times out
26 analysis_server/test/domain_context_test: SkipSlow # Times out 24 analysis_server/test/domain_context_test: SkipSlow # Times out
27 analysis_server/test/domain_server_test: SkipSlow # Times out 25 analysis_server/test/domain_server_test: SkipSlow # Times out
28 analysis_server/test/integration/*: SkipSlow # Times out 26 analysis_server/test/integration/*: SkipSlow # Times out
29 analysis_server/tool/spec/check_all_test: SkipSlow # Times out 27 analysis_server/tool/spec/check_all_test: SkipSlow # Times out
30 analyzer/test/generated/element_test: SkipSlow # Times out 28 analyzer/test/generated/element_test: SkipSlow # Times out
31 analyzer/test/generated/parser_test: SkipSlow # Times out 29 analyzer/test/generated/parser_test: SkipSlow # Times out
32 docgen/test/*: SkipSlow 30 docgen/test/*: SkipSlow
33 third_party/html5lib/test/tokenizer_test: SkipSlow # Times out
34 31
35 [ $runtime == vm && $system == windows] 32 [ $runtime == vm && $system == windows]
36 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
37 34
38 [ $compiler == dart2js ] 35 [ $compiler == dart2js ]
39 collection/test/equality_test/01: Fail # Issue 1533 36 collection/test/equality_test/01: Fail # Issue 1533
40 collection/test/equality_test/02: Fail # Issue 1533 37 collection/test/equality_test/02: Fail # Issue 1533
41 collection/test/equality_test/03: Fail # Issue 1533 38 collection/test/equality_test/03: Fail # Issue 1533
42 collection/test/equality_test/04: Fail # Issue 1533 39 collection/test/equality_test/04: Fail # Issue 1533
43 collection/test/equality_test/05: Fail # Issue 1533 40 collection/test/equality_test/05: Fail # Issue 1533
44 collection/test/equality_test/none: Pass, Fail # Issue 14348 41 collection/test/equality_test/none: Pass, Fail # Issue 14348
45 docgen/test/*: SkipSlow # Far too slow 42 docgen/test/*: SkipSlow # Far too slow
46 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time
47 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 43 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
48 analyzer/test/generated/engine_test: SkipSlow 44 analyzer/test/generated/engine_test: SkipSlow
49 analyzer/test/generated/static_type_warning_code_test: Pass, Slow 45 analyzer/test/generated/static_type_warning_code_test: Pass, Slow
50 analyzer/test/generated/compile_time_error_code_test: Pass, Slow 46 analyzer/test/generated/compile_time_error_code_test: Pass, Slow
51 47
52 analyzer/test/enum_test: Slow, Pass, Fail # Issue 21323 48 analyzer/test/enum_test: Slow, Pass, Fail # Issue 21323
53 49
54 analysis_server/test/*: Skip # Issue 22161 50 analysis_server/test/*: Skip # Issue 22161
55 analysis_server/test/search/element_references_test: Pass, Slow 51 analysis_server/test/search/element_references_test: Pass, Slow
56 analysis_server/test/services/index/store/codec_test: Pass, Slow 52 analysis_server/test/services/index/store/codec_test: Pass, Slow
57 analysis_server/test/domain_completion_test: Pass, Slow 53 analysis_server/test/domain_completion_test: Pass, Slow
58 analysis_server/test/edit/assists_test: Pass, Slow 54 analysis_server/test/edit/assists_test: Pass, Slow
59 analysis_server/test/edit/format_test: Pass, Slow 55 analysis_server/test/edit/format_test: Pass, Slow
60 56
61 # Analysis server integration tests don't make sense to run under 57 # Analysis server integration tests don't make sense to run under
62 # dart2js, since the code under test always runs in the Dart vm as a 58 # dart2js, since the code under test always runs in the Dart vm as a
63 # subprocess. 59 # subprocess.
64 analysis_server/test/integration: Skip 60 analysis_server/test/integration: Skip
65 61
66 [ $compiler == dart2js && $checked ] 62 [ $compiler == dart2js && $checked ]
67 crypto/test/base64_test: Slow, Pass 63 crypto/test/base64_test: Slow, Pass
68 64
69 [ $compiler == dart2js && $runtime == drt ]
70 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329
71
72 [ $runtime == d8 ] 65 [ $runtime == d8 ]
73 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19 756 66 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19 756
74 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 19756 67 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 19756
75 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975 6 68 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975 6
76 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 69 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756
77 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756 70 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756
78 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756 71 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756
79 72
80 [ $compiler == dart2js ] 73 [ $compiler == dart2js ]
81 analysis_server/test/edit/refactoring_test: Pass, Slow # Issue 16473, 19756 74 analysis_server/test/edit/refactoring_test: Pass, Slow # Issue 16473, 19756
(...skipping 10 matching lines...) Expand all
92 [ $runtime == jsshell ] 85 [ $runtime == jsshell ]
93 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 86 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
94 87
95 [ $compiler == dart2js && $runtime == drt ] 88 [ $compiler == dart2js && $runtime == drt ]
96 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 89 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
97 90
98 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] 91 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ]
99 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 92 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050
100 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 93 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050
101 94
102 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
103 third_party/angular_tests/browser_test: SkipByDesign # uses dart:html
104
105 [$compiler == dart2dart] 95 [$compiler == dart2dart]
106 *: Skip 96 *: Skip
107 97
108 [ $runtime == ie10 ] 98 [ $runtime == ie10 ]
109 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 99 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747
110 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e xplicitly, since this is not the same as on ie9) 100 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e xplicitly, since this is not the same as on ie9)
111 101
112 [ $runtime == safarimobilesim ] 102 [ $runtime == safarimobilesim ]
113 # Unexplained errors only occuring on Safari 6.1 and earlier. 103 # Unexplained errors only occuring on Safari 6.1 and earlier.
114 typed_data/test/typed_buffers_test: RuntimeError 104 typed_data/test/typed_buffers_test: RuntimeError
115 105
116 # Skip browser-specific tests on VM
117 [ $runtime == vm ]
118 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733.
119
120 [ $runtime == vm && $system == windows ] 106 [ $runtime == vm && $system == windows ]
121 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 107 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772
122 108
123 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 109 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
124 # These tests are runtime negative but statically positive, so we skip 110 # These tests are runtime negative but statically positive, so we skip
125 # them in the analyzer. 111 # them in the analyzer.
126 mock/test/mock_regexp_negative_test: Skip 112 mock/test/mock_regexp_negative_test: Skip
127 mock/test/mock_stepwise_negative_test: Skip 113 mock/test/mock_stepwise_negative_test: Skip
128 114
129 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524 115 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524
130 116
131 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
132 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which
133 # contains illegal constant constructors.
134 third_party/angular_tests/browser_test: CompileTimeError
135
136 [ $compiler == dart2js && $csp ] 117 [ $compiler == dart2js && $csp ]
137 # This test cannot run under CSP because it is injecting a JavaScript polyfill 118 # This test cannot run under CSP because it is injecting a JavaScript polyfill
138 mutation_observer: Skip 119 mutation_observer: Skip
139 120
140 [ $compiler == dart2js && $browser ] 121 [ $compiler == dart2js && $browser ]
141 crypto/test/sha256_test: Slow, Pass 122 crypto/test/sha256_test: Slow, Pass
142 crypto/test/sha1_test: Slow, Pass 123 crypto/test/sha1_test: Slow, Pass
143 124
144 [ $browser ] 125 [ $browser ]
145 */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bo ts 126 */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bo ts
146 analysis_server/test/*: SkipByDesign # Uses dart:io. 127 analysis_server/test/*: SkipByDesign # Uses dart:io.
147 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io. 128 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io.
148 analyzer/test/*: SkipByDesign # Uses dart:io. 129 analyzer/test/*: SkipByDesign # Uses dart:io.
149 analyzer2dart/*: SkipByDesign # Uses dart:io. 130 analyzer2dart/*: SkipByDesign # Uses dart:io.
150 docgen/test/*: SkipByDesign # Uses dart:io. 131 docgen/test/*: SkipByDesign # Uses dart:io.
151 http_server/test/*: Fail, OK # Uses dart:io. 132 http_server/test/*: Fail, OK # Uses dart:io.
152 observe/test/transformer_test: Fail, OK # Uses dart:io. 133 observe/test/transformer_test: Fail, OK # Uses dart:io.
153 observe/test/unique_message_test: SkipByDesign # Uses dart:io. 134 observe/test/unique_message_test: SkipByDesign # Uses dart:io.
154 stub_core_library/test/*: Fail, OK # Uses dart:io. 135 stub_core_library/test/*: Fail, OK # Uses dart:io.
155 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337
156 third_party/angular_tests/vm_test: SkipByDesign # Uses dart:io
157 third_party/html5lib/test/parser_test: SkipByDesign # Uses dart:io.
158 third_party/html5lib/test/selectors/*: SkipByDesign # Uses dart:io.
159 third_party/html5lib/test/tokenizer_test: SkipByDesign # Uses dart:io.
160 136
161 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv5te || $arch == simmips || $arch == armv5te) ] 137 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv5te || $arch == simmips || $arch == armv5te) ]
162 # Timeout. These are not unit tests. They do not run efficiently on our 138 # Timeout. These are not unit tests. They do not run efficiently on our
163 # simulator or low-end devices. 139 # simulator or low-end devices.
164 *: Skip 140 *: Skip
165 141
166 [ $runtime == vm ] 142 [ $runtime == vm ]
167 # Skip tests on the VM if the package depends on dart:html 143 # Skip tests on the VM if the package depends on dart:html
168 mutation_observer: Skip 144 mutation_observer: Skip
169 third_party/html5lib/test/browser/browser_test: Skip
170
171 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
172 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733.
173
174 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru ntime == ff || $ie ]
175 # Various issues due to limited browser testing in Angular.
176 third_party/angular_tests/*: Skip
177 145
178 [ $compiler == dart2js && $runtime == chrome && $system == macos ] 146 [ $compiler == dart2js && $runtime == chrome && $system == macos ]
179 third_party/di_tests/di_test: Pass, Slow # Issue 22896 147 third_party/di_tests/di_test: Pass, Slow # Issue 22896
180 148
181 [ $unchecked ]
182 third_party/angular_tests/browser_test/angular: SkipByDesign # Requires checked mode.
183 third_party/angular_tests/browser_test/core/scope: SkipByDesign # Requires check ed mode.
184 third_party/angular_tests/browser_test/core/zone: SkipByDesign # Requires checke d mode.
185 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
186 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
187
188 [ $use_repository_packages ] 149 [ $use_repository_packages ]
189 analyzer/test/*: PubGetError 150 analyzer/test/*: PubGetError
190 151
191 [ $compiler == dart2js && $cps_ir ] 152 [ $compiler == dart2js && $cps_ir ]
192 analysis_server/tool/spec/check_all_test: Crash # unsupported element kind: cont ext:field 153 analysis_server/tool/spec/check_all_test: Crash # unsupported element kind: cont ext:field
193 analyzer2dart/test/driver_test: Crash # cannot compile methods that need interce ptor calling convention. 154 analyzer2dart/test/driver_test: Crash # cannot compile methods that need interce ptor calling convention.
194 analyzer2dart/test/end2end_test: Crash # Please triage this failure. 155 analyzer2dart/test/end2end_test: Crash # Please triage this failure.
195 analyzer2dart/test/identifier_semantics_test: Crash # cannot compile methods tha t need interceptor calling convention. 156 analyzer2dart/test/identifier_semantics_test: Crash # cannot compile methods tha t need interceptor calling convention.
196 analyzer2dart/test/sexpr_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 157 analyzer2dart/test/sexpr_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
197 analyzer2dart/test/tree_shaker_test: Crash # cannot compile methods that need in terceptor calling convention. 158 analyzer2dart/test/tree_shaker_test: Crash # cannot compile methods that need in terceptor calling convention.
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 _internal/lib/pub/test/validator/sdk_constraint_test: Crash # (throw new StateEr ror("Unexpected call to wrapFuture with no current " "schedule.")): Unhandled no de 644 _internal/lib/pub/test/validator/sdk_constraint_test: Crash # (throw new StateEr ror("Unexpected call to wrapFuture with no current " "schedule.")): Unhandled no de
684 _internal/lib/pub/test/validator/size_test: Crash # unsupported element kind: _d efaultEnvironment:field 645 _internal/lib/pub/test/validator/size_test: Crash # unsupported element kind: _d efaultEnvironment:field
685 _internal/lib/pub/test/validator/utf8_readme_test: Crash # unsupported element k ind: _defaultEnvironment:field 646 _internal/lib/pub/test/validator/utf8_readme_test: Crash # unsupported element k ind: _defaultEnvironment:field
686 _internal/lib/pub/test/version_solver_test: Crash # try/finally 647 _internal/lib/pub/test/version_solver_test: Crash # try/finally
687 js_ast/test/printer_callback_test: Crash # Please triage this failure. 648 js_ast/test/printer_callback_test: Crash # Please triage this failure.
688 microlytics/test/dart_microlytics_test: Crash # (throw new ExpectException(messa ge)): Unhandled node 649 microlytics/test/dart_microlytics_test: Crash # (throw new ExpectException(messa ge)): Unhandled node
689 mock/test/mock_regexp_negative_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator 650 mock/test/mock_regexp_negative_test: Crash # Instance of 'TypeOperator': unimple mented in CodeGenerator
690 mock/test/mock_stepwise_negative_test: Crash # cannot compile methods that need interceptor calling convention. 651 mock/test/mock_stepwise_negative_test: Crash # cannot compile methods that need interceptor calling convention.
691 mock/test/mock_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator 652 mock/test/mock_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe nerator
692 stub_core_library/test/stub_test: Crash # try/finally 653 stub_core_library/test/stub_test: Crash # try/finally
693 third_party/angular_tests/vm_test: Crash # try/finally
694 third_party/di_tests/di_test: Crash # try/finally 654 third_party/di_tests/di_test: Crash # try/finally
695 typed_data/test/typed_buffers_test/01: Crash # cannot compile methods that need interceptor calling convention. 655 typed_data/test/typed_buffers_test/01: Crash # cannot compile methods that need interceptor calling convention.
696 typed_data/test/typed_buffers_test/none: Crash # cannot compile methods that nee d interceptor calling convention. 656 typed_data/test/typed_buffers_test/none: Crash # cannot compile methods that nee d interceptor calling convention.
697 typed_mock/test/typed_mock_test: Crash # try/finally 657 typed_mock/test/typed_mock_test: Crash # try/finally
OLDNEW
« no previous file with comments | « pkg/analysis_server/tool/spec/to_html.dart ('k') | pkg/pkgbuild.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698