| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 analysis_server/test/socket_server_test: Skip # Pass, Slow | 62 analysis_server/test/socket_server_test: Skip # Pass, Slow |
| 63 | 63 |
| 64 [ $runtime == vm && $checked && $system == windows ] | 64 [ $runtime == vm && $checked && $system == windows ] |
| 65 front_end/tool/perf_test: Slow, Pass | 65 front_end/tool/perf_test: Slow, Pass |
| 66 | 66 |
| 67 [ $runtime == vm && $use_sdk ] | 67 [ $runtime == vm && $use_sdk ] |
| 68 front_end/test/fasta/compile_test: Skip # Issue 28629 | 68 front_end/test/fasta/compile_test: Skip # Issue 28629 |
| 69 front_end/test/fasta/kompile_test: Skip # Issue 28629 | 69 front_end/test/fasta/kompile_test: Skip # Issue 28629 |
| 70 front_end/test/fasta/outline_test: Skip # Issue 28629 | 70 front_end/test/fasta/outline_test: Skip # Issue 28629 |
| 71 | 71 |
| 72 [ $runtime == vm && $use_sdk == false ] |
| 73 front_end/test/incremental_kernel_generator_test: Skip # Issue 28698 |
| 74 front_end/test/incremental_resolved_ast_generator_test: Skip # Issue 28698 |
| 75 front_end/tool/perf_test: Skip # Issue 28698 |
| 76 |
| 72 [ $runtime == vm && $system == windows] | 77 [ $runtime == vm && $system == windows] |
| 73 analysis_server/*: Skip # Issue 27557 | 78 analysis_server/*: Skip # Issue 27557 |
| 74 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 | 79 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
| 75 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 | 80 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 |
| 76 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 | 81 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 |
| 77 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 | 82 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 |
| 78 kernel/test/baseline_type_propagation_test: RuntimeError # Issue 28243 | 83 kernel/test/baseline_type_propagation_test: RuntimeError # Issue 28243 |
| 79 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 | 84 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 |
| 80 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 | 85 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 |
| 81 | 86 |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 243 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
| 239 | 244 |
| 240 [ $runtime == dart_precompiled ] | 245 [ $runtime == dart_precompiled ] |
| 241 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 246 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 242 | 247 |
| 243 [ $compiler == dart2js && $cps_ir && $checked ] | 248 [ $compiler == dart2js && $cps_ir && $checked ] |
| 244 *: Skip # `assert` not implemented, about 75% tests crash | 249 *: Skip # `assert` not implemented, about 75% tests crash |
| 245 | 250 |
| 246 [ $compiler == none ] | 251 [ $compiler == none ] |
| 247 kernel/test/closures_test: Fail | 252 kernel/test/closures_test: Fail |
| OLD | NEW |