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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 polymer/test/build/all_phases_test: Skip # Slow | 51 polymer/test/build/all_phases_test: Skip # Slow |
52 code_transformers/test/resolver_test: Skip # Issue 17908 | 52 code_transformers/test/resolver_test: Skip # Issue 17908 |
53 | 53 |
54 [ $compiler == dart2js ] | 54 [ $compiler == dart2js ] |
55 collection/test/equality_test/01: Fail # Issue 1533 | 55 collection/test/equality_test/01: Fail # Issue 1533 |
56 collection/test/equality_test/02: Fail # Issue 1533 | 56 collection/test/equality_test/02: Fail # Issue 1533 |
57 collection/test/equality_test/03: Fail # Issue 1533 | 57 collection/test/equality_test/03: Fail # Issue 1533 |
58 collection/test/equality_test/04: Fail # Issue 1533 | 58 collection/test/equality_test/04: Fail # Issue 1533 |
59 collection/test/equality_test/05: Fail # Issue 1533 | 59 collection/test/equality_test/05: Fail # Issue 1533 |
60 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 60 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
| 61 docgen/test/multi_library_test: Slow, Pass # issue 17060 |
| 62 shelf/test/message_test: RuntimeError # Issue 18109 |
61 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time | 63 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time |
62 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. | 64 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
63 docgen/test/multi_library_test: Slow, Pass # issue 17060 | |
64 | 65 |
65 [ $compiler == dart2js && $checked ] | 66 [ $compiler == dart2js && $checked ] |
66 crypto/test/base64_test: Slow, Pass | 67 crypto/test/base64_test: Slow, Pass |
67 | 68 |
68 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 69 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
69 crypto/test/base64_test: Timeout # Issue 12486 | 70 crypto/test/base64_test: Timeout # Issue 12486 |
70 collection/test/priority_queue_test: Pass, Slow # Issue 16426 | 71 collection/test/priority_queue_test: Pass, Slow # Issue 16426 |
71 serialization/test/serialization_test: Skip | 72 serialization/test/serialization_test: Skip |
72 | 73 |
73 [ $runtime == jsshell ] | 74 [ $runtime == jsshell ] |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 357 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
357 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 358 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
358 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 359 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
359 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 360 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
360 | 361 |
361 [ $use_repository_packages ] | 362 [ $use_repository_packages ] |
362 analyzer/test/*: PubGetError | 363 analyzer/test/*: PubGetError |
363 | 364 |
364 [ $runtime == ie9 ] | 365 [ $runtime == ie9 ] |
365 polymer: Pass, Fail, Timeout # Issue 16717 | 366 polymer: Pass, Fail, Timeout # Issue 16717 |
OLD | NEW |