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

Side by Side Diff: pkg/pkg.status

Issue 124053002: Adding Angular and dependent packages for testing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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
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 13 matching lines...) Expand all
24 24
25 http/test/http_test: Pass, RuntimeError # Issue 15652 25 http/test/http_test: Pass, RuntimeError # Issue 15652
26 26
27 [ $compiler == dart2js ] 27 [ $compiler == dart2js ]
28 collection/test/equality_test/01: Fail # Issue 1533 28 collection/test/equality_test/01: Fail # Issue 1533
29 collection/test/equality_test/02: Fail # Issue 1533 29 collection/test/equality_test/02: Fail # Issue 1533
30 collection/test/equality_test/03: Fail # Issue 1533 30 collection/test/equality_test/03: Fail # Issue 1533
31 collection/test/equality_test/04: Fail # Issue 1533 31 collection/test/equality_test/04: Fail # Issue 1533
32 collection/test/equality_test/05: Fail # Issue 1533 32 collection/test/equality_test/05: Fail # Issue 1533
33 collection/test/equality_test/none: Pass, Fail # Issue 14348 33 collection/test/equality_test/none: Pass, Fail # Issue 14348
34 third_party/angular_tests/core/parser/parser_test: Fail # Issue 15769
35 third_party/angular_tests/directive/input_select_test: Fail # Issue 15769
36 third_party/angular_tests/directive/ng_model_test: Fail # Issue 15769
34 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 37 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
35 38
36 [ $compiler == dart2js && $checked ] 39 [ $compiler == dart2js && $checked ]
37 crypto/test/base64_test: Slow, Pass 40 crypto/test/base64_test: Slow, Pass
38 41
39 [ $compiler == dart2js && $checked && $runtime == ie9 ] 42 [ $compiler == dart2js && $checked && $runtime == ie9 ]
40 crypto/test/base64_test: Timeout # Issue 12486 43 crypto/test/base64_test: Timeout # Issue 12486
41 serialization/test/serialization_test: Skip 44 serialization/test/serialization_test: Skip
42 45
43 [ $runtime == d8 || $runtime == jsshell ] 46 [ $runtime == d8 || $runtime == jsshell ]
(...skipping 20 matching lines...) Expand all
64 polymer/test/noscript_test: Skip #uses dart:html 67 polymer/test/noscript_test: Skip #uses dart:html
65 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html 68 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html
66 polymer/test/prop_attr_reflection_test: Skip #uses dart:html 69 polymer/test/prop_attr_reflection_test: Skip #uses dart:html
67 polymer/test/property_change_test: Skip # uses dart:html 70 polymer/test/property_change_test: Skip # uses dart:html
68 polymer/test/publish_attributes_test: Skip #uses dart:html 71 polymer/test/publish_attributes_test: Skip #uses dart:html
69 polymer/test/publish_inherited_properties_test: Skip #uses dart:html 72 polymer/test/publish_inherited_properties_test: Skip #uses dart:html
70 polymer/test/register_test: Skip #uses dart:html 73 polymer/test/register_test: Skip #uses dart:html
71 polymer/test/take_attributes_test: Skip #uses dart:html 74 polymer/test/take_attributes_test: Skip #uses dart:html
72 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html 75 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html
73 polymer/test/unbind_test: Skip # uses dart:html 76 polymer/test/unbind_test: Skip # uses dart:html
77 third_party/angular_tests/_specs_test: Skip # uses dart:html
78 third_party/angular_tests/angular_test: Skip # uses dart:html
79 third_party/angular_tests/bootstrap_test: Skip # uses dart:html
80 third_party/angular_tests/core/*: Skip # uses dart:html
81 third_party/angular_tests/core_dom/*: Skip # uses dart:html
82 third_party/angular_tests/directive/*: Skip # uses dart:html
83 third_party/angular_tests/filter/*: Skip # uses dart:html
84 third_party/angular_tests/introspection_test: Skip # uses dart:html
85 third_party/angular_tests/mock/*: Skip # uses dart:html
86 third_party/angular_tests/routing/*: Skip # uses dart:html
74 87
75 [$compiler == dart2dart] 88 [$compiler == dart2dart]
76 *: Skip 89 *: Skip
77 90
78 [ $compiler == dart2js || $compiler == dart2dart ] 91 [ $compiler == dart2js || $compiler == dart2dart ]
79 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at 92 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at
80 # overflow in JS (numbers slightly larger than 93 # overflow in JS (numbers slightly larger than
81 # 32 bits where we do bitwise operations). 94 # 32 bits where we do bitwise operations).
82 [ $runtime == ff && $system != windows ] 95 [ $runtime == ff && $system != windows ]
83 # Bug in Spidermonkey's Uint8ClampedArray on x64 (non-Win FF is x64, Win is x86) 96 # Bug in Spidermonkey's Uint8ClampedArray on x64 (non-Win FF is x64, Win is x86)
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 docgen/test/single_library_test: Fail # Issue 11985 131 docgen/test/single_library_test: Fail # Issue 11985
119 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 132 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
120 133
121 [ $compiler == dartanalyzer ] 134 [ $compiler == dartanalyzer ]
122 # These tests are runtime negative but statically positive, so we skip 135 # These tests are runtime negative but statically positive, so we skip
123 # them in the analyzer. 136 # them in the analyzer.
124 unittest/test/mock_regexp_negative_test: Skip 137 unittest/test/mock_regexp_negative_test: Skip
125 unittest/test/mock_stepwise_negative_test: Skip 138 unittest/test/mock_stepwise_negative_test: Skip
126 polymer/example/canonicalization: Skip 139 polymer/example/canonicalization: Skip
127 140
141 third_party/angular_tests/*: StaticWarning # Issue 15890
142 third_party/angular_tests/tools/*: Pass
143
128 [ $compiler == dart2analyzer ] 144 [ $compiler == dart2analyzer ]
129 # These tests are runtime negative but statically positive, so we skip 145 # These tests are runtime negative but statically positive, so we skip
130 # them in the analyzer. 146 # them in the analyzer.
131 unittest/test/mock_regexp_negative_test: Skip 147 unittest/test/mock_regexp_negative_test: Skip
132 unittest/test/mock_stepwise_negative_test: Skip 148 unittest/test/mock_stepwise_negative_test: Skip
133 polymer/example/canonicalization: Skip 149 polymer/example/canonicalization: Skip
134 150
135 [ $compiler == dart2js && $runtime == none] 151 [ $compiler == dart2js && $runtime == none]
136 polymer/example/canonicalization: Skip 152 polymer/example/canonicalization: Skip
137 153
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. 201 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
186 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. 202 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
187 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io 203 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io
188 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. 204 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io.
189 oauth2/test/client_test: Fail, OK # Uses dart:io. 205 oauth2/test/client_test: Fail, OK # Uses dart:io.
190 oauth2/test/credentials_test: Fail, OK # Uses dart:io. 206 oauth2/test/credentials_test: Fail, OK # Uses dart:io.
191 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. 207 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io.
192 observe/test/transformer_test: Fail, OK # Uses dart:io. 208 observe/test/transformer_test: Fail, OK # Uses dart:io.
193 path/test/io_test: Fail, OK # Uses dart:io. 209 path/test/io_test: Fail, OK # Uses dart:io.
194 polymer/test/build/*: Fail, OK # Uses dart:io. 210 polymer/test/build/*: Fail, OK # Uses dart:io.
211 third_party/angular_tests/tools/*: Skip # Uses dart:io
195 watcher/test/*: Fail, OK # Uses dart:io. 212 watcher/test/*: Fail, OK # Uses dart:io.
196 213
197 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440 214 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440
198 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440 215 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440
199 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440 216 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440
200 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440 217 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440
201 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440 218 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440
202 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40 219 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40
203 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 220 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440
204 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440 221 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440
205 scheduled_test/test/scheduled_test/current_schedule_current_task_test: Fail # ht tp://dartbug.com/8440 222 scheduled_test/test/scheduled_test/current_schedule_current_task_test: Fail # ht tp://dartbug.com/8440
206 scheduled_test/test/scheduled_test/current_schedule_errors_test: Fail # http://d artbug.com/8440 223 scheduled_test/test/scheduled_test/current_schedule_errors_test: Fail # http://d artbug.com/8440
207 scheduled_test/test/scheduled_test/current_schedule_state_test: Fail # http://da rtbug.com/8440 224 scheduled_test/test/scheduled_test/current_schedule_state_test: Fail # http://da rtbug.com/8440
208 scheduled_test/test/scheduled_test/nested_task_test: Fail # http://dartbug.com/8 440 225 scheduled_test/test/scheduled_test/nested_task_test: Fail # http://dartbug.com/8 440
209 scheduled_test/test/scheduled_test/on_complete_test: Fail # http://dartbug.com/8 440 226 scheduled_test/test/scheduled_test/on_complete_test: Fail # http://dartbug.com/8 440
210 scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/ 8440 227 scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/ 8440
211 scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug. com/8440 228 scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug. com/8440
212 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440 229 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440
213 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/ 8440 230 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/ 8440
214 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440 231 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440
215 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug .com/8440 232 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug .com/8440
216 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440 233 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440
217 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84 40 234 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84 40
218 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8 440 235 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8 440
219 236
220 237
221 */test/analyzer_test: Skip # No need to run analysis tests on browser bots 238 */test/analyzer_test: Skip # No need to run analysis tests on browser bots
222 239
223 # Skip tests on the browser if the test depends on dart:io 240 # Skip tests on the browser if the test depends on dart:io
241 third_party/angular_tests/io/*: Skip
224 third_party/html5lib/test/parser_test: Skip 242 third_party/html5lib/test/parser_test: Skip
225 third_party/html5lib/test/tokenizer_test: Skip 243 third_party/html5lib/test/tokenizer_test: Skip
226 244
227 polymer/test/unbind_test: Pass, Fail # Issue 15259 245 polymer/test/unbind_test: Pass, Fail # Issue 15259
228 246
229 [ $minified == false ] 247 [ $minified == false ]
230 # The minified unittest tests test that the minified names of Dart types are 248 # The minified unittest tests test that the minified names of Dart types are
231 # printed. Unminified versions of these tests exist that test the behavior when 249 # printed. Unminified versions of these tests exist that test the behavior when
232 # not minified. 250 # not minified.
233 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J S 251 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J S
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members 329 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members
312 330
313 [ $runtime == vm && ($system == windows || $system == macos) ] 331 [ $runtime == vm && ($system == windows || $system == macos) ]
314 watcher/test/*/linux_test: Skip 332 watcher/test/*/linux_test: Skip
315 333
316 [ $runtime == vm && ($system == windows || $system == linux) ] 334 [ $runtime == vm && ($system == windows || $system == linux) ]
317 watcher/test/*/mac_os_test: Skip 335 watcher/test/*/mac_os_test: Skip
318 336
319 [ $runtime == vm && $system == macos ] 337 [ $runtime == vm && $system == macos ]
320 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 338 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024
OLDNEW
« no previous file with comments | « no previous file | pkg/third_party/angular_tests/_specs_test.dart » ('j') | third_party/pkg/update_angular.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698