| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 | 94 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 |
| 95 | 95 |
| 96 [ $runtime == safari ] | 96 [ $runtime == safari ] |
| 97 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. | 97 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. |
| 98 | 98 |
| 99 # Unexplained errors only occuring on Safari. | 99 # Unexplained errors only occuring on Safari. |
| 100 collection_helpers/test/typed_buffers_test: RuntimeError | 100 collection_helpers/test/typed_buffers_test: RuntimeError |
| 101 | 101 |
| 102 [ $runtime == ie9 || $runtime == ie10 ] | 102 [ $runtime == ie9 || $runtime == ie10 ] |
| 103 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 | 103 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 |
| 104 polymer/test/custom_event_test: RuntimeError # Issue 13260 | |
| 105 polymer/test/noscript_test: RuntimeError # Issue 13260 | 104 polymer/test/noscript_test: RuntimeError # Issue 13260 |
| 106 | 105 |
| 106 [ ($runtime == ie9 || $runtime == ie10) && $checked ] |
| 107 polymer/test/take_attributes_test: RuntimeError # Issue 13260 |
| 108 |
| 107 # Skip browser-specific tests on VM | 109 # Skip browser-specific tests on VM |
| 108 [ $runtime == vm ] | 110 [ $runtime == vm ] |
| 109 path/test/browser_test: Fail, OK # Uses dart:html | 111 path/test/browser_test: Fail, OK # Uses dart:html |
| 110 intl/test/find_default_locale_browser_test: Skip | 112 intl/test/find_default_locale_browser_test: Skip |
| 111 intl/test/date_time_format_http_request_test: Skip | 113 intl/test/date_time_format_http_request_test: Skip |
| 112 | 114 |
| 113 [ $runtime == vm && $system == windows ] | 115 [ $runtime == vm && $system == windows ] |
| 114 docgen/test/single_library_test: Fail # Issue 11985 | 116 docgen/test/single_library_test: Fail # Issue 11985 |
| 115 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 117 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 116 | 118 |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members | 309 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members |
| 308 | 310 |
| 309 [ $runtime == vm && ($system == windows || $system == macos) ] | 311 [ $runtime == vm && ($system == windows || $system == macos) ] |
| 310 watcher/test/*/linux_test: Skip | 312 watcher/test/*/linux_test: Skip |
| 311 | 313 |
| 312 [ $runtime == vm && ($system == windows || $system == linux) ] | 314 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 313 watcher/test/*/mac_os_test: Skip | 315 watcher/test/*/mac_os_test: Skip |
| 314 | 316 |
| 315 [ $runtime == vm && $system == macos ] | 317 [ $runtime == vm && $system == macos ] |
| 316 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 | 318 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 |
| OLD | NEW |