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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
173 # minified. | 173 # minified. |
174 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2 JS | 174 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2 JS |
175 matcher/test/mirror_matchers_test: Fail # Issue 15405 | 175 matcher/test/mirror_matchers_test: Fail # Issue 15405 |
176 | 176 |
177 [ $compiler == dart2js && $browser ] | 177 [ $compiler == dart2js && $browser ] |
178 stack_trace/test/vm_test: Fail, OK # VM-specific traces | 178 stack_trace/test/vm_test: Fail, OK # VM-specific traces |
179 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 | 179 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 |
180 crypto/test/sha256_test: Slow, Pass | 180 crypto/test/sha256_test: Slow, Pass |
181 crypto/test/sha1_test: Slow, Pass | 181 crypto/test/sha1_test: Slow, Pass |
182 polymer/example/component: Fail # Issue 13198 | 182 polymer/example/component: Fail # Issue 13198 |
183 polymer/example/canonicalization/test/dev_test: Fail, OK # tests development onl y behavior | 183 polymer/test/mirror_loader_test: Skip # tests development only behavior |
Siggi Cherem (dart-lang)
2014/04/04 02:54:14
now all canonicalization is consistent regardless
Jennifer Messerly
2014/04/04 19:39:50
nice!!!
| |
184 polymer/example/canonicalization/test/dev2_test: Fail, OK # tests development on ly behavior | |
185 polymer/example/canonicalization/test/dev3_test: Fail, OK # tests development on ly behavior | |
186 polymer/example/canonicalization/test/dir/dev_test: Fail, OK # tests development only behavior | |
187 polymer/example/canonicalization/test/dir/dev2_test: Fail, OK # tests developmen t only behavior | |
188 polymer/test/mirror_loader_test: Fail, OK # tests development only behavior | |
189 | 184 |
190 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 185 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
191 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. | 186 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. |
192 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. | 187 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. |
193 | 188 |
194 [ $browser ] | 189 [ $browser ] |
195 analysis_server/test/*: Skip # Uses dart:io. | 190 analysis_server/test/*: Skip # Uses dart:io. |
196 analyzer/test/error_test: Fail, OK # Uses dart:io. | 191 analyzer/test/error_test: Fail, OK # Uses dart:io. |
197 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. | 192 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. |
198 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. | 193 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
290 unittest/test/unittest_runtests_without_tests_test: Fail # 13921 | 285 unittest/test/unittest_runtests_without_tests_test: Fail # 13921 |
291 unittest/test/unittest_setup_and_teardown_test: Fail # 13921 | 286 unittest/test/unittest_setup_and_teardown_test: Fail # 13921 |
292 unittest/test/unittest_setup_test: Fail # 13921 | 287 unittest/test/unittest_setup_test: Fail # 13921 |
293 unittest/test/unittest_single_correct_test: Fail # 13921 | 288 unittest/test/unittest_single_correct_test: Fail # 13921 |
294 unittest/test/unittest_single_failing_test: Fail # 13921 | 289 unittest/test/unittest_single_failing_test: Fail # 13921 |
295 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921 | 290 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921 |
296 unittest/test/unittest_teardown_test: Fail # 13921 | 291 unittest/test/unittest_teardown_test: Fail # 13921 |
297 unittest/test/unittest_test_returning_future_test: Fail # 13921 | 292 unittest/test/unittest_test_returning_future_test: Fail # 13921 |
298 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 | 293 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 |
299 unittest/test/unittest_testcases_immutable_test: Fail # 13921 | 294 unittest/test/unittest_testcases_immutable_test: Fail # 13921 |
300 polymer/example/canonicalization/test/deploy2_test: Fail, OK # tests deploy only behavior | |
301 polymer/example/canonicalization/test/deploy3_test: Fail, OK # tests deploy only behavior | |
302 polymer/example/canonicalization/test/deploy_test: Fail, OK # tests deploy only behavior | |
303 polymer/example/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior | |
304 polymer/example/canonicalization/test/dir/deploy_test: Fail, OK # tests deploy o nly behavior | |
305 polymer/test/custom_event_test: Pass, Crash # 14360 | 295 polymer/test/custom_event_test: Pass, Crash # 14360 |
306 | 296 |
307 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ] | 297 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ] |
308 polymer/test/custom_event_test: Skip # http://dartbug.com/15517 | 298 polymer/test/custom_event_test: Skip # http://dartbug.com/15517 |
309 | 299 |
310 [ $runtime == vm ] | 300 [ $runtime == vm ] |
311 # Skip tests on the VM if the package depends on dart:html | 301 # Skip tests on the VM if the package depends on dart:html |
312 custom_element: Skip | 302 custom_element: Skip |
313 template_binding: Skip | 303 template_binding: Skip |
314 mutation_observer: Skip | 304 mutation_observer: Skip |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
350 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 340 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
351 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 341 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
352 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 342 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
353 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 | 343 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 |
354 | 344 |
355 [ $use_repository_packages ] | 345 [ $use_repository_packages ] |
356 analyzer/test/*: PubGetError | 346 analyzer/test/*: PubGetError |
357 | 347 |
358 [ $runtime == ie9 ] | 348 [ $runtime == ie9 ] |
359 polymer: Pass, Fail, Timeout # Issue 16717 | 349 polymer: Pass, Fail, Timeout # Issue 16717 |
OLD | NEW |