Chromium Code Reviews| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 48 unittest/*: Skip # Issue 21949 | 48 unittest/*: Skip # Issue 21949 |
| 49 lookup_map/*: SkipByDesign | 49 lookup_map/*: SkipByDesign |
| 50 front_end/*: SkipByDesign | 50 front_end/*: SkipByDesign |
| 51 | 51 |
| 52 [ $runtime == vm && $mode == debug ] | 52 [ $runtime == vm && $mode == debug ] |
| 53 analysis_server/test/completion_test: Pass, Slow | 53 analysis_server/test/completion_test: Pass, Slow |
| 54 | 54 |
| 55 [ $runtime == vm && $checked ] | 55 [ $runtime == vm && $checked ] |
| 56 analysis_server/test/completion_test: Pass, Slow | 56 analysis_server/test/completion_test: Pass, Slow |
| 57 | 57 |
| 58 [ $runtime == vm && $use_sdk ] | |
| 59 front_end/test/fasta/compile_test: Pass, Fail # Issue 28629 | |
| 60 front_end/test/fasta/kompile_test: Pass, Fail # Issue 28629 | |
| 61 front_end/test/fasta/outline_test: Pass, Fail # Issue 28629 | |
|
ahe
2017/02/03 18:50:13
Just skip them for --use-sdk. I'm very surprised t
| |
| 62 | |
| 58 [ $runtime == vm && $system == windows] | 63 [ $runtime == vm && $system == windows] |
| 59 analysis_server/*: Skip # Issue 27557 | 64 analysis_server/*: Skip # Issue 27557 |
| 60 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 | 65 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
| 61 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError # Issue 24796 | 66 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError # Issue 24796 |
| 62 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 | 67 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 |
| 63 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 | 68 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 |
| 64 kernel/test/baseline_type_propagation_test: RuntimeError # Issue 28243 | 69 kernel/test/baseline_type_propagation_test: RuntimeError # Issue 28243 |
| 65 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 | 70 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 |
| 66 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 | 71 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 |
| 67 | 72 |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 227 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 232 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
| 228 | 233 |
| 229 [ $runtime == dart_precompiled ] | 234 [ $runtime == dart_precompiled ] |
| 230 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 235 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 231 | 236 |
| 232 [ $compiler == dart2js && $cps_ir && $checked ] | 237 [ $compiler == dart2js && $cps_ir && $checked ] |
| 233 *: Skip # `assert` not implemented, about 75% tests crash | 238 *: Skip # `assert` not implemented, about 75% tests crash |
| 234 | 239 |
| 235 [ $compiler == none ] | 240 [ $compiler == none ] |
| 236 kernel/test/closures_test: Fail | 241 kernel/test/closures_test: Fail |
| OLD | NEW |