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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 | 64 |
65 analysis_server/test/search/element_references_test: Pass, Slow | 65 analysis_server/test/search/element_references_test: Pass, Slow |
66 analysis_server/test/services/index/store/codec_test: Pass, Slow | 66 analysis_server/test/services/index/store/codec_test: Pass, Slow |
67 analysis_server/test/edit/assists_test: Pass, Slow | 67 analysis_server/test/edit/assists_test: Pass, Slow |
68 | 68 |
69 # Analysis server integration tests don't make sense to run under | 69 # Analysis server integration tests don't make sense to run under |
70 # dart2js, since the code under test always runs in the Dart vm as a | 70 # dart2js, since the code under test always runs in the Dart vm as a |
71 # subprocess. | 71 # subprocess. |
72 analysis_server/test/integration: Skip | 72 analysis_server/test/integration: Skip |
73 | 73 |
74 observe/test/unique_message_test: Skip # Intended only as a vm test. | |
75 code_transformers/test/unique_message_test: Skip # Intended only as a vm test. | 74 code_transformers/test/unique_message_test: Skip # Intended only as a vm test. |
76 | 75 |
77 [ $compiler == dart2js && $checked ] | 76 [ $compiler == dart2js && $checked ] |
78 crypto/test/base64_test: Slow, Pass | 77 crypto/test/base64_test: Slow, Pass |
79 | 78 |
80 | 79 |
81 [ $compiler == dart2js && $runtime == drt ] | 80 [ $compiler == dart2js && $runtime == drt ] |
82 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu
e 19329 | 81 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu
e 19329 |
83 | 82 |
84 [ $compiler == dart2js && $csp && $runtime == drt ] | 83 [ $compiler == dart2js && $csp && $runtime == drt ] |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at | 122 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at |
124 # overflow in JS (numbers slightly larger than | 123 # overflow in JS (numbers slightly larger than |
125 # 32 bits where we do bitwise operations). | 124 # 32 bits where we do bitwise operations). |
126 | 125 |
127 [ $runtime == opera && $compiler == dart2js ] | 126 [ $runtime == opera && $compiler == dart2js ] |
128 intl/test/find_default_locale_browser_test: Fail | 127 intl/test/find_default_locale_browser_test: Fail |
129 intl/test/date_time_format_http_request_test: Skip # Timeout. | 128 intl/test/date_time_format_http_request_test: Skip # Timeout. |
130 | 129 |
131 [ $ie ] | 130 [ $ie ] |
132 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | 131 intl/test/date_time_format_http_request_test: Fail # Issue 8983 |
133 observe/test/list_path_observer_test: RuntimeError, Pass # Issue 20849 | |
134 | 132 |
135 [ $runtime == ie10 ] | 133 [ $runtime == ie10 ] |
136 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 | 134 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 |
137 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e
xplicitly, since this is not the same as on ie9) | 135 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e
xplicitly, since this is not the same as on ie9) |
138 | 136 |
139 [ $runtime == safarimobilesim ] | 137 [ $runtime == safarimobilesim ] |
140 # Unexplained errors only occuring on Safari 6.1 and earlier. | 138 # Unexplained errors only occuring on Safari 6.1 and earlier. |
141 typed_data/test/typed_buffers_test: RuntimeError | 139 typed_data/test/typed_buffers_test: RuntimeError |
142 | 140 |
143 | 141 |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 285 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
288 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 286 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
289 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 287 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
290 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 288 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
291 | 289 |
292 [ $use_repository_packages ] | 290 [ $use_repository_packages ] |
293 analyzer/test/*: PubGetError | 291 analyzer/test/*: PubGetError |
294 | 292 |
295 [ $runtime == drt ] | 293 [ $runtime == drt ] |
296 http/test/html/client_test: Skip # Issue 18566 | 294 http/test/html/client_test: Skip # Issue 18566 |
OLD | NEW |