| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 | 130 |
| 131 [ $runtime == d8 ] | 131 [ $runtime == d8 ] |
| 132 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19
756 | 132 analysis_server/test/analysis_notification_overrides_test: Pass, Slow # Issue 19
756 |
| 133 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
19756 | 133 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue
19756 |
| 134 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975
6 | 134 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975
6 |
| 135 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 | 135 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 |
| 136 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756 | 136 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756 |
| 137 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756 | 137 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756 |
| 138 | 138 |
| 139 [ $runtime == jsshell ] | 139 [ $runtime == jsshell ] |
| 140 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. | 140 async/test/stream_zip_test: RuntimeError, OK # Issue 26103. Timers are not suppo
rted. |
| 141 lookup_map/test/lookup_map_test: RuntimeError, OK # Issue 26103. Timers are not
supported. |
| 141 | 142 |
| 142 [ $compiler == dart2js && $runtime == drt ] | 143 [ $compiler == dart2js && $runtime == drt ] |
| 143 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 | 144 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 |
| 144 | 145 |
| 145 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] | 146 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] |
| 146 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 | 147 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 |
| 147 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 | 148 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 |
| 148 | 149 |
| 149 [ $runtime == ie10 ] | 150 [ $runtime == ie10 ] |
| 150 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 | 151 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 | 259 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 |
| 259 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 | 260 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 |
| 260 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 | 261 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 |
| 261 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 262 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
| 262 | 263 |
| 263 [ $noopt || $runtime == dart_precompiled || $runtime == dart_product ] | 264 [ $noopt || $runtime == dart_precompiled || $runtime == dart_product ] |
| 264 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 265 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 265 | 266 |
| 266 [ $compiler == dart2js && $cps_ir && $checked ] | 267 [ $compiler == dart2js && $cps_ir && $checked ] |
| 267 *: Skip # `assert` not implemented, about 75% tests crash | 268 *: Skip # `assert` not implemented, about 75% tests crash |
| OLD | NEW |