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 17 matching lines...) Expand all Loading... |
28 analysis_server/test/integration/*: SkipSlow # Times out | 28 analysis_server/test/integration/*: SkipSlow # Times out |
29 analysis_server/tool/spec/check_all_test: SkipSlow # Times out | 29 analysis_server/tool/spec/check_all_test: SkipSlow # Times out |
30 analyzer/test/generated/element_test: SkipSlow # Times out | 30 analyzer/test/generated/element_test: SkipSlow # Times out |
31 analyzer/test/generated/parser_test: SkipSlow # Times out | 31 analyzer/test/generated/parser_test: SkipSlow # Times out |
32 docgen/test/*: SkipSlow | 32 docgen/test/*: SkipSlow |
33 third_party/html5lib/test/tokenizer_test: SkipSlow # Times out | 33 third_party/html5lib/test/tokenizer_test: SkipSlow # Times out |
34 | 34 |
35 [ $runtime == vm && $system == windows] | 35 [ $runtime == vm && $system == windows] |
36 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 | 36 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
37 | 37 |
38 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] | |
39 docgen/test/*: SkipSlow | |
40 third_party/html5lib/test/tokenizer_test: Pass, Slow | |
41 analysis_server/*: SkipSlow # Timeout in some tests. | |
42 | |
43 [ $compiler == dart2js ] | 38 [ $compiler == dart2js ] |
44 collection/test/equality_test/01: Fail # Issue 1533 | 39 collection/test/equality_test/01: Fail # Issue 1533 |
45 collection/test/equality_test/02: Fail # Issue 1533 | 40 collection/test/equality_test/02: Fail # Issue 1533 |
46 collection/test/equality_test/03: Fail # Issue 1533 | 41 collection/test/equality_test/03: Fail # Issue 1533 |
47 collection/test/equality_test/04: Fail # Issue 1533 | 42 collection/test/equality_test/04: Fail # Issue 1533 |
48 collection/test/equality_test/05: Fail # Issue 1533 | 43 collection/test/equality_test/05: Fail # Issue 1533 |
49 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 44 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
50 docgen/test/*: SkipSlow # Far too slow | 45 docgen/test/*: SkipSlow # Far too slow |
51 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 |
52 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. |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 http_server/test/*: Fail, OK # Uses dart:io. | 151 http_server/test/*: Fail, OK # Uses dart:io. |
157 observe/test/transformer_test: Fail, OK # Uses dart:io. | 152 observe/test/transformer_test: Fail, OK # Uses dart:io. |
158 observe/test/unique_message_test: SkipByDesign # Uses dart:io. | 153 observe/test/unique_message_test: SkipByDesign # Uses dart:io. |
159 stub_core_library/test/*: Fail, OK # Uses dart:io. | 154 stub_core_library/test/*: Fail, OK # Uses dart:io. |
160 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 | 155 third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337 |
161 third_party/angular_tests/vm_test: SkipByDesign # Uses dart:io | 156 third_party/angular_tests/vm_test: SkipByDesign # Uses dart:io |
162 third_party/html5lib/test/parser_test: SkipByDesign # Uses dart:io. | 157 third_party/html5lib/test/parser_test: SkipByDesign # Uses dart:io. |
163 third_party/html5lib/test/selectors/*: SkipByDesign # Uses dart:io. | 158 third_party/html5lib/test/selectors/*: SkipByDesign # Uses dart:io. |
164 third_party/html5lib/test/tokenizer_test: SkipByDesign # Uses dart:io. | 159 third_party/html5lib/test/tokenizer_test: SkipByDesign # Uses dart:io. |
165 | 160 |
166 [ $arch == simarm64 || $arch == armv5te ] | 161 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv5te
|| $arch == simmips || $arch == armv5te) ] |
167 # Timeout. These are not unit tests. They do not run efficiently on our | 162 # Timeout. These are not unit tests. They do not run efficiently on our |
168 # simulator or low-end devices. | 163 # simulator or low-end devices. |
169 *: Skip | 164 *: Skip |
170 | 165 |
171 [ $runtime == vm ] | 166 [ $runtime == vm ] |
172 # Skip tests on the VM if the package depends on dart:html | 167 # Skip tests on the VM if the package depends on dart:html |
173 mutation_observer: Skip | 168 mutation_observer: Skip |
174 third_party/html5lib/test/browser/browser_test: Skip | 169 third_party/html5lib/test/browser/browser_test: Skip |
175 | 170 |
176 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 171 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 microlytics/test/dart_microlytics_test: Crash # (throw new ExpectException(messa
ge)): Unhandled node | 688 microlytics/test/dart_microlytics_test: Crash # (throw new ExpectException(messa
ge)): Unhandled node |
694 mock/test/mock_regexp_negative_test: Crash # Instance of 'TypeOperator': unimple
mented in CodeGenerator | 689 mock/test/mock_regexp_negative_test: Crash # Instance of 'TypeOperator': unimple
mented in CodeGenerator |
695 mock/test/mock_stepwise_negative_test: Crash # cannot compile methods that need
interceptor calling convention. | 690 mock/test/mock_stepwise_negative_test: Crash # cannot compile methods that need
interceptor calling convention. |
696 mock/test/mock_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe
nerator | 691 mock/test/mock_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe
nerator |
697 stub_core_library/test/stub_test: Crash # try/finally | 692 stub_core_library/test/stub_test: Crash # try/finally |
698 third_party/angular_tests/vm_test: Crash # try/finally | 693 third_party/angular_tests/vm_test: Crash # try/finally |
699 third_party/di_tests/di_test: Crash # try/finally | 694 third_party/di_tests/di_test: Crash # try/finally |
700 typed_data/test/typed_buffers_test/01: Crash # cannot compile methods that need
interceptor calling convention. | 695 typed_data/test/typed_buffers_test/01: Crash # cannot compile methods that need
interceptor calling convention. |
701 typed_data/test/typed_buffers_test/none: Crash # cannot compile methods that nee
d interceptor calling convention. | 696 typed_data/test/typed_buffers_test/none: Crash # cannot compile methods that nee
d interceptor calling convention. |
702 typed_mock/test/typed_mock_test: Crash # try/finally | 697 typed_mock/test/typed_mock_test: Crash # try/finally |
OLD | NEW |