| OLD | NEW |
| 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 Loading... |
| 152 intl/test/date_time_format_http_request_test: Skip # Timeout. | 152 intl/test/date_time_format_http_request_test: Skip # Timeout. |
| 153 | 153 |
| 154 [ $runtime == ie9 ] | 154 [ $runtime == ie9 ] |
| 155 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. | 155 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. |
| 156 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. | 156 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. |
| 157 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 | 157 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 |
| 158 polymer/test/bind_mdv_test: Slow, Pass | 158 polymer/test/bind_mdv_test: Slow, Pass |
| 159 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717 | 159 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717 |
| 160 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 | 160 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 |
| 161 matcher/test/core_matchers_test: RuntimeError # Issue 17762 | 161 matcher/test/core_matchers_test: RuntimeError # Issue 17762 |
| 162 polymer_expressions/test/bindings_test: RuntimeError # Issue 19265 |
| 163 polymer_expressions/test/globals_test: RuntimeError # Issue 19265 |
| 164 template_binding/test/template_binding_test: RuntimeError # Issue 19265 |
| 162 | 165 |
| 163 [ $ie ] | 166 [ $ie ] |
| 164 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 | 167 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 |
| 165 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | 168 intl/test/date_time_format_http_request_test: Fail # Issue 8983 |
| 166 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 | 169 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 |
| 167 | 170 |
| 168 [ $runtime == ie10 ] | 171 [ $runtime == ie10 ] |
| 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) | 172 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 polymer/test/register_test: Fail # Issue 18870 | 173 polymer/test/register_test: Fail # Issue 18870 |
| 171 polymer/test/auto_binding_test: RuntimeError # Issue 19265 | 174 polymer/test/auto_binding_test: Pass, RuntimeError # Issue 19265 |
| 172 polymer/test/attr_deserialize_test: RuntimeError # Issue 19265 | 175 polymer/test/attr_deserialize_test: Pass, RuntimeError # Issue 19265 |
| 173 polymer/test/attr_mustache_test: RuntimeError # Issue 19265 | 176 polymer/test/attr_mustache_test: Pass, RuntimeError # Issue 19265 |
| 174 polymer/test/bind_test: RuntimeError # Issue 19265 | 177 polymer/test/bind_test: Pass, RuntimeError # Issue 19265 |
| 175 polymer/test/bind_mdv_test: RuntimeError # Issue 19265 | 178 polymer/test/bind_mdv_test: Pass, RuntimeError # Issue 19265 |
| 176 polymer/test/custom_event_test: RuntimeError # Issue 19265 | 179 polymer/test/custom_event_test: Pass, RuntimeError # Issue 19265 |
| 177 polymer/test/entered_view_test: RuntimeError # Issue 19265 | 180 polymer/test/entered_view_test: Pass, RuntimeError # Issue 19265 |
| 178 polymer/test/event_handlers_test: RuntimeError # Issue 19265 | 181 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 19265 |
| 179 polymer/test/event_path_declarative_test: RuntimeError # Issue 19265 | 182 polymer/test/event_path_declarative_test: Pass, RuntimeError # Issue 19265 |
| 180 polymer/test/event_path_test: RuntimeError # Issue 19265 | 183 polymer/test/event_path_test: Pass, RuntimeError # Issue 19265 |
| 181 polymer/test/events_test: RuntimeError # Issue 19265 | 184 polymer/test/events_test: Pass, RuntimeError # Issue 19265 |
| 182 polymer/test/instance_attrs_test: RuntimeError # Issue 19265 | 185 polymer/test/instance_attrs_test: Pass, RuntimeError # Issue 19265 |
| 183 polymer/test/js_interop_test: RuntimeError # Issue 19265 | 186 polymer/test/js_interop_test: Pass, RuntimeError # Issue 19265 |
| 184 polymer/test/mirror_loader_test: RuntimeError # Issue 19265 | 187 polymer/test/mirror_loader_test: Pass, RuntimeError # Issue 19265 |
| 185 polymer/test/nested_binding_test: RuntimeError # Issue 19265 | 188 polymer/test/nested_binding_test: Pass, RuntimeError # Issue 19265 |
| 186 polymer/test/noscript_test: RuntimeError # Issue 19265 | 189 polymer/test/noscript_test: Pass, RuntimeError # Issue 19265 |
| 187 polymer/test/prop_attr_bind_reflection_test: RuntimeError # Issue 19265 | 190 polymer/test/prop_attr_bind_reflection_test: Pass, RuntimeError # Issue 19265 |
| 188 polymer/test/prop_attr_reflection_test: RuntimeError # Issue 19265 | 191 polymer/test/prop_attr_reflection_test: Pass, RuntimeError # Issue 19265 |
| 189 polymer/test/property_change_test: RuntimeError # Issue 19265 | 192 polymer/test/property_change_test: Pass, RuntimeError # Issue 19265 |
| 190 polymer/test/property_observe_test: RuntimeError # Issue 19265 | 193 polymer/test/property_observe_test: Pass, RuntimeError # Issue 19265 |
| 191 polymer/test/publish_attributes_test: RuntimeError # Issue 19265 | 194 polymer/test/publish_attributes_test: Pass, RuntimeError # Issue 19265 |
| 192 polymer/test/publish_inherited_properties_test: RuntimeError # Issue 19265 | 195 polymer/test/publish_inherited_properties_test: Pass, RuntimeError # Issue 19265 |
| 193 polymer/test/take_attributes_test: RuntimeError # Issue 19265 | 196 polymer/test/take_attributes_test: Pass, RuntimeError # Issue 19265 |
| 194 polymer/test/template_distribute_dynamic_test: RuntimeError # Issue 19265 | 197 polymer/test/template_distribute_dynamic_test: Pass, RuntimeError # Issue 19265 |
| 195 polymer/test/unbind_test: RuntimeError # Issue 19265 | 198 polymer/test/unbind_test: Pass, RuntimeError # Issue 19265 |
| 199 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265 |
| 200 polymer_expressions/*: Pass, RuntimeError # Issue 19265 |
| 201 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 |
| 196 | 202 |
| 197 [ $runtime == ie11 ] | 203 [ $runtime == ie11 ] |
| 198 polymer/test/event_handlers_test: RuntimeError # Issue 19265 | 204 polymer/test/event_handlers_test: RuntimeError, Timeout # Issue 19265 |
| 199 | 205 |
| 200 [ $runtime == safari || $runtime == safarimobilesim ] | 206 [ $runtime == safari || $runtime == safarimobilesim ] |
| 201 # Unexplained errors only occuring on Safari. | 207 # Unexplained errors only occuring on Safari. |
| 202 typed_data/test/typed_buffers_test: RuntimeError | 208 typed_data/test/typed_buffers_test: RuntimeError |
| 203 | 209 |
| 204 # Skip browser-specific tests on VM | 210 # Skip browser-specific tests on VM |
| 205 [ $runtime == vm ] | 211 [ $runtime == vm ] |
| 206 path/test/browser_test: Fail, OK # Uses dart:html | 212 path/test/browser_test: Fail, OK # Uses dart:html |
| 207 intl/test/find_default_locale_browser_test: Skip | 213 intl/test/find_default_locale_browser_test: Skip |
| 208 intl/test/date_time_format_http_request_test: Skip | 214 intl/test/date_time_format_http_request_test: Skip |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 http/test/multipart_test: Fail | 430 http/test/multipart_test: Fail |
| 425 http/test/request_test: Fail | 431 http/test/request_test: Fail |
| 426 http/test/response_test: Fail | 432 http/test/response_test: Fail |
| 427 oauth2/test/authorization_code_grant_test: Fail | 433 oauth2/test/authorization_code_grant_test: Fail |
| 428 oauth2/test/client_test: Fail | 434 oauth2/test/client_test: Fail |
| 429 oauth2/test/credentials_test: Fail | 435 oauth2/test/credentials_test: Fail |
| 430 oauth2/test/handle_access_token_response_test: Fail | 436 oauth2/test/handle_access_token_response_test: Fail |
| 431 | 437 |
| 432 [ $runtime == drt ] | 438 [ $runtime == drt ] |
| 433 http/test/html/client_test: Skip # Issue 18566 | 439 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |