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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 68 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
69 crypto/test/base64_test: Timeout # Issue 12486 | 69 crypto/test/base64_test: Timeout # Issue 12486 |
70 collection/test/priority_queue_test: Pass, Slow # Issue 16426 | 70 collection/test/priority_queue_test: Pass, Slow # Issue 16426 |
71 serialization/test/serialization_test: Skip | 71 serialization/test/serialization_test: Skip |
72 | 72 |
73 [ $runtime == jsshell ] | 73 [ $runtime == jsshell ] |
74 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 | 74 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 |
75 docgen/test/typedef_test: Slow, Pass # issue 17060 | 75 docgen/test/typedef_test: Slow, Pass # issue 17060 |
76 | 76 |
77 [ $runtime == d8 || $runtime == jsshell ] | 77 [ $runtime == d8 || $runtime == jsshell ] |
78 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. | |
79 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728 | |
80 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 | 78 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 |
81 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces | 79 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces |
82 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. | 80 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. |
| 81 |
| 82 [ $runtime == jsshell ] |
| 83 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. |
| 84 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728 |
83 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http://
dartbug.com/10109 | 85 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http://
dartbug.com/10109 |
84 | 86 |
85 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] | 87 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] |
86 polymer/example: Skip # Uses dart:html | 88 polymer/example: Skip # Uses dart:html |
87 polymer/test/attr_deserialize_test: Skip # uses dart:html | 89 polymer/test/attr_deserialize_test: Skip # uses dart:html |
88 polymer/test/attr_mustache_test: Skip #uses dart:html | 90 polymer/test/attr_mustache_test: Skip #uses dart:html |
89 polymer/test/bind_test: Skip # uses dart:html | 91 polymer/test/bind_test: Skip # uses dart:html |
90 polymer/test/bind_mdv_test: Skip # uses dart:html | 92 polymer/test/bind_mdv_test: Skip # uses dart:html |
91 polymer/test/custom_event_test: Skip # uses dart:html | 93 polymer/test/custom_event_test: Skip # uses dart:html |
92 polymer/test/entered_view_test: Skip # uses dart:html | 94 polymer/test/entered_view_test: Skip # uses dart:html |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 359 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
358 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 360 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
359 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 361 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
360 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 362 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
361 | 363 |
362 [ $use_repository_packages ] | 364 [ $use_repository_packages ] |
363 analyzer/test/*: PubGetError | 365 analyzer/test/*: PubGetError |
364 | 366 |
365 [ $runtime == ie9 ] | 367 [ $runtime == ie9 ] |
366 polymer: Pass, Fail, Timeout # Issue 16717 | 368 polymer: Pass, Fail, Timeout # Issue 16717 |
OLD | NEW |