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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 path/test/browser_test: Fail, OK # Uses dart:html | 133 path/test/browser_test: Fail, OK # Uses dart:html |
134 intl/test/find_default_locale_browser_test: Skip | 134 intl/test/find_default_locale_browser_test: Skip |
135 intl/test/date_time_format_http_request_test: Skip | 135 intl/test/date_time_format_http_request_test: Skip |
136 | 136 |
137 [ $runtime == vm && $system == windows ] | 137 [ $runtime == vm && $system == windows ] |
138 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 138 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
139 | 139 |
140 [ $compiler == dartanalyzer ] | 140 [ $compiler == dartanalyzer ] |
141 # These tests are runtime negative but statically positive, so we skip | 141 # These tests are runtime negative but statically positive, so we skip |
142 # them in the analyzer. | 142 # them in the analyzer. |
| 143 mock/test/mock_regexp_negative_test: Skip |
| 144 mock/test/mock_stepwise_negative_test: Skip |
143 unittest/test/mock_regexp_negative_test: Skip | 145 unittest/test/mock_regexp_negative_test: Skip |
144 unittest/test/mock_stepwise_negative_test: Skip | 146 unittest/test/mock_stepwise_negative_test: Skip |
145 polymer/example/canonicalization: Skip | 147 polymer/example/canonicalization: Skip |
146 polymer/example/canonicalization2: Skip | 148 polymer/example/canonicalization2: Skip |
147 polymer/example/canonicalization3: Skip | 149 polymer/example/canonicalization3: Skip |
148 | 150 |
149 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 | 151 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 |
150 | 152 |
151 [ $compiler == dart2analyzer ] | 153 [ $compiler == dart2analyzer ] |
152 # These tests are runtime negative but statically positive, so we skip | 154 # These tests are runtime negative but statically positive, so we skip |
153 # them in the analyzer. | 155 # them in the analyzer. |
| 156 mock/test/mock_regexp_negative_test: Skip |
| 157 mock/test/mock_stepwise_negative_test: Skip |
154 unittest/test/mock_regexp_negative_test: Skip | 158 unittest/test/mock_regexp_negative_test: Skip |
155 unittest/test/mock_stepwise_negative_test: Skip | 159 unittest/test/mock_stepwise_negative_test: Skip |
156 polymer/example/canonicalization: Skip | 160 polymer/example/canonicalization: Skip |
157 polymer/example/canonicalization2: Skip | 161 polymer/example/canonicalization2: Skip |
158 polymer/example/canonicalization3: Skip | 162 polymer/example/canonicalization3: Skip |
159 | 163 |
160 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 | 164 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 |
161 | 165 |
162 [ $compiler == dart2js && $runtime == none] | 166 [ $compiler == dart2js && $runtime == none] |
163 polymer/example/canonicalization: Skip | 167 polymer/example/canonicalization: Skip |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
388 collection/test/priority_queue_test: PubGetError | 392 collection/test/priority_queue_test: PubGetError |
389 collection/test/unmodifiable_collection_test: PubGetError | 393 collection/test/unmodifiable_collection_test: PubGetError |
390 collection/test/wrapper_test: PubGetError | 394 collection/test/wrapper_test: PubGetError |
391 stack_trace/test/chain_test: PubGetError | 395 stack_trace/test/chain_test: PubGetError |
392 stack_trace/test/frame_test: PubGetError | 396 stack_trace/test/frame_test: PubGetError |
393 stack_trace/test/trace_test: PubGetError | 397 stack_trace/test/trace_test: PubGetError |
394 stack_trace/test/vm_test: PubGetError | 398 stack_trace/test/vm_test: PubGetError |
395 | 399 |
396 [ $runtime == ie9 ] | 400 [ $runtime == ie9 ] |
397 polymer: Pass, Fail, Timeout # Issue 16717 | 401 polymer: Pass, Fail, Timeout # Issue 16717 |
OLD | NEW |