| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. | 173 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. |
| 174 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 | 174 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 |
| 175 polymer/test/bind_mdv_test: Slow, Pass, RuntimeError # Issue 14412, 13260 | 175 polymer/test/bind_mdv_test: Slow, Pass, RuntimeError # Issue 14412, 13260 |
| 176 matcher/test/core_matchers_test: RuntimeError # Issue 17762 | 176 matcher/test/core_matchers_test: RuntimeError # Issue 17762 |
| 177 polymer_expressions/test/bindings_test: RuntimeError # Issue 19265 | 177 polymer_expressions/test/bindings_test: RuntimeError # Issue 19265 |
| 178 polymer_expressions/test/globals_test: RuntimeError # Issue 19265 | 178 polymer_expressions/test/globals_test: RuntimeError # Issue 19265 |
| 179 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 | 179 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 |
| 180 | 180 |
| 181 [ $ie ] | 181 [ $ie ] |
| 182 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 | 182 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 |
| 183 intl/test/date_time_format_http_request_test: Fail # Issue 8983 |
| 183 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 | 184 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 |
| 184 | 185 |
| 185 [ $runtime == ie10 ] | 186 [ $runtime == ie10 ] |
| 186 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) | 187 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) |
| 187 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265 | 188 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265 |
| 188 polymer_expressions/*: Pass, RuntimeError # Issue 19265 | 189 polymer_expressions/*: Pass, RuntimeError # Issue 19265 |
| 189 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 | 190 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 |
| 190 polymer/test/event_handlers_test: Pass, Timeout # Issue 19327 | 191 polymer/test/event_handlers_test: Pass, Timeout # Issue 19327 |
| 191 | 192 |
| 192 [ $runtime == safari || $runtime == safarimobilesim ] | 193 [ $runtime == safari || $runtime == safarimobilesim ] |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 http/test/multipart_test: Fail | 422 http/test/multipart_test: Fail |
| 422 http/test/request_test: Fail | 423 http/test/request_test: Fail |
| 423 http/test/response_test: Fail | 424 http/test/response_test: Fail |
| 424 oauth2/test/authorization_code_grant_test: Fail | 425 oauth2/test/authorization_code_grant_test: Fail |
| 425 oauth2/test/client_test: Fail | 426 oauth2/test/client_test: Fail |
| 426 oauth2/test/credentials_test: Fail | 427 oauth2/test/credentials_test: Fail |
| 427 oauth2/test/handle_access_token_response_test: Fail | 428 oauth2/test/handle_access_token_response_test: Fail |
| 428 | 429 |
| 429 [ $runtime == drt ] | 430 [ $runtime == drt ] |
| 430 http/test/html/client_test: Skip # Issue 18566 | 431 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |