| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 polymer_expressions/*: Pass, RuntimeError # Issue 19265 | 214 polymer_expressions/*: Pass, RuntimeError # Issue 19265 |
| 215 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 | 215 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 |
| 216 polymer/test/event_handlers_test: Pass, Timeout # Issue 19327 | 216 polymer/test/event_handlers_test: Pass, Timeout # Issue 19327 |
| 217 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 | 217 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 |
| 218 | 218 |
| 219 [ $runtime == safari || $runtime == safarimobilesim ] | 219 [ $runtime == safari || $runtime == safarimobilesim ] |
| 220 # Unexplained errors only occuring on Safari. | 220 # Unexplained errors only occuring on Safari. |
| 221 typed_data/test/typed_buffers_test: RuntimeError | 221 typed_data/test/typed_buffers_test: RuntimeError |
| 222 | 222 |
| 223 [ $runtime == safari ] | 223 [ $runtime == safari ] |
| 224 polymer/test/js_interop_test: RuntimeError # Issue 20075 | 224 polymer/test/js_interop_test: Pass, RuntimeError # Issue 20075 |
| 225 | 225 |
| 226 [ $runtime == safari || $ie ] | 226 [ $runtime == safari || $ie ] |
| 227 polymer/test/two_way_bind_test: Pass, RuntimeError # Issue 20075 | 227 polymer/test/two_way_bind_test: Pass, RuntimeError # Issue 20075 |
| 228 | 228 |
| 229 # Skip browser-specific tests on VM | 229 # Skip browser-specific tests on VM |
| 230 [ $runtime == vm ] | 230 [ $runtime == vm ] |
| 231 path/test/browser_test: Fail, OK # Uses dart:html | 231 path/test/browser_test: Fail, OK # Uses dart:html |
| 232 intl/test/find_default_locale_browser_test: Skip | 232 intl/test/find_default_locale_browser_test: Skip |
| 233 intl/test/date_time_format_http_request_test: Skip | 233 intl/test/date_time_format_http_request_test: Skip |
| 234 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733. | 234 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733. |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 http/test/multipart_test: Fail | 444 http/test/multipart_test: Fail |
| 445 http/test/request_test: Fail | 445 http/test/request_test: Fail |
| 446 http/test/response_test: Fail | 446 http/test/response_test: Fail |
| 447 oauth2/test/authorization_code_grant_test: Fail | 447 oauth2/test/authorization_code_grant_test: Fail |
| 448 oauth2/test/client_test: Fail | 448 oauth2/test/client_test: Fail |
| 449 oauth2/test/credentials_test: Fail | 449 oauth2/test/credentials_test: Fail |
| 450 oauth2/test/handle_access_token_response_test: Fail | 450 oauth2/test/handle_access_token_response_test: Fail |
| 451 | 451 |
| 452 [ $runtime == drt ] | 452 [ $runtime == drt ] |
| 453 http/test/html/client_test: Skip # Issue 18566 | 453 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |