| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 front_end/test/incremental_kernel_generator_test: Skip # Issue 28698 | 75 front_end/test/incremental_kernel_generator_test: Skip # Issue 28698 |
| 76 front_end/test/incremental_resolved_ast_generator_test: Skip # Issue 28698 | 76 front_end/test/incremental_resolved_ast_generator_test: Skip # Issue 28698 |
| 77 front_end/tool/perf_test: Skip # Issue 28698 | 77 front_end/tool/perf_test: Skip # Issue 28698 |
| 78 | 78 |
| 79 [ $runtime == vm && $system == windows] | 79 [ $runtime == vm && $system == windows] |
| 80 analysis_server/*: Skip # Issue 27557 | 80 analysis_server/*: Skip # Issue 27557 |
| 81 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 | 81 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
| 82 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 | 82 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 |
| 83 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 | 83 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 |
| 84 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 | 84 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 |
| 85 kernel/test/baseline_type_propagation_test: RuntimeError # Issue 28243 | 85 kernel/test/baseline_type_propagation_test: RuntimeError, Timeout # Issue 28243 |
| 86 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 | 86 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 |
| 87 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 | 87 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 |
| 88 | 88 |
| 89 [ $runtime == vm && $system == macos] | 89 [ $runtime == vm && $system == macos] |
| 90 kernel/test/baseline_type_propagation_test: Slow, Pass | 90 kernel/test/baseline_type_propagation_test: Slow, Pass |
| 91 | 91 |
| 92 [ $compiler == dart2js ] | 92 [ $compiler == dart2js ] |
| 93 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. | 93 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. |
| 94 analyzer_cli/test/*: SkipByDesign # Only meant to run on vm | 94 analyzer_cli/test/*: SkipByDesign # Only meant to run on vm |
| 95 analyzer_plugin/test/*: SkipByDesign # Only meant to run on vm | 95 analyzer_plugin/test/*: SkipByDesign # Only meant to run on vm |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 248 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
| 249 | 249 |
| 250 [ $runtime == dart_precompiled ] | 250 [ $runtime == dart_precompiled ] |
| 251 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 251 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 252 | 252 |
| 253 [ $compiler == dart2js && $cps_ir && $checked ] | 253 [ $compiler == dart2js && $cps_ir && $checked ] |
| 254 *: Skip # `assert` not implemented, about 75% tests crash | 254 *: Skip # `assert` not implemented, about 75% tests crash |
| 255 | 255 |
| 256 [ $compiler == none ] | 256 [ $compiler == none ] |
| 257 kernel/test/closures_test: Fail | 257 kernel/test/closures_test: Fail |
| OLD | NEW |