| 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 front_end/test/incremental_kernel_generator_test: SkipByDesign # Uses dart:io | 131 front_end/test/incremental_kernel_generator_test: SkipByDesign # Uses dart:io |
| 132 front_end/test/incremental_resolved_ast_generator_test: SkipByDesign # Uses dart
:io | 132 front_end/test/incremental_resolved_ast_generator_test: SkipByDesign # Uses dart
:io |
| 133 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773 | 133 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773 |
| 134 front_end/test/dependency_grapher_test: SkipByDesign # Uses dart:io | 134 front_end/test/dependency_grapher_test: SkipByDesign # Uses dart:io |
| 135 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io | 135 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io |
| 136 front_end/test/src/base/file_repository_test: SkipByDesign # Uses dart:io | 136 front_end/test/src/base/file_repository_test: SkipByDesign # Uses dart:io |
| 137 front_end/test/src/base/libraries_reader_test: SkipByDesign # Uses dart:io | 137 front_end/test/src/base/libraries_reader_test: SkipByDesign # Uses dart:io |
| 138 front_end/test/src/base/processed_options_test: SkipByDesign # Uses dart:io | 138 front_end/test/src/base/processed_options_test: SkipByDesign # Uses dart:io |
| 139 front_end/test/subpackage_relationships_test: SkipByDesign # Uses dart:io | 139 front_end/test/subpackage_relationships_test: SkipByDesign # Uses dart:io |
| 140 | 140 |
| 141 [ $compiler == dart2js && $runtime != d8 ] |
| 142 front_end/test/mixin_export_test: RuntimeError # Issue 30576 |
| 143 |
| 141 [ $compiler == dart2js && $fast_startup ] | 144 [ $compiler == dart2js && $fast_startup ] |
| 142 front_end/test/*: SkipByDesign # Tests written with dart:mirrors. | 145 front_end/test/*: SkipByDesign # Tests written with dart:mirrors. |
| 143 | 146 |
| 144 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ] | 147 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ] |
| 145 analyzer/test/*: Skip # Issue 26813 | 148 analyzer/test/*: Skip # Issue 26813 |
| 146 analyzer/tool/*: Skip # Issue 26813 | 149 analyzer/tool/*: Skip # Issue 26813 |
| 147 analysis_server/test/*: Skip # Issue 26813 | 150 analysis_server/test/*: Skip # Issue 26813 |
| 148 | 151 |
| 149 [ $compiler == dart2js && $checked ] | 152 [ $compiler == dart2js && $checked ] |
| 150 crypto/test/base64_test: Slow, Pass | 153 crypto/test/base64_test: Slow, Pass |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 analyzer_cli/test/driver_test: Pass, Slow, Timeout | 228 analyzer_cli/test/driver_test: Pass, Slow, Timeout |
| 226 | 229 |
| 227 [ $runtime == vm && $system == windows ] | 230 [ $runtime == vm && $system == windows ] |
| 228 analyzer/test/src/task/strong/checker_test: Pass, Slow | 231 analyzer/test/src/task/strong/checker_test: Pass, Slow |
| 229 | 232 |
| 230 [ $browser ] | 233 [ $browser ] |
| 231 testing/test/analyze_test: SkipByDesign | 234 testing/test/analyze_test: SkipByDesign |
| 232 | 235 |
| 233 [ $browser || $runtime == flutter ] | 236 [ $browser || $runtime == flutter ] |
| 234 status_file/*: SkipByDesign # Only meant to run on the standalone VM. | 237 status_file/*: SkipByDesign # Only meant to run on the standalone VM. |
| OLD | NEW |