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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 collection/test/equality_test/04: Fail # Issue 1533 | 42 collection/test/equality_test/04: Fail # Issue 1533 |
43 collection/test/equality_test/05: Fail # Issue 1533 | 43 collection/test/equality_test/05: Fail # Issue 1533 |
44 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 44 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
45 docgen/test/*: Skip # Far too slow | 45 docgen/test/*: Skip # Far too slow |
46 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time | 46 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time |
47 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. | 47 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
48 analyzer/test/generated/engine_test: Skip # Slow | 48 analyzer/test/generated/engine_test: Skip # Slow |
49 analyzer/test/generated/static_type_warning_code_test: Pass, Slow | 49 analyzer/test/generated/static_type_warning_code_test: Pass, Slow |
50 analyzer/test/generated/compile_time_error_code_test: Pass, Slow | 50 analyzer/test/generated/compile_time_error_code_test: Pass, Slow |
51 | 51 |
52 analyzer/test/enum_test: Fail # Issue 21323 | 52 analyzer/test/enum_test: Pass, Fail # Issue 21323 |
53 | 53 |
54 analysis_server/test/*: Skip # Issue 22161 | 54 analysis_server/test/*: Skip # Issue 22161 |
55 analysis_server/test/search/element_references_test: Pass, Slow | 55 analysis_server/test/search/element_references_test: Pass, Slow |
56 analysis_server/test/services/index/store/codec_test: Pass, Slow | 56 analysis_server/test/services/index/store/codec_test: Pass, Slow |
57 analysis_server/test/domain_completion_test: Pass, Slow | 57 analysis_server/test/domain_completion_test: Pass, Slow |
58 analysis_server/test/edit/assists_test: Pass, Slow | 58 analysis_server/test/edit/assists_test: Pass, Slow |
59 analysis_server/test/edit/format_test: Pass, Slow | 59 analysis_server/test/edit/format_test: Pass, Slow |
60 | 60 |
61 # Analysis server integration tests don't make sense to run under | 61 # Analysis server integration tests don't make sense to run under |
62 # dart2js, since the code under test always runs in the Dart vm as a | 62 # dart2js, since the code under test always runs in the Dart vm as a |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 | 182 |
183 [ $unchecked ] | 183 [ $unchecked ] |
184 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 184 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
185 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 185 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
186 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 186 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
187 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 187 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
188 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 188 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
189 | 189 |
190 [ $use_repository_packages ] | 190 [ $use_repository_packages ] |
191 analyzer/test/*: PubGetError | 191 analyzer/test/*: PubGetError |
OLD | NEW |