| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 analyzer/test/*: Skip # Issue 26813 | 64 analyzer/test/*: Skip # Issue 26813 |
| 65 analyzer/tool/*: Skip # Issue 26813 | 65 analyzer/tool/*: Skip # Issue 26813 |
| 66 analysis_server/test/*: Skip # Issue 26813 | 66 analysis_server/test/*: Skip # Issue 26813 |
| 67 | 67 |
| 68 [ $compiler == dart2js && $checked ] | 68 [ $compiler == dart2js && $checked ] |
| 69 crypto/test/base64_test: Slow, Pass | 69 crypto/test/base64_test: Slow, Pass |
| 70 | 70 |
| 71 [ $runtime == jsshell ] | 71 [ $runtime == jsshell ] |
| 72 async/test/stream_zip_test: RuntimeError, OK # Issue 26103. Timers are not suppo
rted. | 72 async/test/stream_zip_test: RuntimeError, OK # Issue 26103. Timers are not suppo
rted. |
| 73 lookup_map/test/lookup_map_test: RuntimeError, OK # Issue 26103. Timers are not
supported. | 73 lookup_map/test/lookup_map_test: RuntimeError, OK # Issue 26103. Timers are not
supported. |
| 74 front_end/test/*: RuntimeError, OK # Issue 26103. Timers are not supported. |
| 74 | 75 |
| 75 [ $compiler == dart2js && $runtime == drt ] | 76 [ $compiler == dart2js && $runtime == drt ] |
| 76 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 | 77 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 |
| 77 | 78 |
| 78 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] | 79 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] |
| 79 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 | 80 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 |
| 80 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 | 81 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 |
| 81 | 82 |
| 82 [ $runtime == ie10 ] | 83 [ $runtime == ie10 ] |
| 83 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 | 84 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 | 184 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 |
| 184 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 | 185 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 |
| 185 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 | 186 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 |
| 186 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 187 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
| 187 | 188 |
| 188 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ] | 189 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ] |
| 189 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 190 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 190 | 191 |
| 191 [ $compiler == dart2js && $cps_ir && $checked ] | 192 [ $compiler == dart2js && $cps_ir && $checked ] |
| 192 *: Skip # `assert` not implemented, about 75% tests crash | 193 *: Skip # `assert` not implemented, about 75% tests crash |
| OLD | NEW |