| 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 | 133 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 |
| 134 polymer/test/bind_mdv_test: Slow, Pass | 134 polymer/test/bind_mdv_test: Slow, Pass |
| 135 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717 | 135 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717 |
| 136 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 | 136 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 |
| 137 matcher/test/matchers_test: RuntimeError # Issue 17762 | 137 matcher/test/matchers_test: RuntimeError # Issue 17762 |
| 138 | 138 |
| 139 [ $ie ] | 139 [ $ie ] |
| 140 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 | 140 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 |
| 141 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | 141 intl/test/date_time_format_http_request_test: Fail # Issue 8983 |
| 142 | 142 |
| 143 [ $system == windows && $compiler == dart2js ] | |
| 144 polymer/example/canonicalization/test/canonicalization1_test: Fail # Issue 18057 | |
| 145 polymer/example/canonicalization/test/canonicalization2_test: Fail # Issue 18057 | |
| 146 polymer/example/canonicalization/test/canonicalization3_test: Fail # Issue 18057 | |
| 147 | |
| 148 [ $runtime == ie10 || $runtime == ie11 ] | 143 [ $runtime == ie10 || $runtime == ie11 ] |
| 149 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here exp
licitly, since this is not the same as on ie9) | 144 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here exp
licitly, since this is not the same as on ie9) |
| 150 | 145 |
| 151 [ $runtime == safari ] | 146 [ $runtime == safari ] |
| 152 # Unexplained errors only occuring on Safari. | 147 # Unexplained errors only occuring on Safari. |
| 153 typed_data/test/typed_buffers_test: RuntimeError | 148 typed_data/test/typed_buffers_test: RuntimeError |
| 154 | 149 |
| 155 # Skip browser-specific tests on VM | 150 # Skip browser-specific tests on VM |
| 156 [ $runtime == vm ] | 151 [ $runtime == vm ] |
| 157 path/test/browser_test: Fail, OK # Uses dart:html | 152 path/test/browser_test: Fail, OK # Uses dart:html |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 356 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 362 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 357 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 363 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 358 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 364 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 359 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 365 | 360 |
| 366 [ $use_repository_packages ] | 361 [ $use_repository_packages ] |
| 367 analyzer/test/*: PubGetError | 362 analyzer/test/*: PubGetError |
| 368 | 363 |
| 369 [ $runtime == ie9 ] | 364 [ $runtime == ie9 ] |
| 370 polymer: Pass, Fail, Timeout # Issue 16717 | 365 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |