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