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

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

Issue 336013003: Version 1.5.0-dev.4.14 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 6 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
« no previous file with comments | « dart/pkg/observe/test/path_observer_test.dart ('k') | dart/pkg/polymer/CHANGELOG.md » ('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 13
13 # Skip non-test files ending with "_test". 14 # Skip non-test files ending with "_test".
14 scheduled_test/lib/*: Skip 15 scheduled_test/lib/*: Skip
15 polymer/example/scoped_style/*: Skip 16 polymer/example/scoped_style/*: Skip
16 17
17 scheduled_test/test/scheduled_server_test: Pass, Fail # 13524 18 scheduled_test/test/scheduled_server_test: Pass, Fail # 13524
18 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 19 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231
19 scheduled_test/test/scheduled_stream/stream_matcher_test: Pass, Slow 20 scheduled_test/test/scheduled_stream/stream_matcher_test: Pass, Slow
20 polymer/test/build/script_compactor_test: Pass, Slow 21 polymer/test/build/script_compactor_test: Pass, Slow
21 22
22 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 23 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
23 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 18931 (Disabled for Chrome 35 roll) 24 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 18931 (Disabled for Chrome 35 roll)
24 polymer/example/component/news/test/news_index_test: Pass, RuntimeError # Issue 18931 25 polymer/example/component/news/test/news_index_test: Pass, RuntimeError # Issue 18931
26
27 [ $compiler == none && ($runtime == dartium) ]
25 polymer/test/attr_deserialize_test: Pass, RuntimeError # Issue 18931 28 polymer/test/attr_deserialize_test: Pass, RuntimeError # Issue 18931
26 polymer/test/attr_mustache_test: Pass, RuntimeError # Issue 18931 29 polymer/test/attr_mustache_test: Pass, RuntimeError # Issue 18931
27 polymer/test/bind_test: Pass, RuntimeError # Issue 18931 30 polymer/test/bind_test: Pass, RuntimeError # Issue 18931
28 polymer/test/custom_event_test: Pass, RuntimeError # Issue 18931 31 polymer/test/custom_event_test: Pass, RuntimeError # Issue 18931
29 polymer/test/entered_view_test: Pass, RuntimeError # Issue 18931 32 polymer/test/entered_view_test: Pass, RuntimeError # Issue 18931
30 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 18931 33 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 18931
31 polymer/test/event_path_test: Pass, RuntimeError # Issue 18931 34 polymer/test/event_path_test: Pass, RuntimeError # Issue 18931
32 polymer/test/event_path_declarative_test: Pass, RuntimeError # Issue 18931 35 polymer/test/event_path_declarative_test: Pass, RuntimeError # Issue 18931
33 polymer/test/events_test: Pass, RuntimeError # Issue 18931 36 polymer/test/events_test: Pass, RuntimeError # Issue 18931
34 polymer/test/instance_attrs_test: Pass, RuntimeError # Issue 18931 37 polymer/test/instance_attrs_test: Pass, RuntimeError # Issue 18931
38 polymer/test/js_custom_event_test: Pass, RuntimeError # Issue 18931
35 polymer/test/js_interop_test: Pass, RuntimeError # Issue 18931 39 polymer/test/js_interop_test: Pass, RuntimeError # Issue 18931
36 polymer/test/nested_binding_test: Pass, RuntimeError # Issue 18931 40 polymer/test/nested_binding_test: Pass, RuntimeError # Issue 18931
37 polymer/test/noscript_test: Pass, RuntimeError # Issue 18931 41 polymer/test/noscript_test: Pass, RuntimeError # Issue 18931
38 polymer/test/prop_attr_bind_reflection_test: Pass, RuntimeError # Issue 18931 42 polymer/test/prop_attr_bind_reflection_test: Pass, RuntimeError # Issue 18931
39 polymer/test/prop_attr_reflection_test: Pass, RuntimeError # Issue 18931 43 polymer/test/prop_attr_reflection_test: Pass, RuntimeError # Issue 18931
40 polymer/test/publish_attributes_test: Pass, RuntimeError # Issue 18931 44 polymer/test/publish_attributes_test: Pass, RuntimeError # Issue 18931
41 polymer/test/publish_inherited_properties_test: Pass, RuntimeError # Issue 18931 45 polymer/test/publish_inherited_properties_test: Pass, RuntimeError # Issue 18931
42 polymer/test/register_test: Pass, RuntimeError # Issue 18931 46 polymer/test/register_test: Pass, RuntimeError # Issue 18931
43 polymer/test/take_attributes_test: Pass, RuntimeError # Issue 18931 47 polymer/test/take_attributes_test: Pass, RuntimeError # Issue 18931
44 polymer/test/template_distribute_dynamic_test: Pass, RuntimeError # Issue 18931 48 polymer/test/template_distribute_dynamic_test: Pass, RuntimeError # Issue 18931
49 web_components/test/interop_test: Pass, RuntimeError # Issue 18931
50
51 [ $compiler == none && $runtime == dartium && $system == windows ]
52 polymer/test/property_observe_test: Pass, Timeout # Issue 19326
45 53
46 [ $runtime == vm && $mode == debug] 54 [ $runtime == vm && $mode == debug]
47 analysis_server/test/analysis_server_test: Pass, Timeout 55 analysis_server/test/analysis_server_test: Pass, Timeout
48 analysis_server/test/domain_context_test: Pass, Timeout 56 analysis_server/test/domain_context_test: Pass, Timeout
49 analysis_server/test/domain_server_test: Pass, Timeout 57 analysis_server/test/domain_server_test: Pass, Timeout
50 analyzer/test/generated/element_test: Pass, Timeout 58 analyzer/test/generated/element_test: Pass, Timeout
51 analyzer/test/generated/parser_test: Pass, Timeout 59 analyzer/test/generated/parser_test: Pass, Timeout
52 code_transformers/test/resolver_test: Pass, Timeout 60 code_transformers/test/resolver_test: Pass, Timeout
53 docgen/test/*: Skip # Slow 61 docgen/test/*: Skip # Slow
54 polymer/test/build/all_phases_test: Skip # Slow 62 polymer/test/build/all_phases_test: Skip # Slow
(...skipping 15 matching lines...) Expand all
70 collection/test/equality_test/01: Fail # Issue 1533 78 collection/test/equality_test/01: Fail # Issue 1533
71 collection/test/equality_test/02: Fail # Issue 1533 79 collection/test/equality_test/02: Fail # Issue 1533
72 collection/test/equality_test/03: Fail # Issue 1533 80 collection/test/equality_test/03: Fail # Issue 1533
73 collection/test/equality_test/04: Fail # Issue 1533 81 collection/test/equality_test/04: Fail # Issue 1533
74 collection/test/equality_test/05: Fail # Issue 1533 82 collection/test/equality_test/05: Fail # Issue 1533
75 collection/test/equality_test/none: Pass, Fail # Issue 14348 83 collection/test/equality_test/none: Pass, Fail # Issue 14348
76 docgen/test/*: Skip # Far too slow 84 docgen/test/*: Skip # Far too slow
77 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time 85 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time
78 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 86 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
79 87
88 [ $compiler == dart2js && $runtime == drt ]
89 web_components/test/interop_test: Pass, Fail # Issue 19329
90 web_components/test/interop2_test: Fail # Issue 19329
91
80 [ $compiler == dart2js && $checked ] 92 [ $compiler == dart2js && $checked ]
81 crypto/test/base64_test: Slow, Pass 93 crypto/test/base64_test: Slow, Pass
82 94
83 [ $compiler == dart2js && $checked && $runtime == drt ] 95 [ $checked && $runtime == drt ]
84 polymer/test/event_handlers_test: RuntimeError # Issue 19190 96 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 19190
85 97
86 [ $compiler == dart2js && $checked && $runtime == ie9 ] 98 [ $compiler == dart2js && $checked && $runtime == ie9 ]
87 crypto/test/base64_test: Timeout # Issue 12486 99 crypto/test/base64_test: Timeout # Issue 12486
88 collection/test/priority_queue_test: Pass, Slow # Issue 16426 100 collection/test/priority_queue_test: Pass, Slow # Issue 16426
89 serialization/test/serialization_test: Skip 101 serialization/test/serialization_test: Skip
90 102
91 [ $runtime == jsshell ] 103 [ $runtime == jsshell ]
92 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 104 analyzer/test/generated/element_test: Pass, Slow # Issue 16473
93 105
94 [ $runtime == d8 || $runtime == jsshell ] 106 [ $runtime == d8 || $runtime == jsshell ]
95 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 107 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
96 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces 108 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces
97 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728. 109 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728.
98 110
99 [ $runtime == jsshell ] 111 [ $runtime == jsshell ]
100 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 112 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
101 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728 113 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728
102 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http:// dartbug.com/10109 114 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http:// dartbug.com/10109
103 115
104 [ $compiler == dart2js && $runtime == drt ] 116 [ $compiler == dart2js && $runtime == drt ]
105 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 117 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
106 118
107 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 119 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
108 polymer/example: Skip # Uses dart:html 120 polymer/example: Skip # Uses dart:html
109 polymer/e2e_test: Skip # Uses dart:html 121 polymer/e2e_test: Skip # Uses dart:html
122 polymer/test/auto_binding_test: Skip # uses dart:html
110 polymer/test/attr_deserialize_test: Skip # uses dart:html 123 polymer/test/attr_deserialize_test: Skip # uses dart:html
111 polymer/test/attr_mustache_test: Skip #uses dart:html 124 polymer/test/attr_mustache_test: Skip #uses dart:html
112 polymer/test/bind_test: Skip # uses dart:html 125 polymer/test/bind_test: Skip # uses dart:html
113 polymer/test/bind_mdv_test: Skip # uses dart:html 126 polymer/test/bind_mdv_test: Skip # uses dart:html
114 polymer/test/custom_event_test: Skip # uses dart:html 127 polymer/test/custom_event_test: Skip # uses dart:html
115 polymer/test/entered_view_test: Skip # uses dart:html 128 polymer/test/entered_view_test: Skip # uses dart:html
116 polymer/test/event_handlers_test: Skip #uses dart:html 129 polymer/test/event_handlers_test: Skip #uses dart:html
117 polymer/test/event_path_declarative_test: Skip #uses dart:html 130 polymer/test/event_path_declarative_test: Skip #uses dart:html
118 polymer/test/event_path_test: Skip #uses dart:html 131 polymer/test/event_path_test: Skip #uses dart:html
119 polymer/test/events_test: Skip #uses dart:html 132 polymer/test/events_test: Skip #uses dart:html
120 polymer/test/instance_attrs_test: Skip #uses dart:html 133 polymer/test/instance_attrs_test: Skip #uses dart:html
134 polymer/test/js_custom_event_test: Skip #uses dart:html
121 polymer/test/js_interop_test: Skip #uses dart:html 135 polymer/test/js_interop_test: Skip #uses dart:html
122 polymer/test/mirror_loader_test: Skip # uses dart:html 136 polymer/test/mirror_loader_test: Skip # uses dart:html
123 polymer/test/nested_binding_test: Skip # uses dart:html 137 polymer/test/nested_binding_test: Skip # uses dart:html
124 polymer/test/noscript_test: Skip #uses dart:html 138 polymer/test/noscript_test: Skip #uses dart:html
125 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html 139 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html
126 polymer/test/prop_attr_reflection_test: Skip #uses dart:html 140 polymer/test/prop_attr_reflection_test: Skip #uses dart:html
127 polymer/test/property_change_test: Skip # uses dart:html 141 polymer/test/property_change_test: Skip # uses dart:html
128 polymer/test/property_observe_test: Skip #uses dart:html 142 polymer/test/property_observe_test: Skip #uses dart:html
129 polymer/test/publish_attributes_test: Skip #uses dart:html 143 polymer/test/publish_attributes_test: Skip #uses dart:html
130 polymer/test/publish_inherited_properties_test: Skip #uses dart:html 144 polymer/test/publish_inherited_properties_test: Skip #uses dart:html
131 polymer/test/register_test: Skip #uses dart:html 145 polymer/test/register_test: Skip #uses dart:html
132 polymer/test/take_attributes_test: Skip #uses dart:html 146 polymer/test/take_attributes_test: Skip #uses dart:html
133 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html 147 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html
134 polymer/test/unbind_test: Skip # uses dart:html 148 polymer/test/unbind_test: Skip # uses dart:html
135 third_party/angular_tests/browser_test: Skip # uses dart:html 149 third_party/angular_tests/browser_test: Skip # uses dart:html
136 web_components/test/location_wrapper_test: Skip # uses dart:html 150 web_components/test/*: Skip # uses dart:html
137 151
138 [$compiler == dart2dart] 152 [$compiler == dart2dart]
139 *: Skip 153 *: Skip
140 154
141 [ $compiler == dart2js || $compiler == dart2dart ] 155 [ $compiler == dart2js || $compiler == dart2dart ]
142 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at 156 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at
143 # overflow in JS (numbers slightly larger than 157 # overflow in JS (numbers slightly larger than
144 # 32 bits where we do bitwise operations). 158 # 32 bits where we do bitwise operations).
145 159
146 [ $runtime == opera && $compiler == dart2js ] 160 [ $runtime == opera && $compiler == dart2js ]
147 intl/test/find_default_locale_browser_test: Fail 161 intl/test/find_default_locale_browser_test: Fail
148 intl/test/date_time_format_http_request_test: Skip # Timeout. 162 intl/test/date_time_format_http_request_test: Skip # Timeout.
149 163
150 [ $runtime == ie9 ] 164 [ $runtime == ie9 ]
151 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. 165 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9.
152 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. 166 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9.
153 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 167 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167
154 polymer/test/bind_mdv_test: Slow, Pass 168 polymer/test/bind_mdv_test: Slow, Pass
155 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717 169 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717
156 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 170 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260
157 matcher/test/matchers_test: RuntimeError # Issue 17762 171 matcher/test/matchers_test: RuntimeError # Issue 17762
172 polymer_expressions/test/bindings_test: RuntimeError # Issue 19265
173 polymer_expressions/test/globals_test: RuntimeError # Issue 19265
174 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265
158 175
159 [ $ie ] 176 [ $ie ]
160 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 177 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260
161 intl/test/date_time_format_http_request_test: Fail # Issue 8983 178 intl/test/date_time_format_http_request_test: Fail # Issue 8983
162 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 179 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138
163 180
164 [ $runtime == ie10 ] 181 [ $runtime == ie10 ]
165 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) 182 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)
166 polymer/test/register_test: Fail # Issue 18870 183 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265
184 polymer_expressions/*: Pass, RuntimeError # Issue 19265
185 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265
186 polymer/test/event_handlers_test: Pass, Timeout # Issue 19327
187
188 [ $runtime == ie11 ]
189 polymer/test/event_handlers_test: RuntimeError, Timeout # Issue 19265
167 190
168 [ $runtime == safari || $runtime == safarimobilesim ] 191 [ $runtime == safari || $runtime == safarimobilesim ]
169 # Unexplained errors only occuring on Safari. 192 # Unexplained errors only occuring on Safari.
170 typed_data/test/typed_buffers_test: RuntimeError 193 typed_data/test/typed_buffers_test: RuntimeError
171 194
172 # Skip browser-specific tests on VM 195 # Skip browser-specific tests on VM
173 [ $runtime == vm ] 196 [ $runtime == vm ]
174 path/test/browser_test: Fail, OK # Uses dart:html 197 path/test/browser_test: Fail, OK # Uses dart:html
175 intl/test/find_default_locale_browser_test: Skip 198 intl/test/find_default_locale_browser_test: Skip
176 intl/test/date_time_format_http_request_test: Skip 199 intl/test/date_time_format_http_request_test: Skip
(...skipping 11 matching lines...) Expand all
188 polymer/e2e_test/experimental_boot: Skip 211 polymer/e2e_test/experimental_boot: Skip
189 212
190 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 213 third_party/angular_tests/browser_test: StaticWarning # Issue 15890
191 214
192 [ $compiler == dart2js && $runtime == none] 215 [ $compiler == dart2js && $runtime == none]
193 polymer/e2e_test/canonicalization: Skip 216 polymer/e2e_test/canonicalization: Skip
194 polymer/e2e_test/experimental_boot: Skip 217 polymer/e2e_test/experimental_boot: Skip
195 218
196 [ $compiler == dart2js && $csp ] 219 [ $compiler == dart2js && $csp ]
197 polymer/test/noscript_test: Fail # Issue 17326 220 polymer/test/noscript_test: Fail # Issue 17326
221 polymer/test/js_custom_event_test: Fail # Issue 17326
198 polymer/test/js_interop_test: Fail # Issue 17326 222 polymer/test/js_interop_test: Fail # Issue 17326
199 223
200 # This test cannot run under CSP because it is injecting a JavaScript polyfill 224 # This test cannot run under CSP because it is injecting a JavaScript polyfill
201 mutation_observer: Skip 225 mutation_observer: Skip
202 226
203 [ $compiler == dart2js && $minified ] 227 [ $compiler == dart2js && $minified ]
204 # The unminified unittest tests test that the real names of Dart types are 228 # The unminified unittest tests test that the real names of Dart types are
205 # printed. Minified versions of these tests exist that test the behavior when 229 # printed. Minified versions of these tests exist that test the behavior when
206 # minified. 230 # minified.
207 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2 JS 231 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2 JS
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 unittest/test/unittest_teardown_test: Fail # 13921 348 unittest/test/unittest_teardown_test: Fail # 13921
325 unittest/test/unittest_test_returning_future_test: Fail # 13921 349 unittest/test/unittest_test_returning_future_test: Fail # 13921
326 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 350 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921
327 unittest/test/unittest_testcases_immutable_test: Fail # 13921 351 unittest/test/unittest_testcases_immutable_test: Fail # 13921
328 polymer/e2e_test/canonicalization/test/deploy1_test: Fail, OK # tests deploy onl y behavior 352 polymer/e2e_test/canonicalization/test/deploy1_test: Fail, OK # tests deploy onl y behavior
329 polymer/e2e_test/canonicalization/test/deploy2_test: Fail, OK # tests deploy onl y behavior 353 polymer/e2e_test/canonicalization/test/deploy2_test: Fail, OK # tests deploy onl y behavior
330 polymer/e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy onl y behavior 354 polymer/e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy onl y behavior
331 polymer/e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596 355 polymer/e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596
332 polymer/e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy only behavior 356 polymer/e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy only behavior
333 polymer/e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior 357 polymer/e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior
334 polymer/test/custom_event_test: Pass, Crash # 14360
335
336 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ]
337 polymer/test/custom_event_test: Skip # http://dartbug.com/15517
338 358
339 [ $runtime == vm ] 359 [ $runtime == vm ]
340 # Skip tests on the VM if the package depends on dart:html 360 # Skip tests on the VM if the package depends on dart:html
341 custom_element: Skip 361 custom_element: Skip
342 template_binding: Skip 362 template_binding: Skip
343 mutation_observer: Skip 363 mutation_observer: Skip
344 polymer_expressions/test/syntax_test: Skip 364 polymer_expressions/test/syntax_test: Skip
345 polymer_expressions/test/globals_test: Skip 365 polymer_expressions/test/globals_test: Skip
346 polymer_expressions/test/bindings_test: Skip 366 polymer_expressions/test/bindings_test: Skip
347 third_party/html5lib/test/browser/browser_test: Skip 367 third_party/html5lib/test/browser/browser_test: Skip
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 400 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
381 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 401 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
382 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 402 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
383 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 403 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
384 404
385 [ $use_repository_packages ] 405 [ $use_repository_packages ]
386 analyzer/test/*: PubGetError 406 analyzer/test/*: PubGetError
387 407
388 [ $runtime == ie9 ] 408 [ $runtime == ie9 ]
389 polymer: Pass, Fail, Timeout # Issue 16717 409 polymer: Pass, Fail, Timeout # Issue 16717
410 web_components/test/interop_test: Fail, Timeout # Issue 16717
390 411
391 # No typed_data on IE9. 412 # No typed_data on IE9.
392 http/test/html/client_test: Fail 413 http/test/html/client_test: Fail
393 http/test/html/streamed_request_test: Skip 414 http/test/html/streamed_request_test: Skip
394 http/test/mock_client_test: Fail 415 http/test/mock_client_test: Fail
395 http/test/multipart_test: Fail 416 http/test/multipart_test: Fail
396 http/test/request_test: Fail 417 http/test/request_test: Fail
397 http/test/response_test: Fail 418 http/test/response_test: Fail
398 oauth2/test/authorization_code_grant_test: Fail 419 oauth2/test/authorization_code_grant_test: Fail
399 oauth2/test/client_test: Fail 420 oauth2/test/client_test: Fail
400 oauth2/test/credentials_test: Fail 421 oauth2/test/credentials_test: Fail
401 oauth2/test/handle_access_token_response_test: Fail 422 oauth2/test/handle_access_token_response_test: Fail
402 423
403 [ $runtime == drt ] 424 [ $runtime == drt ]
404 http/test/html/client_test: Skip # Issue 18566 425 http/test/html/client_test: Skip # Issue 18566
OLDNEW
« no previous file with comments | « dart/pkg/observe/test/path_observer_test.dart ('k') | dart/pkg/polymer/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698