| 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | 185 intl/test/date_time_format_http_request_test: Fail # Issue 8983 |
| 186 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 | 186 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 |
| 187 | 187 |
| 188 [ $runtime == ie10 ] | 188 [ $runtime == ie10 ] |
| 189 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) | 189 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) |
| 190 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265 | 190 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265 |
| 191 polymer_expressions/*: Pass, RuntimeError # Issue 19265 | 191 polymer_expressions/*: Pass, RuntimeError # Issue 19265 |
| 192 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 | 192 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 |
| 193 polymer/test/event_handlers_test: Pass, Timeout # Issue 19327 | 193 polymer/test/event_handlers_test: Pass, Timeout # Issue 19327 |
| 194 | 194 |
| 195 [ $runtime == ie11 ] | |
| 196 polymer/test/event_handlers_test: RuntimeError, Timeout # Issue 19265 | |
| 197 | |
| 198 [ $runtime == safari || $runtime == safarimobilesim ] | 195 [ $runtime == safari || $runtime == safarimobilesim ] |
| 199 # Unexplained errors only occuring on Safari. | 196 # Unexplained errors only occuring on Safari. |
| 200 typed_data/test/typed_buffers_test: RuntimeError | 197 typed_data/test/typed_buffers_test: RuntimeError |
| 201 | 198 |
| 202 # Skip browser-specific tests on VM | 199 # Skip browser-specific tests on VM |
| 203 [ $runtime == vm ] | 200 [ $runtime == vm ] |
| 204 path/test/browser_test: Fail, OK # Uses dart:html | 201 path/test/browser_test: Fail, OK # Uses dart:html |
| 205 intl/test/find_default_locale_browser_test: Skip | 202 intl/test/find_default_locale_browser_test: Skip |
| 206 intl/test/date_time_format_http_request_test: Skip | 203 intl/test/date_time_format_http_request_test: Skip |
| 207 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733. | 204 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733. |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 http/test/multipart_test: Fail | 421 http/test/multipart_test: Fail |
| 425 http/test/request_test: Fail | 422 http/test/request_test: Fail |
| 426 http/test/response_test: Fail | 423 http/test/response_test: Fail |
| 427 oauth2/test/authorization_code_grant_test: Fail | 424 oauth2/test/authorization_code_grant_test: Fail |
| 428 oauth2/test/client_test: Fail | 425 oauth2/test/client_test: Fail |
| 429 oauth2/test/credentials_test: Fail | 426 oauth2/test/credentials_test: Fail |
| 430 oauth2/test/handle_access_token_response_test: Fail | 427 oauth2/test/handle_access_token_response_test: Fail |
| 431 | 428 |
| 432 [ $runtime == drt ] | 429 [ $runtime == drt ] |
| 433 http/test/html/client_test: Skip # Issue 18566 | 430 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |