| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 [ $runtime == vm && $mode == debug ] | 57 [ $runtime == vm && $mode == debug ] |
| 58 analysis_server/test/completion_test: Pass, Slow | 58 analysis_server/test/completion_test: Pass, Slow |
| 59 | 59 |
| 60 [ $runtime == vm && $checked ] | 60 [ $runtime == vm && $checked ] |
| 61 analysis_server/test/completion_test: Pass, Slow | 61 analysis_server/test/completion_test: Pass, Slow |
| 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 && $checked && $system == macos ] | |
| 68 front_end/tool/perf_test: Skip # Issue 28676 | |
| 69 | |
| 70 [ $runtime == vm && $use_sdk ] | 67 [ $runtime == vm && $use_sdk ] |
| 71 front_end/test/fasta/compile_test: Skip # Issue 28629 | 68 front_end/test/fasta/compile_test: Skip # Issue 28629 |
| 72 front_end/test/fasta/kompile_test: Skip # Issue 28629 | 69 front_end/test/fasta/kompile_test: Skip # Issue 28629 |
| 73 front_end/test/fasta/outline_test: Skip # Issue 28629 | 70 front_end/test/fasta/outline_test: Skip # Issue 28629 |
| 74 | 71 |
| 75 [ $runtime == vm && $system == windows] | 72 [ $runtime == vm && $system == windows] |
| 76 analysis_server/*: Skip # Issue 27557 | 73 analysis_server/*: Skip # Issue 27557 |
| 77 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 | 74 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
| 78 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 | 75 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 |
| 79 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 | 76 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 238 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
| 242 | 239 |
| 243 [ $runtime == dart_precompiled ] | 240 [ $runtime == dart_precompiled ] |
| 244 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 241 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 245 | 242 |
| 246 [ $compiler == dart2js && $cps_ir && $checked ] | 243 [ $compiler == dart2js && $cps_ir && $checked ] |
| 247 *: Skip # `assert` not implemented, about 75% tests crash | 244 *: Skip # `assert` not implemented, about 75% tests crash |
| 248 | 245 |
| 249 [ $compiler == none ] | 246 [ $compiler == none ] |
| 250 kernel/test/closures_test: Fail | 247 kernel/test/closures_test: Fail |
| OLD | NEW |