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

Side by Side Diff: pkg/pkg.status

Issue 819653002: delete web_components (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/web_components/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
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 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 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 19 intl/test/date_time_format_local_odd_test: Skip # Times out flakily. Issue 19544
20 mutation_observer: Skip # Issue 21149 20 mutation_observer: Skip # Issue 21149
21 21
22 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ]
23 web_components/test/interop_test: Pass, RuntimeError # Issue 18931
24
25 [ $runtime == vm && $mode == debug] 22 [ $runtime == vm && $mode == debug]
26 analysis_server/test/analysis_server_test: Skip # Times out 23 analysis_server/test/analysis_server_test: Skip # Times out
27 analysis_server/test/completion_test: Skip # Times out 24 analysis_server/test/completion_test: Skip # Times out
28 analysis_server/test/domain_context_test: Skip # Times out 25 analysis_server/test/domain_context_test: Skip # Times out
29 analysis_server/test/domain_server_test: Skip # Times out 26 analysis_server/test/domain_server_test: Skip # Times out
30 analysis_server/test/integration/analysis/reanalyze_concurrent_test: Skip # Time s out 27 analysis_server/test/integration/analysis/reanalyze_concurrent_test: Skip # Time s out
31 analysis_server/test/integration/analysis/update_content_test: Skip # Times out 28 analysis_server/test/integration/analysis/update_content_test: Skip # Times out
32 analysis_server/tool/spec/check_all_test: Skip # Times out 29 analysis_server/tool/spec/check_all_test: Skip # Times out
33 analyzer/test/generated/element_test: Skip # Times out 30 analyzer/test/generated/element_test: Skip # Times out
34 analyzer/test/generated/parser_test: Skip # Times out 31 analyzer/test/generated/parser_test: Skip # Times out
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 # subprocess. 64 # subprocess.
68 analysis_server/test/integration: Skip 65 analysis_server/test/integration: Skip
69 66
70 [ $compiler == dart2js && $checked ] 67 [ $compiler == dart2js && $checked ]
71 crypto/test/base64_test: Slow, Pass 68 crypto/test/base64_test: Slow, Pass
72 69
73 70
74 [ $compiler == dart2js && $runtime == drt ] 71 [ $compiler == dart2js && $runtime == drt ]
75 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329 72 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329
76 73
77 [ $compiler == dart2js && $csp && $runtime == drt ]
78 web_components/test/interop_test: Fail # Issue 19329
79
80 [ $runtime == d8 ] 74 [ $runtime == d8 ]
81 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19 756 75 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19 756
82 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 19756 76 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 19756
83 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975 6 77 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975 6
84 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 78 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756
85 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756 79 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756
86 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756 80 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756
87 81
88 [ $compiler == dart2js ] 82 [ $compiler == dart2js ]
89 analysis_server/test/edit/refactoring_test: Pass, Slow # Issue 16473, 19756 83 analysis_server/test/edit/refactoring_test: Pass, Slow # Issue 16473, 19756
(...skipping 10 matching lines...) Expand all
100 [ $runtime == jsshell ] 94 [ $runtime == jsshell ]
101 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 95 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
102 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728 96 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728
103 unittest/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.c om/10109 97 unittest/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.c om/10109
104 98
105 [ $compiler == dart2js && $runtime == drt ] 99 [ $compiler == dart2js && $runtime == drt ]
106 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 100 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
107 101
108 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 102 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
109 third_party/angular_tests/browser_test: Skip # uses dart:html 103 third_party/angular_tests/browser_test: Skip # uses dart:html
110 web_components/test/*: Skip # uses dart:html
111 104
112 [$compiler == dart2dart] 105 [$compiler == dart2dart]
113 *: Skip 106 *: Skip
114 107
115 [ $compiler == dart2js || $compiler == dart2dart ] 108 [ $compiler == dart2js || $compiler == dart2dart ]
116 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at 109 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at
117 # overflow in JS (numbers slightly larger than 110 # overflow in JS (numbers slightly larger than
118 # 32 bits where we do bitwise operations). 111 # 32 bits where we do bitwise operations).
119 112
120 [ $runtime == opera && $compiler == dart2js ] 113 [ $runtime == opera && $compiler == dart2js ]
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 265 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
273 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 266 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
274 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 267 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
275 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 268 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
276 269
277 [ $use_repository_packages ] 270 [ $use_repository_packages ]
278 analyzer/test/*: PubGetError 271 analyzer/test/*: PubGetError
279 272
280 [ $runtime == drt ] 273 [ $runtime == drt ]
281 http/test/html/client_test: Skip # Issue 18566 274 http/test/html/client_test: Skip # Issue 18566
OLDNEW
« no previous file with comments | « no previous file | pkg/web_components/AUTHORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698