| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 intl/test/find_default_locale_browser_test: Fail | 147 intl/test/find_default_locale_browser_test: Fail |
| 148 intl/test/date_time_format_http_request_test: Skip # Timeout. | 148 intl/test/date_time_format_http_request_test: Skip # Timeout. |
| 149 | 149 |
| 150 [ $runtime == ie9 ] | 150 [ $runtime == ie9 ] |
| 151 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. | 151 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. | 152 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. |
| 153 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 | 153 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 |
| 154 polymer/test/bind_mdv_test: Slow, Pass | 154 polymer/test/bind_mdv_test: Slow, Pass |
| 155 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717 | 155 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717 |
| 156 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 | 156 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 |
| 157 matcher/test/matchers_test: RuntimeError # Issue 17762 | 157 matcher/test/core_matchers_test: RuntimeError # Issue 17762 |
| 158 | 158 |
| 159 [ $ie ] | 159 [ $ie ] |
| 160 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 | 160 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 |
| 161 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | 161 intl/test/date_time_format_http_request_test: Fail # Issue 8983 |
| 162 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 | 162 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 |
| 163 | 163 |
| 164 [ $runtime == ie10 ] | 164 [ $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) | 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) |
| 166 polymer/test/register_test: Fail # Issue 18870 | 166 polymer/test/register_test: Fail # Issue 18870 |
| 167 | 167 |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 http/test/multipart_test: Fail | 396 http/test/multipart_test: Fail |
| 397 http/test/request_test: Fail | 397 http/test/request_test: Fail |
| 398 http/test/response_test: Fail | 398 http/test/response_test: Fail |
| 399 oauth2/test/authorization_code_grant_test: Fail | 399 oauth2/test/authorization_code_grant_test: Fail |
| 400 oauth2/test/client_test: Fail | 400 oauth2/test/client_test: Fail |
| 401 oauth2/test/credentials_test: Fail | 401 oauth2/test/credentials_test: Fail |
| 402 oauth2/test/handle_access_token_response_test: Fail | 402 oauth2/test/handle_access_token_response_test: Fail |
| 403 | 403 |
| 404 [ $runtime == drt ] | 404 [ $runtime == drt ] |
| 405 http/test/html/client_test: Skip # Issue 18566 | 405 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |