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

Side by Side Diff: pkg/pkg.status

Issue 815843002: delete template binding 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/template_binding/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 25 matching lines...) Expand all
36 analysis_server/test/domain_server_test: Skip # Times out 36 analysis_server/test/domain_server_test: Skip # Times out
37 analysis_server/test/integration/analysis/reanalyze_concurrent_test: Skip # Time s out 37 analysis_server/test/integration/analysis/reanalyze_concurrent_test: Skip # Time s out
38 analysis_server/test/integration/analysis/update_content_test: Skip # Times out 38 analysis_server/test/integration/analysis/update_content_test: Skip # Times out
39 analysis_server/tool/spec/check_all_test: Skip # Times out 39 analysis_server/tool/spec/check_all_test: Skip # Times out
40 analyzer/test/generated/element_test: Skip # Times out 40 analyzer/test/generated/element_test: Skip # Times out
41 analyzer/test/generated/parser_test: Skip # Times out 41 analyzer/test/generated/parser_test: Skip # Times out
42 code_transformers/test/resolver_test: Skip # Times out 42 code_transformers/test/resolver_test: Skip # Times out
43 docgen/test/*: Skip # Slow 43 docgen/test/*: Skip # Slow
44 smoke/test/codegen/end_to_end_test: Skip # Times out 44 smoke/test/codegen/end_to_end_test: Skip # Times out
45 smoke/test/codegen/recorder_test: Skip # Times out 45 smoke/test/codegen/recorder_test: Skip # Times out
46 template_binding/test/template_binding_test: Skip # Times out
47 third_party/html5lib/test/tokenizer_test: Skip # Times out 46 third_party/html5lib/test/tokenizer_test: Skip # Times out
48 barback/test/package_graph/repetition_test: Skip # Times out 47 barback/test/package_graph/repetition_test: Skip # Times out
49 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow # 13524 48 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow # 13524
50 49
51 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] 50 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ]
52 barback/test/too_many_open_files_test: Skip # 14220 51 barback/test/too_many_open_files_test: Skip # 14220
53 code_transformers/test/resolver_test: Skip # Issue 17908 52 code_transformers/test/resolver_test: Skip # Issue 17908
54 docgen/test/*: Skip # Too slow 53 docgen/test/*: Skip # Too slow
55 third_party/html5lib/test/tokenizer_test: Pass, Slow 54 third_party/html5lib/test/tokenizer_test: Pass, Slow
56 analysis_server/*: Skip # Timeout in some tests. 55 analysis_server/*: Skip # Timeout in some tests.
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 intl/test/date_time_format_http_request_test: Skip # Timeout. 157 intl/test/date_time_format_http_request_test: Skip # Timeout.
159 158
160 [ $ie ] 159 [ $ie ]
161 intl/test/date_time_format_http_request_test: Fail # Issue 8983 160 intl/test/date_time_format_http_request_test: Fail # Issue 8983
162 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 161 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 166 polymer_expressions/*: Pass, RuntimeError # Issue 19265
168 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
178 scheduled_test/test/scheduled_test/wrap_async_test: Skip # Issue 21007 176 scheduled_test/test/scheduled_test/wrap_async_test: Skip # Issue 21007
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 unittest/test/setup_test: RuntimeError # 13921 312 unittest/test/setup_test: RuntimeError # 13921
315 unittest/test/single_correct_test: RuntimeError # 13921 313 unittest/test/single_correct_test: RuntimeError # 13921
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
325 mutation_observer: Skip 322 mutation_observer: Skip
326 polymer_expressions/test/syntax_test: Skip 323 polymer_expressions/test/syntax_test: Skip
327 polymer_expressions/test/globals_test: Skip 324 polymer_expressions/test/globals_test: Skip
328 polymer_expressions/test/bindings_test: Skip 325 polymer_expressions/test/bindings_test: Skip
329 third_party/html5lib/test/browser/browser_test: Skip 326 third_party/html5lib/test/browser/browser_test: Skip
330 http/test/html/*: Skip 327 http/test/html/*: Skip
331 328
332 [ $browser ] 329 [ $browser ]
333 docgen/test/*: Skip # Uses dart:io 330 docgen/test/*: Skip # Uses dart:io
334 scheduled_test/test/scheduled_process_test: Skip # Uses dart:io 331 scheduled_test/test/scheduled_process_test: Skip # Uses dart:io
(...skipping 24 matching lines...) Expand all
359 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 356 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. 357 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 358 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 359 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
363 360
364 [ $use_repository_packages ] 361 [ $use_repository_packages ]
365 analyzer/test/*: PubGetError 362 analyzer/test/*: PubGetError
366 363
367 [ $runtime == drt ] 364 [ $runtime == drt ]
368 http/test/html/client_test: Skip # Issue 18566 365 http/test/html/client_test: Skip # Issue 18566
OLDNEW
« no previous file with comments | « no previous file | pkg/template_binding/AUTHORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698