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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 [ $compiler == dart2js ] | 89 [ $compiler == dart2js ] |
90 collection/test/equality_test/01: Fail # Issue 1533 | 90 collection/test/equality_test/01: Fail # Issue 1533 |
91 collection/test/equality_test/02: Fail # Issue 1533 | 91 collection/test/equality_test/02: Fail # Issue 1533 |
92 collection/test/equality_test/03: Fail # Issue 1533 | 92 collection/test/equality_test/03: Fail # Issue 1533 |
93 collection/test/equality_test/04: Fail # Issue 1533 | 93 collection/test/equality_test/04: Fail # Issue 1533 |
94 collection/test/equality_test/05: Fail # Issue 1533 | 94 collection/test/equality_test/05: Fail # Issue 1533 |
95 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 95 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
96 docgen/test/*: Skip # Far too slow | 96 docgen/test/*: Skip # Far too slow |
97 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time | 97 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time |
98 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. | 98 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
| 99 math/test/bigint_test: RuntimeError # Requires bigint support. |
99 | 100 |
100 analysis_server/test/search/element_references_test: Pass, Slow | 101 analysis_server/test/search/element_references_test: Pass, Slow |
101 analysis_server/test/services/index/store/codec_test: Pass, Slow | 102 analysis_server/test/services/index/store/codec_test: Pass, Slow |
102 | 103 |
103 # Analysis server integration tests don't make sense to run under | 104 # Analysis server integration tests don't make sense to run under |
104 # dart2js, since the code under test always runs in the Dart vm as a | 105 # dart2js, since the code under test always runs in the Dart vm as a |
105 # subprocess. | 106 # subprocess. |
106 analysis_server/test/integration: Skip | 107 analysis_server/test/integration: Skip |
107 | 108 |
108 [ $compiler == dart2js && $runtime == ff && $system == windows ] | 109 [ $compiler == dart2js && $runtime == ff && $system == windows ] |
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
468 oauth2/test/client_test: Fail | 469 oauth2/test/client_test: Fail |
469 oauth2/test/credentials_test: Fail | 470 oauth2/test/credentials_test: Fail |
470 oauth2/test/handle_access_token_response_test: Fail | 471 oauth2/test/handle_access_token_response_test: Fail |
471 | 472 |
472 [ $runtime == drt ] | 473 [ $runtime == drt ] |
473 http/test/html/client_test: Skip # Issue 18566 | 474 http/test/html/client_test: Skip # Issue 18566 |
474 | 475 |
475 [ $system == windows ] | 476 [ $system == windows ] |
476 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 477 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
477 analysis_server/test/integration/analysis/update_content_test: Skip # Times out
flakily. Issue 20575. | 478 analysis_server/test/integration/analysis/update_content_test: Skip # Times out
flakily. Issue 20575. |
OLD | NEW |