| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 collection/test/equality_test/01: Fail # Issue 1533 | 61 collection/test/equality_test/01: Fail # Issue 1533 |
| 62 collection/test/equality_test/02: Fail # Issue 1533 | 62 collection/test/equality_test/02: Fail # Issue 1533 |
| 63 collection/test/equality_test/03: Fail # Issue 1533 | 63 collection/test/equality_test/03: Fail # Issue 1533 |
| 64 collection/test/equality_test/04: Fail # Issue 1533 | 64 collection/test/equality_test/04: Fail # Issue 1533 |
| 65 collection/test/equality_test/05: Fail # Issue 1533 | 65 collection/test/equality_test/05: Fail # Issue 1533 |
| 66 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 66 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
| 67 compiler/tool/*: SkipByDesign # Only meant to run on vm | 67 compiler/tool/*: SkipByDesign # Only meant to run on vm |
| 68 front_end/tool/*: SkipByDesign # Only meant to run on vm | 68 front_end/tool/*: SkipByDesign # Only meant to run on vm |
| 69 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. | 69 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. |
| 70 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. | 70 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
| 71 front_end/test/incremental_kernel_generator_test: SkipByDesign # Uses dart:io |
| 72 front_end/test/incremental_resolved_ast_generator_test: SkipByDesign # Uses dart
:io |
| 71 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773 | 73 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773 |
| 72 front_end/test/dependency_grapher_test: SkipByDesign # Uses dart:io | 74 front_end/test/dependency_grapher_test: SkipByDesign # Uses dart:io |
| 73 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io | 75 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io |
| 74 front_end/test/src/base/libraries_reader_test: SkipByDesign # Uses dart:io | 76 front_end/test/src/base/libraries_reader_test: SkipByDesign # Uses dart:io |
| 75 front_end/test/src/base/processed_options_test: SkipByDesign # Uses dart:io | 77 front_end/test/src/base/processed_options_test: SkipByDesign # Uses dart:io |
| 76 front_end/test/subpackage_relationships_test: SkipByDesign # Uses dart:io | 78 front_end/test/subpackage_relationships_test: SkipByDesign # Uses dart:io |
| 77 | 79 |
| 78 [ $compiler == dart2js && $fast_startup ] | 80 [ $compiler == dart2js && $fast_startup ] |
| 79 front_end/test/*: SkipByDesign # Tests written with dart:mirrors. | 81 front_end/test/*: SkipByDesign # Tests written with dart:mirrors. |
| 80 | 82 |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 214 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
| 213 | 215 |
| 214 [ $runtime == dart_precompiled ] | 216 [ $runtime == dart_precompiled ] |
| 215 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 217 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 216 | 218 |
| 217 [ $compiler == dart2js && $cps_ir && $checked ] | 219 [ $compiler == dart2js && $cps_ir && $checked ] |
| 218 *: Skip # `assert` not implemented, about 75% tests crash | 220 *: Skip # `assert` not implemented, about 75% tests crash |
| 219 | 221 |
| 220 [ $compiler == none ] | 222 [ $compiler == none ] |
| 221 kernel/test/closures_test: Fail | 223 kernel/test/closures_test: Fail |
| OLD | NEW |