| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 [ $runtime == safari ] | 112 [ $runtime == safari ] |
| 113 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. | 113 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. |
| 114 | 114 |
| 115 # Unexplained errors only occuring on Safari. | 115 # Unexplained errors only occuring on Safari. |
| 116 typed_data/test/typed_buffers_test: RuntimeError | 116 typed_data/test/typed_buffers_test: RuntimeError |
| 117 | 117 |
| 118 [ $runtime == ie9 || $runtime == ie10 ] | 118 [ $runtime == ie9 || $runtime == ie10 ] |
| 119 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 | 119 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 |
| 120 polymer/test/noscript_test: RuntimeError # Issue 13260 | 120 polymer/test/noscript_test: RuntimeError # Issue 13260 |
| 121 | 121 |
| 122 [ ($runtime == ie9 || $runtime == ie10) && $checked ] | |
| 123 polymer/test/take_attributes_test: RuntimeError # Issue 13260 | |
| 124 | |
| 125 # Skip browser-specific tests on VM | 122 # Skip browser-specific tests on VM |
| 126 [ $runtime == vm ] | 123 [ $runtime == vm ] |
| 127 path/test/browser_test: Fail, OK # Uses dart:html | 124 path/test/browser_test: Fail, OK # Uses dart:html |
| 128 intl/test/find_default_locale_browser_test: Skip | 125 intl/test/find_default_locale_browser_test: Skip |
| 129 intl/test/date_time_format_http_request_test: Skip | 126 intl/test/date_time_format_http_request_test: Skip |
| 130 | 127 |
| 131 [ $runtime == vm && $system == windows ] | 128 [ $runtime == vm && $system == windows ] |
| 132 docgen/test/single_library_test: Fail # Issue 11985 | 129 docgen/test/single_library_test: Fail # Issue 11985 |
| 133 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 130 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 134 | 131 |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 | 336 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 |
| 340 | 337 |
| 341 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == ie10 ] | 338 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == ie10 ] |
| 342 # Various issues due to limited browser testing in Angular. | 339 # Various issues due to limited browser testing in Angular. |
| 343 third_party/angular_tests/*: Skip | 340 third_party/angular_tests/*: Skip |
| 344 | 341 |
| 345 [ $unchecked ] | 342 [ $unchecked ] |
| 346 third_party/angular_tests/core/scope_test: Skip # Requires checked mode. | 343 third_party/angular_tests/core/scope_test: Skip # Requires checked mode. |
| 347 third_party/angular_tests/angular_test: Skip # Requires checked mode. | 344 third_party/angular_tests/angular_test: Skip # Requires checked mode. |
| 348 third_party/angular_tests/core/zone_test: Skip # Requires checked mode. | 345 third_party/angular_tests/core/zone_test: Skip # Requires checked mode. |
| OLD | NEW |