| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/memory_file_system_test: CompileTimeError # Issue 23773 | 71 front_end/test/memory_file_system_test: CompileTimeError # Issue 23773 |
| 72 front_end/test/dependency_grapher_test: SkipByDesign # Uses dart:io | 72 front_end/test/dependency_grapher_test: SkipByDesign # Uses dart:io |
| 73 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io | 73 front_end/test/physical_file_system_test: SkipByDesign # Uses dart:io |
| 74 front_end/test/src/base/libraries_reader_test: SkipByDesign # Uses dart:io | 74 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 | 75 front_end/test/src/base/processed_options_test: SkipByDesign # Uses dart:io |
| 76 front_end/test/subpackage_relationships_test: SkipByDesign # Uses dart:io |
| 76 | 77 |
| 77 [ $compiler == dart2js && $fast_startup ] | 78 [ $compiler == dart2js && $fast_startup ] |
| 78 front_end/test/*: SkipByDesign # Tests written with dart:mirrors. | 79 front_end/test/*: SkipByDesign # Tests written with dart:mirrors. |
| 79 | 80 |
| 80 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ] | 81 [ $compiler == dart2js && $builder_tag != dart2js_analyzer ] |
| 81 analyzer/test/*: Skip # Issue 26813 | 82 analyzer/test/*: Skip # Issue 26813 |
| 82 analyzer/tool/*: Skip # Issue 26813 | 83 analyzer/tool/*: Skip # Issue 26813 |
| 83 analysis_server/test/*: Skip # Issue 26813 | 84 analysis_server/test/*: Skip # Issue 26813 |
| 84 | 85 |
| 85 [ $compiler == dart2js && $checked ] | 86 [ $compiler == dart2js && $checked ] |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 212 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
| 212 | 213 |
| 213 [ $runtime == dart_precompiled ] | 214 [ $runtime == dart_precompiled ] |
| 214 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 215 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 215 | 216 |
| 216 [ $compiler == dart2js && $cps_ir && $checked ] | 217 [ $compiler == dart2js && $cps_ir && $checked ] |
| 217 *: Skip # `assert` not implemented, about 75% tests crash | 218 *: Skip # `assert` not implemented, about 75% tests crash |
| 218 | 219 |
| 219 [ $compiler == none ] | 220 [ $compiler == none ] |
| 220 kernel/test/closures_test: Fail | 221 kernel/test/closures_test: Fail |
| OLD | NEW |