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