| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 | 51 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 |
| 52 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 | 52 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 |
| 53 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 | 53 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 |
| 54 kernel/test/baseline_type_propagation_test: RuntimeError # Issue 28243 | 54 kernel/test/baseline_type_propagation_test: RuntimeError # Issue 28243 |
| 55 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 | 55 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 |
| 56 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 | 56 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 |
| 57 | 57 |
| 58 [ $compiler == dart2js ] | 58 [ $compiler == dart2js ] |
| 59 analysis_server/test/integration: SkipByDesign # Analysis server integration tes
ts don't make sense to run under dart2js, since the code under test always runs
in the Dart vm as a subprocess. | 59 analysis_server/test/integration: SkipByDesign # Analysis server integration tes
ts don't make sense to run under dart2js, since the code under test always runs
in the Dart vm as a subprocess. |
| 60 analyzer_cli/test/*: SkipByDesign # Only meant to run on vm | 60 analyzer_cli/test/*: SkipByDesign # Only meant to run on vm |
| 61 analyzer_plugin/test/*: SkipByDesign # Only meant to run on vm |
| 61 collection/test/equality_test/01: Fail # Issue 1533 | 62 collection/test/equality_test/01: Fail # Issue 1533 |
| 62 collection/test/equality_test/02: Fail # Issue 1533 | 63 collection/test/equality_test/02: Fail # Issue 1533 |
| 63 collection/test/equality_test/03: Fail # Issue 1533 | 64 collection/test/equality_test/03: Fail # Issue 1533 |
| 64 collection/test/equality_test/04: Fail # Issue 1533 | 65 collection/test/equality_test/04: Fail # Issue 1533 |
| 65 collection/test/equality_test/05: Fail # Issue 1533 | 66 collection/test/equality_test/05: Fail # Issue 1533 |
| 66 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 67 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
| 67 compiler/tool/*: SkipByDesign # Only meant to run on vm | 68 compiler/tool/*: SkipByDesign # Only meant to run on vm |
| 68 front_end/tool/*: SkipByDesign # Only meant to run on vm | 69 front_end/tool/*: SkipByDesign # Only meant to run on vm |
| 69 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. | 70 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. | 71 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 216 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
| 216 | 217 |
| 217 [ $runtime == dart_precompiled ] | 218 [ $runtime == dart_precompiled ] |
| 218 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 219 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 219 | 220 |
| 220 [ $compiler == dart2js && $cps_ir && $checked ] | 221 [ $compiler == dart2js && $cps_ir && $checked ] |
| 221 *: Skip # `assert` not implemented, about 75% tests crash | 222 *: Skip # `assert` not implemented, about 75% tests crash |
| 222 | 223 |
| 223 [ $compiler == none ] | 224 [ $compiler == none ] |
| 224 kernel/test/closures_test: Fail | 225 kernel/test/closures_test: Fail |
| OLD | NEW |