| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 kernel/test/*: RuntimeError, OK # Issue 26103. Timers are not supported. | 147 kernel/test/*: RuntimeError, OK # Issue 26103. Timers are not supported. |
| 148 | 148 |
| 149 [ $compiler == dart2js && $runtime == drt ] | 149 [ $compiler == dart2js && $runtime == drt ] |
| 150 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 | 150 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 |
| 151 | 151 |
| 152 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] | 152 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] |
| 153 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 | 153 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 |
| 154 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 | 154 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 |
| 155 | 155 |
| 156 [ $runtime == safarimobilesim ] | 156 [ $runtime == safarimobilesim ] |
| 157 # Unexplained errors only occuring on Safari 6.1 and earlier. | 157 # Unexplained errors only occurring on Safari 6.1 and earlier. |
| 158 typed_data/test/typed_buffers_test: RuntimeError | 158 typed_data/test/typed_buffers_test: RuntimeError |
| 159 | 159 |
| 160 [ $compiler == dart2js && $csp ] | 160 [ $compiler == dart2js && $csp ] |
| 161 # This test cannot run under CSP because it is injecting a JavaScript polyfill | 161 # This test cannot run under CSP because it is injecting a JavaScript polyfill |
| 162 mutation_observer: Skip | 162 mutation_observer: Skip |
| 163 | 163 |
| 164 [ $compiler == dart2js && $browser ] | 164 [ $compiler == dart2js && $browser ] |
| 165 crypto/test/sha256_test: Slow, Pass | 165 crypto/test/sha256_test: Slow, Pass |
| 166 crypto/test/sha1_test: Slow, Pass | 166 crypto/test/sha1_test: Slow, Pass |
| 167 | 167 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 | 204 |
| 205 [ $runtime == dart_precompiled ] | 205 [ $runtime == dart_precompiled ] |
| 206 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 206 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 207 | 207 |
| 208 [ $compiler == none ] | 208 [ $compiler == none ] |
| 209 kernel/test/closures_test: Fail | 209 kernel/test/closures_test: Fail |
| 210 | 210 |
| 211 [ $runtime == vm && $system == windows ] | 211 [ $runtime == vm && $system == windows ] |
| 212 analyzer_cli/test/driver_test: Pass, Slow | 212 analyzer_cli/test/driver_test: Pass, Slow |
| 213 analyzer/test/src/task/strong/checker_test: Pass, Slow | 213 analyzer/test/src/task/strong/checker_test: Pass, Slow |
| OLD | NEW |