| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 analyzer/test/*: Skip # Issue 26813 | 84 analyzer/test/*: Skip # Issue 26813 |
| 85 analyzer/tool/*: Skip # Issue 26813 | 85 analyzer/tool/*: Skip # Issue 26813 |
| 86 analysis_server/test/*: Skip # Issue 26813 | 86 analysis_server/test/*: Skip # Issue 26813 |
| 87 | 87 |
| 88 [ $compiler == dart2js && $checked ] | 88 [ $compiler == dart2js && $checked ] |
| 89 crypto/test/base64_test: Slow, Pass | 89 crypto/test/base64_test: Slow, Pass |
| 90 | 90 |
| 91 [ $runtime == jsshell ] | 91 [ $runtime == jsshell ] |
| 92 async/test/stream_zip_test: RuntimeError, OK # Issue 26103. Timers are not suppo
rted. | 92 async/test/stream_zip_test: RuntimeError, OK # Issue 26103. Timers are not suppo
rted. |
| 93 lookup_map/test/lookup_map_test: RuntimeError, OK # Issue 26103. Timers are not
supported. | 93 lookup_map/test/lookup_map_test: RuntimeError, OK # Issue 26103. Timers are not
supported. |
| 94 front_end/test/*: RuntimeError, OK # Issue 26103. Timers are not supported. | 94 front_end/test/*: RuntimeError, OK, Pass # Issue 26103. Timers are not supported
. |
| 95 kernel/test/*: RuntimeError, OK # Issue 26103. Timers are not supported. | 95 kernel/test/*: RuntimeError, OK # Issue 26103. Timers are not supported. |
| 96 | 96 |
| 97 [ $compiler == dart2js && $runtime == drt ] | 97 [ $compiler == dart2js && $runtime == drt ] |
| 98 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 | 98 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 |
| 99 | 99 |
| 100 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] | 100 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] |
| 101 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 | 101 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 |
| 102 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 | 102 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 |
| 103 | 103 |
| 104 [ $runtime == ie10 ] | 104 [ $runtime == ie10 ] |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 214 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
| 215 | 215 |
| 216 [ $runtime == dart_precompiled ] | 216 [ $runtime == dart_precompiled ] |
| 217 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 217 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 218 | 218 |
| 219 [ $compiler == dart2js && $cps_ir && $checked ] | 219 [ $compiler == dart2js && $cps_ir && $checked ] |
| 220 *: Skip # `assert` not implemented, about 75% tests crash | 220 *: Skip # `assert` not implemented, about 75% tests crash |
| 221 | 221 |
| 222 [ $compiler == none ] | 222 [ $compiler == none ] |
| 223 kernel/test/closures_test: Fail | 223 kernel/test/closures_test: Fail |
| OLD | NEW |