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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
144 front_end/test/*: RuntimeError, OK, Pass # Issue 26103. Timers are not supported . | 144 front_end/test/*: RuntimeError, OK, Pass # Issue 26103. Timers are not supported . |
145 kernel/test/*: RuntimeError, OK # Issue 26103. Timers are not supported. | 145 kernel/test/*: RuntimeError, OK # Issue 26103. Timers are not supported. |
146 | 146 |
147 [ $compiler == dart2js && $runtime == drt ] | 147 [ $compiler == dart2js && $runtime == drt ] |
148 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 | 148 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 |
149 | 149 |
150 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] | 150 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] |
151 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 | 151 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 |
152 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 | 152 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 |
153 | 153 |
154 [ $runtime == ie10 ] | |
155 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 | |
156 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) | |
157 | |
158 [ $runtime == ie11 ] | |
Bill Hesse
2017/03/28 12:56:07
We don't run kernel unit tests on ie11
| |
159 kernel/test/verify_test: Skip # Times out. Issue 27935 | |
160 | |
161 [ $runtime == safarimobilesim ] | 154 [ $runtime == safarimobilesim ] |
162 # Unexplained errors only occuring on Safari 6.1 and earlier. | 155 # Unexplained errors only occuring on Safari 6.1 and earlier. |
163 typed_data/test/typed_buffers_test: RuntimeError | 156 typed_data/test/typed_buffers_test: RuntimeError |
164 | 157 |
165 [ $compiler == dart2js && $csp ] | 158 [ $compiler == dart2js && $csp ] |
166 # This test cannot run under CSP because it is injecting a JavaScript polyfill | 159 # This test cannot run under CSP because it is injecting a JavaScript polyfill |
167 mutation_observer: Skip | 160 mutation_observer: Skip |
168 | 161 |
169 [ $compiler == dart2js && $browser ] | 162 [ $compiler == dart2js && $browser ] |
170 crypto/test/sha256_test: Slow, Pass | 163 crypto/test/sha256_test: Slow, Pass |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
209 | 202 |
210 [ $runtime == dart_precompiled ] | 203 [ $runtime == dart_precompiled ] |
211 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 204 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
212 | 205 |
213 [ $compiler == none ] | 206 [ $compiler == none ] |
214 kernel/test/closures_test: Fail | 207 kernel/test/closures_test: Fail |
215 | 208 |
216 [ $runtime == vm && $system == windows ] | 209 [ $runtime == vm && $system == windows ] |
217 analyzer_cli/test/driver_test: Pass, Slow | 210 analyzer_cli/test/driver_test: Pass, Slow |
218 analyzer/test/src/task/strong/checker_test: Pass, Slow | 211 analyzer/test/src/task/strong/checker_test: Pass, Slow |
OLD | NEW |