| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 | 44 |
| 45 [ $runtime == vm && $checked ] | 45 [ $runtime == vm && $checked ] |
| 46 analysis_server/test/completion_test: Pass, Slow | 46 analysis_server/test/completion_test: Pass, Slow |
| 47 | 47 |
| 48 [ $runtime == vm && $system == windows] | 48 [ $runtime == vm && $system == windows] |
| 49 analysis_server/*: Skip # Issue 27557 | 49 analysis_server/*: Skip # Issue 27557 |
| 50 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 | 50 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
| 51 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 | 51 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 |
| 52 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 | 52 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 |
| 53 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 | 53 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 |
| 54 front_end/test/src/base/uri_resolver_test: RuntimeError # Issue 28309 | |
| 55 kernel/test/baseline_type_propagation_test: RuntimeError # Issue 28243 | 54 kernel/test/baseline_type_propagation_test: RuntimeError # Issue 28243 |
| 56 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 | 55 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 |
| 57 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 | 56 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 |
| 58 | 57 |
| 59 [ $compiler == dart2js ] | 58 [ $compiler == dart2js ] |
| 60 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. | 59 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. |
| 61 analyzer_cli/test/*: SkipByDesign # Only meant to run on vm | 60 analyzer_cli/test/*: SkipByDesign # Only meant to run on vm |
| 62 collection/test/equality_test/01: Fail # Issue 1533 | 61 collection/test/equality_test/01: Fail # Issue 1533 |
| 63 collection/test/equality_test/02: Fail # Issue 1533 | 62 collection/test/equality_test/02: Fail # Issue 1533 |
| 64 collection/test/equality_test/03: Fail # Issue 1533 | 63 collection/test/equality_test/03: Fail # Issue 1533 |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 211 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
| 213 | 212 |
| 214 [ $noopt || $runtime == dart_precompiled ] | 213 [ $noopt || $runtime == dart_precompiled ] |
| 215 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 214 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 216 | 215 |
| 217 [ $compiler == dart2js && $cps_ir && $checked ] | 216 [ $compiler == dart2js && $cps_ir && $checked ] |
| 218 *: Skip # `assert` not implemented, about 75% tests crash | 217 *: Skip # `assert` not implemented, about 75% tests crash |
| 219 | 218 |
| 220 [ $compiler == none ] | 219 [ $compiler == none ] |
| 221 kernel/test/closures_test: Fail | 220 kernel/test/closures_test: Fail |
| OLD | NEW |