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

Side by Side Diff: pkg/pkg.status

Issue 814073002: remove polymer expressions from the repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | pkg/polymer_expressions/AUTHORS » ('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
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at 152 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at
153 # overflow in JS (numbers slightly larger than 153 # overflow in JS (numbers slightly larger than
154 # 32 bits where we do bitwise operations). 154 # 32 bits where we do bitwise operations).
155 155
156 [ $runtime == opera && $compiler == dart2js ] 156 [ $runtime == opera && $compiler == dart2js ]
157 intl/test/find_default_locale_browser_test: Fail 157 intl/test/find_default_locale_browser_test: Fail
158 intl/test/date_time_format_http_request_test: Skip # Timeout. 158 intl/test/date_time_format_http_request_test: Skip # Timeout.
159 159
160 [ $ie ] 160 [ $ie ]
161 intl/test/date_time_format_http_request_test: Fail # Issue 8983 161 intl/test/date_time_format_http_request_test: Fail # Issue 8983
162 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138
163 observe/test/list_path_observer_test: RuntimeError, Pass # Issue 20849 162 observe/test/list_path_observer_test: RuntimeError, Pass # Issue 20849
164 163
165 [ $runtime == ie10 ] 164 [ $runtime == ie10 ]
166 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 165 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747
167 polymer_expressions/*: Pass, RuntimeError # Issue 19265
168 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 166 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265
169 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) 167 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)
170 168
171 [ $runtime == ie10 || $runtime == ie11 ] 169 [ $runtime == ie10 || $runtime == ie11 ]
172 scheduled_test/test/scheduled_test/current_schedule_errors_test: Skip # Issue 21 007 170 scheduled_test/test/scheduled_test/current_schedule_errors_test: Skip # Issue 21 007
173 scheduled_test/test/scheduled_test/nested_task_test: Timeout # Skip 21007 171 scheduled_test/test/scheduled_test/nested_task_test: Timeout # Skip 21007
174 scheduled_test/test/scheduled_test/out_of_band_task_test: Skip # Issue 21007 172 scheduled_test/test/scheduled_test/out_of_band_task_test: Skip # Issue 21007
175 scheduled_test/test/scheduled_test/signal_error_test: Skip # Issue 21007 173 scheduled_test/test/scheduled_test/signal_error_test: Skip # Issue 21007
176 scheduled_test/test/scheduled_test/task_return_value_test: Skip # Issue 21007 174 scheduled_test/test/scheduled_test/task_return_value_test: Skip # Issue 21007
177 scheduled_test/test/scheduled_test/timeout_test: Skip # Issue 21007 175 scheduled_test/test/scheduled_test/timeout_test: Skip # Issue 21007
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 unittest/test/single_failing_test: RuntimeError # 13921 314 unittest/test/single_failing_test: RuntimeError # 13921
317 unittest/test/skipped_soloed_nested_test: RuntimeError # 13921 315 unittest/test/skipped_soloed_nested_test: RuntimeError # 13921
318 unittest/test/teardown_test: RuntimeError # 13921 316 unittest/test/teardown_test: RuntimeError # 13921
319 unittest/test/testcases_immutable_test: RuntimeError # 13921 317 unittest/test/testcases_immutable_test: RuntimeError # 13921
320 318
321 319
322 [ $runtime == vm ] 320 [ $runtime == vm ]
323 # Skip tests on the VM if the package depends on dart:html 321 # Skip tests on the VM if the package depends on dart:html
324 template_binding: Skip 322 template_binding: Skip
325 mutation_observer: Skip 323 mutation_observer: Skip
326 polymer_expressions/test/syntax_test: Skip
327 polymer_expressions/test/globals_test: Skip
328 polymer_expressions/test/bindings_test: Skip
329 third_party/html5lib/test/browser/browser_test: Skip 324 third_party/html5lib/test/browser/browser_test: Skip
330 http/test/html/*: Skip 325 http/test/html/*: Skip
331 326
332 [ $browser ] 327 [ $browser ]
333 docgen/test/*: Skip # Uses dart:io 328 docgen/test/*: Skip # Uses dart:io
334 scheduled_test/test/scheduled_process_test: Skip # Uses dart:io 329 scheduled_test/test/scheduled_process_test: Skip # Uses dart:io
335 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io 330 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io
336 scheduled_test/test/descriptor/*: Skip # Uses dart:io 331 scheduled_test/test/descriptor/*: Skip # Uses dart:io
337 332
338 [ $compiler == none && $browser ] 333 [ $compiler == none && $browser ]
(...skipping 20 matching lines...) Expand all
359 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 354 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
360 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 355 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
361 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 356 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
362 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 357 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
363 358
364 [ $use_repository_packages ] 359 [ $use_repository_packages ]
365 analyzer/test/*: PubGetError 360 analyzer/test/*: PubGetError
366 361
367 [ $runtime == drt ] 362 [ $runtime == drt ]
368 http/test/html/client_test: Skip # Issue 18566 363 http/test/html/client_test: Skip # Issue 18566
OLDNEW
« no previous file with comments | « no previous file | pkg/polymer_expressions/AUTHORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698