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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 analyzer/test/src/task/html_work_manager_test: Pass, Slow # Issue 21628 | 110 analyzer/test/src/task/html_work_manager_test: Pass, Slow # Issue 21628 |
111 analyzer/test/src/task/incremental_element_builder_test: Pass, Slow # Issue 2162
8 | 111 analyzer/test/src/task/incremental_element_builder_test: Pass, Slow # Issue 2162
8 |
112 analyzer/test/src/task/inputs_test: Pass, Slow # Issue 21628 | 112 analyzer/test/src/task/inputs_test: Pass, Slow # Issue 21628 |
113 analyzer/test/src/task/manager_test: Pass, Slow # Issue 21628 | 113 analyzer/test/src/task/manager_test: Pass, Slow # Issue 21628 |
114 analyzer/test/src/task/model_test: Pass, Slow # Issue 21628 | 114 analyzer/test/src/task/model_test: Pass, Slow # Issue 21628 |
115 analyzer/test/src/task/options_test: Pass, Slow # Issue 21628 | 115 analyzer/test/src/task/options_test: Pass, Slow # Issue 21628 |
116 analyzer/test/src/task/options_work_manager_test: Pass, Slow # Issue 21628 | 116 analyzer/test/src/task/options_work_manager_test: Pass, Slow # Issue 21628 |
117 analyzer/test/src/task/strong/checker_test: Pass, Slow # Issue 21628 | 117 analyzer/test/src/task/strong/checker_test: Pass, Slow # Issue 21628 |
118 analyzer/test/src/task/strong/inferred_type_test: Pass, Slow # Issue 21628 | 118 analyzer/test/src/task/strong/inferred_type_test: Pass, Slow # Issue 21628 |
119 analyzer/test/src/task/yaml_test: Pass, Slow # Issue 21628 | 119 analyzer/test/src/task/yaml_test: Pass, Slow # Issue 21628 |
120 analyzer/tool/task_dependency_graph/check_test: Timeout # Issue 26493 | 120 analyzer/tool/task_dependency_graph/check_test: Skip # Issue 26493 |
121 collection/test/equality_test/01: Fail # Issue 1533 | 121 collection/test/equality_test/01: Fail # Issue 1533 |
122 collection/test/equality_test/02: Fail # Issue 1533 | 122 collection/test/equality_test/02: Fail # Issue 1533 |
123 collection/test/equality_test/03: Fail # Issue 1533 | 123 collection/test/equality_test/03: Fail # Issue 1533 |
124 collection/test/equality_test/04: Fail # Issue 1533 | 124 collection/test/equality_test/04: Fail # Issue 1533 |
125 collection/test/equality_test/05: Fail # Issue 1533 | 125 collection/test/equality_test/05: Fail # Issue 1533 |
126 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 126 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
127 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. | 127 lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm. |
128 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. | 128 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
129 | 129 |
130 # Analysis server integration tests don't make sense to run under | 130 # Analysis server integration tests don't make sense to run under |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 | 266 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 |
267 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 | 267 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 |
268 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 | 268 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 |
269 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 269 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
270 | 270 |
271 [ $noopt || $runtime == dart_precompiled || $runtime == dart_product ] | 271 [ $noopt || $runtime == dart_precompiled || $runtime == dart_product ] |
272 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 272 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
273 | 273 |
274 [ $compiler == dart2js && $cps_ir && $checked ] | 274 [ $compiler == dart2js && $cps_ir && $checked ] |
275 *: Skip # `assert` not implemented, about 75% tests crash | 275 *: Skip # `assert` not implemented, about 75% tests crash |
OLD | NEW |