| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. | 149 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. |
| 150 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 | 150 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 |
| 151 polymer/test/bind_mdv_test: Slow, Pass | 151 polymer/test/bind_mdv_test: Slow, Pass |
| 152 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717 | 152 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717 |
| 153 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 | 153 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 |
| 154 matcher/test/matchers_test: RuntimeError # Issue 17762 | 154 matcher/test/matchers_test: RuntimeError # Issue 17762 |
| 155 | 155 |
| 156 [ $ie ] | 156 [ $ie ] |
| 157 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 | 157 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 |
| 158 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | 158 intl/test/date_time_format_http_request_test: Fail # Issue 8983 |
| 159 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 |
| 159 | 160 |
| 160 [ $runtime == ie10 ] | 161 [ $runtime == ie10 ] |
| 161 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) | 162 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) |
| 162 polymer/test/register_test: Fail # Issue 18870 | 163 polymer/test/register_test: Fail # Issue 18870 |
| 163 | 164 |
| 164 [ $runtime == safari || $runtime == safarimobilesim ] | 165 [ $runtime == safari || $runtime == safarimobilesim ] |
| 165 # Unexplained errors only occuring on Safari. | 166 # Unexplained errors only occuring on Safari. |
| 166 typed_data/test/typed_buffers_test: RuntimeError | 167 typed_data/test/typed_buffers_test: RuntimeError |
| 167 | 168 |
| 168 # Skip browser-specific tests on VM | 169 # Skip browser-specific tests on VM |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 http/test/multipart_test: Fail | 389 http/test/multipart_test: Fail |
| 389 http/test/request_test: Fail | 390 http/test/request_test: Fail |
| 390 http/test/response_test: Fail | 391 http/test/response_test: Fail |
| 391 oauth2/test/authorization_code_grant_test: Fail | 392 oauth2/test/authorization_code_grant_test: Fail |
| 392 oauth2/test/client_test: Fail | 393 oauth2/test/client_test: Fail |
| 393 oauth2/test/credentials_test: Fail | 394 oauth2/test/credentials_test: Fail |
| 394 oauth2/test/handle_access_token_response_test: Fail | 395 oauth2/test/handle_access_token_response_test: Fail |
| 395 | 396 |
| 396 [ $runtime == drt ] | 397 [ $runtime == drt ] |
| 397 http/test/html/client_test: Skip # Issue 18566 | 398 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |