| 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 analyzer_plugin/tool/*: SkipByDesign # Only meant to run on vm | 116 analyzer_plugin/tool/*: SkipByDesign # Only meant to run on vm |
| 117 collection/test/equality_test/01: Fail # Issue 1533 | 117 collection/test/equality_test/01: Fail # Issue 1533 |
| 118 collection/test/equality_test/02: Fail # Issue 1533 | 118 collection/test/equality_test/02: Fail # Issue 1533 |
| 119 collection/test/equality_test/03: Fail # Issue 1533 | 119 collection/test/equality_test/03: Fail # Issue 1533 |
| 120 collection/test/equality_test/04: Fail # Issue 1533 | 120 collection/test/equality_test/04: Fail # Issue 1533 |
| 121 collection/test/equality_test/05: Fail # Issue 1533 | 121 collection/test/equality_test/05: Fail # Issue 1533 |
| 122 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 122 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
| 123 compiler/tool/*: SkipByDesign # Only meant to run on vm | 123 compiler/tool/*: SkipByDesign # Only meant to run on vm |
| 124 front_end/tool/*: SkipByDesign # Only meant to run on vm | 124 front_end/tool/*: SkipByDesign # Only meant to run on vm |
| 125 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. | 125 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. |
| 126 telemetry/test/*: SkipByDesign # Only meant to run on vm |
| 126 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. | 127 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
| 127 front_end/test/incremental_kernel_generator_test: SkipByDesign # Uses dart:io | 128 front_end/test/incremental_kernel_generator_test: SkipByDesign # Uses dart:io |
| 128 front_end/test/incremental_resolved_ast_generator_test: SkipByDesign # Uses dart
:io | 129 front_end/test/incremental_resolved_ast_generator_test: SkipByDesign # Uses dart
:io |
| 129 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773 | 130 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773 |
| 130 front_end/test/dependency_grapher_test: SkipByDesign # Uses dart:io | 131 front_end/test/dependency_grapher_test: SkipByDesign # Uses dart:io |
| 131 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io | 132 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io |
| 132 front_end/test/src/base/file_repository_test: SkipByDesign # Uses dart:io | 133 front_end/test/src/base/file_repository_test: SkipByDesign # Uses dart:io |
| 133 front_end/test/src/base/libraries_reader_test: SkipByDesign # Uses dart:io | 134 front_end/test/src/base/libraries_reader_test: SkipByDesign # Uses dart:io |
| 134 front_end/test/src/base/processed_options_test: SkipByDesign # Uses dart:io | 135 front_end/test/src/base/processed_options_test: SkipByDesign # Uses dart:io |
| 135 front_end/test/subpackage_relationships_test: SkipByDesign # Uses dart:io | 136 front_end/test/subpackage_relationships_test: SkipByDesign # Uses dart:io |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 kernel/test/closures_test: Fail | 215 kernel/test/closures_test: Fail |
| 215 | 216 |
| 216 [ $runtime == vm ] | 217 [ $runtime == vm ] |
| 217 analyzer_cli/test/driver_test: Pass, Slow | 218 analyzer_cli/test/driver_test: Pass, Slow |
| 218 | 219 |
| 219 [ $runtime == vm && $system == windows ] | 220 [ $runtime == vm && $system == windows ] |
| 220 analyzer/test/src/task/strong/checker_test: Pass, Slow | 221 analyzer/test/src/task/strong/checker_test: Pass, Slow |
| 221 | 222 |
| 222 [ $browser ] | 223 [ $browser ] |
| 223 testing/test/analyze_test: SkipByDesign | 224 testing/test/analyze_test: SkipByDesign |
| OLD | NEW |