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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 collection/test/equality_test/01: Fail # Issue 1533 | 77 collection/test/equality_test/01: Fail # Issue 1533 |
78 collection/test/equality_test/02: Fail # Issue 1533 | 78 collection/test/equality_test/02: Fail # Issue 1533 |
79 collection/test/equality_test/03: Fail # Issue 1533 | 79 collection/test/equality_test/03: Fail # Issue 1533 |
80 collection/test/equality_test/04: Fail # Issue 1533 | 80 collection/test/equality_test/04: Fail # Issue 1533 |
81 collection/test/equality_test/05: Fail # Issue 1533 | 81 collection/test/equality_test/05: Fail # Issue 1533 |
82 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 82 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
83 docgen/test/*: Skip # Far too slow | 83 docgen/test/*: Skip # Far too slow |
84 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time | 84 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time |
85 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. | 85 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
86 | 86 |
| 87 [ $compiler == dart2js && $runtime == drt ] |
| 88 third_party/angular_tests/browser_test/core_dom/compiler: Fail # Issue 19329 |
| 89 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu
e 19329 |
| 90 third_party/angular_tests/browser_test/core/templateurl: Fail # Issue 19329 |
| 91 web_components/test/interop2_test: Fail # Issue 19329 |
| 92 |
87 [ $compiler == dart2js && $checked ] | 93 [ $compiler == dart2js && $checked ] |
88 crypto/test/base64_test: Slow, Pass | 94 crypto/test/base64_test: Slow, Pass |
89 | 95 |
90 [ $checked && $runtime == drt ] | 96 [ $checked && $runtime == drt ] |
91 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 19190 | 97 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 19190 |
92 | 98 |
93 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 99 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
94 crypto/test/base64_test: Timeout # Issue 12486 | 100 crypto/test/base64_test: Timeout # Issue 12486 |
95 collection/test/priority_queue_test: Pass, Slow # Issue 16426 | 101 collection/test/priority_queue_test: Pass, Slow # Issue 16426 |
96 serialization/test/serialization_test: Skip | 102 serialization/test/serialization_test: Skip |
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
413 http/test/multipart_test: Fail | 419 http/test/multipart_test: Fail |
414 http/test/request_test: Fail | 420 http/test/request_test: Fail |
415 http/test/response_test: Fail | 421 http/test/response_test: Fail |
416 oauth2/test/authorization_code_grant_test: Fail | 422 oauth2/test/authorization_code_grant_test: Fail |
417 oauth2/test/client_test: Fail | 423 oauth2/test/client_test: Fail |
418 oauth2/test/credentials_test: Fail | 424 oauth2/test/credentials_test: Fail |
419 oauth2/test/handle_access_token_response_test: Fail | 425 oauth2/test/handle_access_token_response_test: Fail |
420 | 426 |
421 [ $runtime == drt ] | 427 [ $runtime == drt ] |
422 http/test/html/client_test: Skip # Issue 18566 | 428 http/test/html/client_test: Skip # Issue 18566 |
OLD | NEW |