| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 61 docgen/test/multi_library_test: Slow, Pass # issue 17060 |
| 62 shelf/test/message_test: RuntimeError # Issue 18109 | |
| 63 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time | 62 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time |
| 64 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. | 63 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
| 65 | 64 |
| 66 [ $compiler == dart2js && $checked ] | 65 [ $compiler == dart2js && $checked ] |
| 67 crypto/test/base64_test: Slow, Pass | 66 crypto/test/base64_test: Slow, Pass |
| 68 | 67 |
| 69 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 68 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 70 crypto/test/base64_test: Timeout # Issue 12486 | 69 crypto/test/base64_test: Timeout # Issue 12486 |
| 71 collection/test/priority_queue_test: Pass, Slow # Issue 16426 | 70 collection/test/priority_queue_test: Pass, Slow # Issue 16426 |
| 72 serialization/test/serialization_test: Skip | 71 serialization/test/serialization_test: Skip |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 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. |
| 361 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. |
| 362 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 |
| 363 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 |
| 364 | 363 |
| 365 [ $use_repository_packages ] | 364 [ $use_repository_packages ] |
| 366 analyzer/test/*: PubGetError | 365 analyzer/test/*: PubGetError |
| 367 | 366 |
| 368 [ $runtime == ie9 ] | 367 [ $runtime == ie9 ] |
| 369 polymer: Pass, Fail, Timeout # Issue 16717 | 368 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |