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

Side by Side Diff: pkg/pkg.status

Issue 814113004: Pull args, intl, logging, shelf, and source_maps out of the SDK. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Also csslib. Created 6 years 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/logging/test/logging_test.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 == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 14 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
15 third_party/angular_tests/browser_test/*: Skip # github perf_api.dart issue 5 15 third_party/angular_tests/browser_test/*: Skip # github perf_api.dart issue 5
16 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329 16 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329
17 intl/test/date_time_format_http_request_test: Skip # Times out flakily. Issue 19 544
18 intl/test/date_time_format_local_even_test: Skip # Times out flakily. Issue 1954 4
19 intl/test/date_time_format_local_odd_test: Skip # Times out flakily. Issue 19544
20 mutation_observer: Skip # Issue 21149 17 mutation_observer: Skip # Issue 21149
21 18
22 [ $runtime == vm && $mode == debug] 19 [ $runtime == vm && $mode == debug]
23 analysis_server/test/analysis_server_test: Skip # Times out 20 analysis_server/test/analysis_server_test: Skip # Times out
24 analysis_server/test/completion_test: Skip # Times out 21 analysis_server/test/completion_test: Skip # Times out
25 analysis_server/test/domain_context_test: Skip # Times out 22 analysis_server/test/domain_context_test: Skip # Times out
26 analysis_server/test/domain_server_test: Skip # Times out 23 analysis_server/test/domain_server_test: Skip # Times out
27 analysis_server/test/integration/analysis/reanalyze_concurrent_test: Skip # Time s out 24 analysis_server/test/integration/analysis/reanalyze_concurrent_test: Skip # Time s out
28 analysis_server/test/integration/analysis/update_content_test: Skip # Times out 25 analysis_server/test/integration/analysis/update_content_test: Skip # Times out
29 analysis_server/tool/spec/check_all_test: Skip # Times out 26 analysis_server/tool/spec/check_all_test: Skip # Times out
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 90
94 [ $compiler == dart2js && $runtime == drt ] 91 [ $compiler == dart2js && $runtime == drt ]
95 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 92 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
96 93
97 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 94 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
98 third_party/angular_tests/browser_test: Skip # uses dart:html 95 third_party/angular_tests/browser_test: Skip # uses dart:html
99 96
100 [$compiler == dart2dart] 97 [$compiler == dart2dart]
101 *: Skip 98 *: Skip
102 99
103 [ $compiler == dart2js || $compiler == dart2dart ]
104 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at
105 # overflow in JS (numbers slightly larger than
106 # 32 bits where we do bitwise operations).
107
108 [ $runtime == opera && $compiler == dart2js ]
109 intl/test/find_default_locale_browser_test: Fail
110 intl/test/date_time_format_http_request_test: Skip # Timeout.
111
112 [ $ie ]
113 intl/test/date_time_format_http_request_test: Fail # Issue 8983
114
115 [ $runtime == ie10 ] 100 [ $runtime == ie10 ]
116 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 101 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747
117 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) 102 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)
118 103
119 [ $runtime == safarimobilesim ] 104 [ $runtime == safarimobilesim ]
120 # Unexplained errors only occuring on Safari 6.1 and earlier. 105 # Unexplained errors only occuring on Safari 6.1 and earlier.
121 typed_data/test/typed_buffers_test: RuntimeError 106 typed_data/test/typed_buffers_test: RuntimeError
122 107
123 # Skip browser-specific tests on VM 108 # Skip browser-specific tests on VM
124 [ $runtime == vm ] 109 [ $runtime == vm ]
125 intl/test/find_default_locale_browser_test: Skip
126 intl/test/date_time_format_http_request_test: Skip
127 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733. 110 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733.
128 111
129 [ $runtime == vm && $system == windows ] 112 [ $runtime == vm && $system == windows ]
130 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
131 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 113 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772
132 114
133 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 115 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
134 # These tests are runtime negative but statically positive, so we skip 116 # These tests are runtime negative but statically positive, so we skip
135 # them in the analyzer. 117 # them in the analyzer.
136 mock/test/mock_regexp_negative_test: Skip 118 mock/test/mock_regexp_negative_test: Skip
137 mock/test/mock_stepwise_negative_test: Skip 119 mock/test/mock_stepwise_negative_test: Skip
138 120
139 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524 121 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524
140 122
141 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 123 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
142 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which 124 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which
143 # contains illegal constant constructors. 125 # contains illegal constant constructors.
144 third_party/angular_tests/browser_test: CompileTimeError 126 third_party/angular_tests/browser_test: CompileTimeError
145 127
146 [ $compiler == dart2js && $csp ] 128 [ $compiler == dart2js && $csp ]
147 # This test cannot run under CSP because it is injecting a JavaScript polyfill 129 # This test cannot run under CSP because it is injecting a JavaScript polyfill
148 mutation_observer: Skip 130 mutation_observer: Skip
149 131
150 [ $compiler == dart2js && $browser ] 132 [ $compiler == dart2js && $browser ]
151 crypto/test/sha256_test: Slow, Pass 133 crypto/test/sha256_test: Slow, Pass
152 crypto/test/sha1_test: Slow, Pass 134 crypto/test/sha1_test: Slow, Pass
153 135
154 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
155 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e.
156
157 [ $browser ] 136 [ $browser ]
158 analysis_server/test/*: Skip # Uses dart:io. 137 analysis_server/test/*: Skip # Uses dart:io.
159 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io. 138 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io.
160 analyzer2dart/*: Skip # Uses dart:io. 139 analyzer2dart/*: Skip # Uses dart:io.
161 analyzer/test/*: Skip # Uses dart:io. 140 analyzer/test/*: Skip # Uses dart:io.
162 http_server/test/*: Fail, OK # Uses dart:io. 141 http_server/test/*: Fail, OK # Uses dart:io.
163 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io.
164 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
165 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
166 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io
167 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io
168 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
169 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use s dart:io.
170 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart: io
171 intl/test/message_extraction/embedded_plural_text_after_test: Fail, OK # Uses da rt:io.
172 intl/test/message_extraction/embedded_plural_text_before_test: Fail, OK # Uses d art:io.
173 observe/test/transformer_test: Fail, OK # Uses dart:io. 142 observe/test/transformer_test: Fail, OK # Uses dart:io.
174 observe/test/unique_message_test: Skip # Intended only as a vm test. 143 observe/test/unique_message_test: Skip # Intended only as a vm test.
175 shelf/test/shelf_io_test: Fail, OK # Uses dart:io
176 stub_core_library/test/*: Fail, OK # Uses dart:io. 144 stub_core_library/test/*: Fail, OK # Uses dart:io.
177 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 145 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337
178 third_party/angular_tests/vm_test: Skip # Uses dart:io 146 third_party/angular_tests/vm_test: Skip # Uses dart:io
179 147
180 */test/analyzer_test: Skip # No need to run analysis tests on browser bots 148 */test/analyzer_test: Skip # No need to run analysis tests on browser bots
181 149
182 # Skip tests on the browser if the test depends on dart:io 150 # Skip tests on the browser if the test depends on dart:io
183 third_party/html5lib/test/parser_test: Skip 151 third_party/html5lib/test/parser_test: Skip
184 third_party/html5lib/test/tokenizer_test: Skip 152 third_party/html5lib/test/tokenizer_test: Skip
185 third_party/html5lib/test/selectors/*: Skip 153 third_party/html5lib/test/selectors/*: Skip
(...skipping 20 matching lines...) Expand all
206 174
207 [ $unchecked ] 175 [ $unchecked ]
208 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. 176 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode.
209 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 177 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
210 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 178 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
211 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 179 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
212 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 180 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
213 181
214 [ $use_repository_packages ] 182 [ $use_repository_packages ]
215 analyzer/test/*: PubGetError 183 analyzer/test/*: PubGetError
OLDNEW
« no previous file with comments | « pkg/logging/test/logging_test.dart ('k') | pkg/pkgbuild.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698