| 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 28 matching lines...) Expand all Loading... |
| 39 polymer/test/nested_binding_test: Pass, RuntimeError # Issue 18931 | 39 polymer/test/nested_binding_test: Pass, RuntimeError # Issue 18931 |
| 40 polymer/test/noscript_test: Pass, RuntimeError # Issue 18931 | 40 polymer/test/noscript_test: Pass, RuntimeError # Issue 18931 |
| 41 polymer/test/prop_attr_bind_reflection_test: Pass, RuntimeError # Issue 18931 | 41 polymer/test/prop_attr_bind_reflection_test: Pass, RuntimeError # Issue 18931 |
| 42 polymer/test/prop_attr_reflection_test: Pass, RuntimeError # Issue 18931 | 42 polymer/test/prop_attr_reflection_test: Pass, RuntimeError # Issue 18931 |
| 43 polymer/test/publish_attributes_test: Pass, RuntimeError # Issue 18931 | 43 polymer/test/publish_attributes_test: Pass, RuntimeError # Issue 18931 |
| 44 polymer/test/publish_inherited_properties_test: Pass, RuntimeError # Issue 18931 | 44 polymer/test/publish_inherited_properties_test: Pass, RuntimeError # Issue 18931 |
| 45 polymer/test/register_test: Pass, RuntimeError # Issue 18931 | 45 polymer/test/register_test: Pass, RuntimeError # Issue 18931 |
| 46 polymer/test/take_attributes_test: Pass, RuntimeError # Issue 18931 | 46 polymer/test/take_attributes_test: Pass, RuntimeError # Issue 18931 |
| 47 polymer/test/template_distribute_dynamic_test: Pass, RuntimeError # Issue 18931 | 47 polymer/test/template_distribute_dynamic_test: Pass, RuntimeError # Issue 18931 |
| 48 web_components/test/interop_test: Pass, RuntimeError # Issue 18931 | 48 web_components/test/interop_test: Pass, RuntimeError # Issue 18931 |
| 49 web_components/test/interop2_test: Pass, RuntimeError # Issue 18931 | 49 |
| 50 [ $compiler == none && $runtime == dartium && $system == windows ] |
| 51 polymer/test/property_observe_test: Pass, Timeout # Issue 19326 |
| 50 | 52 |
| 51 [ $runtime == vm && $mode == debug] | 53 [ $runtime == vm && $mode == debug] |
| 52 analysis_server/test/analysis_server_test: Pass, Timeout | 54 analysis_server/test/analysis_server_test: Pass, Timeout |
| 53 analysis_server/test/domain_context_test: Pass, Timeout | 55 analysis_server/test/domain_context_test: Pass, Timeout |
| 54 analysis_server/test/domain_server_test: Pass, Timeout | 56 analysis_server/test/domain_server_test: Pass, Timeout |
| 55 analyzer/test/generated/element_test: Pass, Timeout | 57 analyzer/test/generated/element_test: Pass, Timeout |
| 56 analyzer/test/generated/parser_test: Pass, Timeout | 58 analyzer/test/generated/parser_test: Pass, Timeout |
| 57 code_transformers/test/resolver_test: Pass, Timeout | 59 code_transformers/test/resolver_test: Pass, Timeout |
| 58 docgen/test/*: Skip # Slow | 60 docgen/test/*: Skip # Slow |
| 59 polymer/test/build/all_phases_test: Skip # Slow | 61 polymer/test/build/all_phases_test: Skip # Slow |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 [ $runtime == ie9 ] | 158 [ $runtime == ie9 ] |
| 157 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. | 159 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. |
| 158 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. | 160 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. |
| 159 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 | 161 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 |
| 160 polymer/test/bind_mdv_test: Slow, Pass | 162 polymer/test/bind_mdv_test: Slow, Pass |
| 161 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717 | 163 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717 |
| 162 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 | 164 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 |
| 163 matcher/test/core_matchers_test: RuntimeError # Issue 17762 | 165 matcher/test/core_matchers_test: RuntimeError # Issue 17762 |
| 164 polymer_expressions/test/bindings_test: RuntimeError # Issue 19265 | 166 polymer_expressions/test/bindings_test: RuntimeError # Issue 19265 |
| 165 polymer_expressions/test/globals_test: RuntimeError # Issue 19265 | 167 polymer_expressions/test/globals_test: RuntimeError # Issue 19265 |
| 166 template_binding/test/template_binding_test: RuntimeError # Issue 19265 | 168 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 |
| 167 | 169 |
| 168 [ $ie ] | 170 [ $ie ] |
| 169 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 | 171 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 |
| 170 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | 172 intl/test/date_time_format_http_request_test: Fail # Issue 8983 |
| 171 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 | 173 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 |
| 172 | 174 |
| 173 [ $runtime == ie10 ] | 175 [ $runtime == ie10 ] |
| 174 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) | 176 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) |
| 175 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265 | 177 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265 |
| 176 polymer_expressions/*: Pass, RuntimeError # Issue 19265 | 178 polymer_expressions/*: Pass, RuntimeError # Issue 19265 |
| 177 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 | 179 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 |
| 180 polymer/test/event_handlers_test: Pass, Timeout # Issue 19327 |
| 178 | 181 |
| 179 [ $runtime == ie11 ] | 182 [ $runtime == ie11 ] |
| 180 polymer/test/event_handlers_test: RuntimeError, Timeout # Issue 19265 | 183 polymer/test/event_handlers_test: RuntimeError, Timeout # Issue 19265 |
| 181 | 184 |
| 182 [ $runtime == safari || $runtime == safarimobilesim ] | 185 [ $runtime == safari || $runtime == safarimobilesim ] |
| 183 # Unexplained errors only occuring on Safari. | 186 # Unexplained errors only occuring on Safari. |
| 184 typed_data/test/typed_buffers_test: RuntimeError | 187 typed_data/test/typed_buffers_test: RuntimeError |
| 185 | 188 |
| 186 # Skip browser-specific tests on VM | 189 # Skip browser-specific tests on VM |
| 187 [ $runtime == vm ] | 190 [ $runtime == vm ] |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 polymer/e2e_test/canonicalization/test/dev1_test: Fail, OK # tests development o
nly behavior | 232 polymer/e2e_test/canonicalization/test/dev1_test: Fail, OK # tests development o
nly behavior |
| 230 polymer/e2e_test/canonicalization/test/dev2_test: Fail, OK # tests development o
nly behavior | 233 polymer/e2e_test/canonicalization/test/dev2_test: Fail, OK # tests development o
nly behavior |
| 231 polymer/e2e_test/canonicalization/test/dev3_test: Fail, OK # tests development o
nly behavior | 234 polymer/e2e_test/canonicalization/test/dev3_test: Fail, OK # tests development o
nly behavior |
| 232 polymer/e2e_test/canonicalization/test/dir/dev1_test: Fail, OK # tests developme
nt only behavior | 235 polymer/e2e_test/canonicalization/test/dir/dev1_test: Fail, OK # tests developme
nt only behavior |
| 233 polymer/e2e_test/canonicalization/test/dir/dev2_test: Fail, OK # tests developme
nt only behavior | 236 polymer/e2e_test/canonicalization/test/dir/dev2_test: Fail, OK # tests developme
nt only behavior |
| 234 polymer/e2e_test/bad_import1: RuntimeError # Issue 17596 | 237 polymer/e2e_test/bad_import1: RuntimeError # Issue 17596 |
| 235 polymer/e2e_test/bad_import2: RuntimeError # Issue 17596 | 238 polymer/e2e_test/bad_import2: RuntimeError # Issue 17596 |
| 236 polymer/e2e_test/bad_import3: Fail, OK # tests broken import | 239 polymer/e2e_test/bad_import3: Fail, OK # tests broken import |
| 237 polymer/test/mirror_loader_test: Skip # tests development only behavior | 240 polymer/test/mirror_loader_test: Skip # tests development only behavior |
| 238 | 241 |
| 239 [ $compiler == dart2js && $runtime == chrome ] | 242 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ] |
| 240 web_components/test/interop_test: Fail # Issue 19322 | 243 web_components/test/interop_test: Fail # Issue 19322 |
| 241 | 244 |
| 242 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 245 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 243 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. | 246 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. |
| 244 | 247 |
| 245 [ $browser ] | 248 [ $browser ] |
| 246 analysis_server/test/*: Skip # Uses dart:io. | 249 analysis_server/test/*: Skip # Uses dart:io. |
| 247 analyzer/test/error_test: Fail, OK # Uses dart:io. | 250 analyzer/test/error_test: Fail, OK # Uses dart:io. |
| 248 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. | 251 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. |
| 249 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. | 252 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 397 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 395 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 398 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 396 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 399 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 397 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 400 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 398 | 401 |
| 399 [ $use_repository_packages ] | 402 [ $use_repository_packages ] |
| 400 analyzer/test/*: PubGetError | 403 analyzer/test/*: PubGetError |
| 401 | 404 |
| 402 [ $runtime == ie9 ] | 405 [ $runtime == ie9 ] |
| 403 polymer: Pass, Fail, Timeout # Issue 16717 | 406 polymer: Pass, Fail, Timeout # Issue 16717 |
| 407 web_components/test/interop_test: Fail, Timeout # Issue 16717 |
| 404 | 408 |
| 405 # No typed_data on IE9. | 409 # No typed_data on IE9. |
| 406 http/test/html/client_test: Fail | 410 http/test/html/client_test: Fail |
| 407 http/test/html/streamed_request_test: Skip | 411 http/test/html/streamed_request_test: Skip |
| 408 http/test/mock_client_test: Fail | 412 http/test/mock_client_test: Fail |
| 409 http/test/multipart_test: Fail | 413 http/test/multipart_test: Fail |
| 410 http/test/request_test: Fail | 414 http/test/request_test: Fail |
| 411 http/test/response_test: Fail | 415 http/test/response_test: Fail |
| 412 oauth2/test/authorization_code_grant_test: Fail | 416 oauth2/test/authorization_code_grant_test: Fail |
| 413 oauth2/test/client_test: Fail | 417 oauth2/test/client_test: Fail |
| 414 oauth2/test/credentials_test: Fail | 418 oauth2/test/credentials_test: Fail |
| 415 oauth2/test/handle_access_token_response_test: Fail | 419 oauth2/test/handle_access_token_response_test: Fail |
| 416 | 420 |
| 417 [ $runtime == drt ] | 421 [ $runtime == drt ] |
| 418 http/test/html/client_test: Skip # Issue 18566 | 422 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |