| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 mutation_observer: Skip # Issue 21149 | 47 mutation_observer: Skip # Issue 21149 |
| 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 analysis_server/test/socket_server_test: Pass, Slow |
| 57 | 58 |
| 58 [ $runtime == vm && $use_sdk ] | 59 [ $runtime == vm && $use_sdk ] |
| 59 front_end/test/fasta/compile_test: Skip # Issue 28629 | 60 front_end/test/fasta/compile_test: Skip # Issue 28629 |
| 60 front_end/test/fasta/kompile_test: Skip # Issue 28629 | 61 front_end/test/fasta/kompile_test: Skip # Issue 28629 |
| 61 front_end/test/fasta/outline_test: Skip # Issue 28629 | 62 front_end/test/fasta/outline_test: Skip # Issue 28629 |
| 62 | 63 |
| 63 [ $runtime == vm && $system == windows] | 64 [ $runtime == vm && $system == windows] |
| 64 analysis_server/*: Skip # Issue 27557 | 65 analysis_server/*: Skip # Issue 27557 |
| 65 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 | 66 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
| 66 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 | 67 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 233 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
| 233 | 234 |
| 234 [ $runtime == dart_precompiled ] | 235 [ $runtime == dart_precompiled ] |
| 235 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 236 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 236 | 237 |
| 237 [ $compiler == dart2js && $cps_ir && $checked ] | 238 [ $compiler == dart2js && $cps_ir && $checked ] |
| 238 *: Skip # `assert` not implemented, about 75% tests crash | 239 *: Skip # `assert` not implemented, about 75% tests crash |
| 239 | 240 |
| 240 [ $compiler == none ] | 241 [ $compiler == none ] |
| 241 kernel/test/closures_test: Fail | 242 kernel/test/closures_test: Fail |
| OLD | NEW |