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

Side by Side Diff: dart/pkg/pkg.status

Issue 56933002: Version 0.8.10.1 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 | « dart/pkg/logging/lib/logging.dart ('k') | dart/pkg/polymer/test/nested_binding_test.dart » ('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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 polymer/test/attr_deserialize_test: Skip # uses dart:html 44 polymer/test/attr_deserialize_test: Skip # uses dart:html
45 polymer/test/attr_mustache_test: Skip #uses dart:html 45 polymer/test/attr_mustache_test: Skip #uses dart:html
46 polymer/test/bind_test: Skip # uses dart:html 46 polymer/test/bind_test: Skip # uses dart:html
47 polymer/test/bind_mdv_test: Skip # uses dart:html 47 polymer/test/bind_mdv_test: Skip # uses dart:html
48 polymer/test/custom_event_test: Skip # uses dart:html 48 polymer/test/custom_event_test: Skip # uses dart:html
49 polymer/test/event_handlers_test: Skip #uses dart:html 49 polymer/test/event_handlers_test: Skip #uses dart:html
50 polymer/test/event_path_declarative_test: Skip #uses dart:html 50 polymer/test/event_path_declarative_test: Skip #uses dart:html
51 polymer/test/event_path_test: Skip #uses dart:html 51 polymer/test/event_path_test: Skip #uses dart:html
52 polymer/test/events_test: Skip #uses dart:html 52 polymer/test/events_test: Skip #uses dart:html
53 polymer/test/instance_attrs_test: Skip #uses dart:html 53 polymer/test/instance_attrs_test: Skip #uses dart:html
54 polymer/test/nested_binding_test: Skip # uses dart:html
54 polymer/test/noscript_test: Skip #uses dart:html 55 polymer/test/noscript_test: Skip #uses dart:html
55 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html 56 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html
56 polymer/test/prop_attr_reflection_test: Skip #uses dart:html 57 polymer/test/prop_attr_reflection_test: Skip #uses dart:html
57 polymer/test/publish_attributes_test: Skip #uses dart:html 58 polymer/test/publish_attributes_test: Skip #uses dart:html
58 polymer/test/publish_inherited_properties_test: Skip #uses dart:html 59 polymer/test/publish_inherited_properties_test: Skip #uses dart:html
59 polymer/test/register_test: Skip #uses dart:html 60 polymer/test/register_test: Skip #uses dart:html
60 polymer/test/take_attributes_test: Skip #uses dart:html 61 polymer/test/take_attributes_test: Skip #uses dart:html
61 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html 62 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html
62 polymer/test/unbind_test: Skip # uses dart:html 63 polymer/test/unbind_test: Skip # uses dart:html
63 64
(...skipping 27 matching lines...) Expand all
91 polymer/example/canonicalization/test/canonicalization_test: Fail, Timeout, OK # tests development only behavior 92 polymer/example/canonicalization/test/canonicalization_test: Fail, Timeout, OK # tests development only behavior
92 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 93 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260
93 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 94 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260
94 polymer/test/bind_test: Pass, Timeout # Issue 13260 95 polymer/test/bind_test: Pass, Timeout # Issue 13260
95 polymer/test/bind_mdv_test: Fail, Timeout # Issue 14412, 13260 96 polymer/test/bind_mdv_test: Fail, Timeout # Issue 14412, 13260
96 polymer/test/custom_event_test: Pass, Timeout # Issue 13260 97 polymer/test/custom_event_test: Pass, Timeout # Issue 13260
97 polymer/test/event_handlers_test: Pass, Timeout # Issue 13260 98 polymer/test/event_handlers_test: Pass, Timeout # Issue 13260
98 polymer/test/event_path_declarative_test: Pass, Timeout # Issue 13260 99 polymer/test/event_path_declarative_test: Pass, Timeout # Issue 13260
99 polymer/test/event_path_test: Pass, Timeout # Issue 13260 100 polymer/test/event_path_test: Pass, Timeout # Issue 13260
100 polymer/test/events_test: Pass, Timeout # Issue 13260 101 polymer/test/events_test: Pass, Timeout # Issue 13260
102 polymer/test/nested_binding_test: Pass, Timeout # Issue 13260
101 polymer/test/noscript_test: Pass, Timeout # Issue 13260 103 polymer/test/noscript_test: Pass, Timeout # Issue 13260
102 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 104 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260
103 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260 105 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260
104 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 106 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260
105 polymer/test/publish_inherited_properties_test: Pass, Timeout # Issue 13260 107 polymer/test/publish_inherited_properties_test: Pass, Timeout # Issue 13260
106 polymer/test/register_test: Pass, Timeout # Issue 13260 108 polymer/test/register_test: Pass, Timeout # Issue 13260
107 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 109 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260
108 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260 110 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260
109 polymer/test/unbind_test: Pass, Timeout # Issue 13260 111 polymer/test/unbind_test: Pass, Timeout # Issue 13260
110 112
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 145
144 # This test cannot run under CSP because it is injecting a JavaScript polyfill 146 # This test cannot run under CSP because it is injecting a JavaScript polyfill
145 mutation_observer: Skip 147 mutation_observer: Skip
146 148
147 [ $compiler == dart2js && $minified ] 149 [ $compiler == dart2js && $minified ]
148 # The unminified unittest tests test that the real names of Dart types are 150 # The unminified unittest tests test that the real names of Dart types are
149 # printed. Minified versions of these tests exist that test the behavior when 151 # printed. Minified versions of these tests exist that test the behavior when
150 # minified. 152 # minified.
151 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS 153 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS
152 154
153 # Issue 9217: Uses unspecified Type.toString.
154 analyzer/test/generated/ast_test: Fail
155
156 [ $compiler == dart2js && $browser ] 155 [ $compiler == dart2js && $browser ]
157 stack_trace/test/vm_test: Fail, OK # VM-specific traces 156 stack_trace/test/vm_test: Fail, OK # VM-specific traces
158 crypto/test/sha256_test: Slow, Pass 157 crypto/test/sha256_test: Slow, Pass
159 crypto/test/sha1_test: Slow, Pass 158 crypto/test/sha1_test: Slow, Pass
160 polymer/example/component: Fail # Issue 13198 159 polymer/example/component: Fail # Issue 13198
161 polymer/example/canonicalization/test/canonicalization_test: Fail, OK # tests de velopment only behavior 160 polymer/example/canonicalization/test/canonicalization_test: Fail, OK # tests de velopment only behavior
162 161
163 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 162 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
164 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. 163 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage.
165 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. 164 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e.
166 165
167 [ $compiler == none && $runtime == vm && $system == windows ] 166 [ $compiler == none && $runtime == vm && $system == windows ]
168 http_server/test/http_body_test: Pass, Fail # Issue 14381 167 http_server/test/http_body_test: Pass, Fail # Issue 14381
169 168
170 [ $browser ] 169 [ $browser ]
170 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io.
171 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
172 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io.
173 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io.
171 analyzer/test/error_test: Fail, Timeout, OK # Uses dart:io. 174 analyzer/test/error_test: Fail, Timeout, OK # Uses dart:io.
172 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. 175 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
173 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. 176 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io.
174 analyzer/test/options_test: Fail, OK, Pass # Uses dart:io. 177 analyzer/test/options_test: Fail, OK, Pass # Uses dart:io.
175 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io. 178 analyzer/test/services/formatter_test: Fail, OK # Uses dart:io.
176 analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io. 179 analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io.
177 barback/test/*: Fail, OK # Uses dart:io. 180 barback/test/*: Fail, OK # Uses dart:io.
178 http/test/client_test: Fail, OK # Uses dart:io. 181 http/test/client_test: Fail, OK # Uses dart:io.
179 http/test/http_test: Fail, OK # Uses dart:io. 182 http/test/http_test: Fail, OK # Uses dart:io.
180 http/test/mock_client_test: Fail, OK # Uses dart:io. 183 http/test/mock_client_test: Fail, OK # Uses dart:io.
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 intl/test/date_time_format_file_odd_test: StaticWarning 328 intl/test/date_time_format_file_odd_test: StaticWarning
326 intl/test/date_time_format_http_request_test: StaticWarning 329 intl/test/date_time_format_http_request_test: StaticWarning
327 intl/test/date_time_format_local_even_test: StaticWarning 330 intl/test/date_time_format_local_even_test: StaticWarning
328 intl/test/date_time_format_local_odd_test: StaticWarning 331 intl/test/date_time_format_local_odd_test: StaticWarning
329 unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract class 332 unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract class
330 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members 333 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members
331 334
332 [ $runtime == vm ] 335 [ $runtime == vm ]
333 # Issue surfaced after removing deprecated async features. 336 # Issue surfaced after removing deprecated async features.
334 scheduled_test/test/scheduled_test/nested_task_test: RuntimeError # Issue 14639 337 scheduled_test/test/scheduled_test/nested_task_test: RuntimeError # Issue 14639
OLDNEW
« no previous file with comments | « dart/pkg/logging/lib/logging.dart ('k') | dart/pkg/polymer/test/nested_binding_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698