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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 [ $compiler == dart2js ] | 97 [ $compiler == dart2js ] |
98 collection/test/equality_test/01: Fail # Issue 1533 | 98 collection/test/equality_test/01: Fail # Issue 1533 |
99 collection/test/equality_test/02: Fail # Issue 1533 | 99 collection/test/equality_test/02: Fail # Issue 1533 |
100 collection/test/equality_test/03: Fail # Issue 1533 | 100 collection/test/equality_test/03: Fail # Issue 1533 |
101 collection/test/equality_test/04: Fail # Issue 1533 | 101 collection/test/equality_test/04: Fail # Issue 1533 |
102 collection/test/equality_test/05: Fail # Issue 1533 | 102 collection/test/equality_test/05: Fail # Issue 1533 |
103 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 103 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
104 docgen/test/*: Skip # Far too slow | 104 docgen/test/*: Skip # Far too slow |
105 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time | 105 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time |
106 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. | 106 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
| 107 analyzer/test/generated/engine_test: Skip # Slow |
107 | 108 |
108 analysis_server/test/search/element_references_test: Pass, Slow | 109 analysis_server/test/search/element_references_test: Pass, Slow |
109 analysis_server/test/services/index/store/codec_test: Pass, Slow | 110 analysis_server/test/services/index/store/codec_test: Pass, Slow |
110 | 111 |
111 # Analysis server integration tests don't make sense to run under | 112 # Analysis server integration tests don't make sense to run under |
112 # dart2js, since the code under test always runs in the Dart vm as a | 113 # dart2js, since the code under test always runs in the Dart vm as a |
113 # subprocess. | 114 # subprocess. |
114 analysis_server/test/integration: Skip | 115 analysis_server/test/integration: Skip |
115 | 116 |
116 observe/test/unique_message_test: Skip # Intended only as a vm test. | 117 observe/test/unique_message_test: Skip # Intended only as a vm test. |
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
480 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 481 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
481 | 482 |
482 [ $use_repository_packages ] | 483 [ $use_repository_packages ] |
483 analyzer/test/*: PubGetError | 484 analyzer/test/*: PubGetError |
484 | 485 |
485 [ $runtime == drt ] | 486 [ $runtime == drt ] |
486 http/test/html/client_test: Skip # Issue 18566 | 487 http/test/html/client_test: Skip # Issue 18566 |
487 | 488 |
488 [ $system == windows ] | 489 [ $system == windows ] |
489 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 490 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
OLD | NEW |