| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 collection/test/equality_test/04: Fail # Issue 1533 | 48 collection/test/equality_test/04: Fail # Issue 1533 |
| 49 collection/test/equality_test/05: Fail # Issue 1533 | 49 collection/test/equality_test/05: Fail # Issue 1533 |
| 50 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 50 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
| 51 docgen/test/*: Skip # Far too slow | 51 docgen/test/*: Skip # Far too slow |
| 52 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time | 52 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time |
| 53 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. | 53 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
| 54 analyzer/test/generated/engine_test: Skip # Slow | 54 analyzer/test/generated/engine_test: Skip # Slow |
| 55 analyzer/test/generated/static_type_warning_code_test: Pass, Slow | 55 analyzer/test/generated/static_type_warning_code_test: Pass, Slow |
| 56 analyzer/test/generated/compile_time_error_code_test: Pass, Slow | 56 analyzer/test/generated/compile_time_error_code_test: Pass, Slow |
| 57 | 57 |
| 58 analyzer/test/enum_test: Pass, Fail # Issue 21323 | 58 analyzer/test/enum_test: Slow, Pass, Fail # Issue 21323 |
| 59 | 59 |
| 60 analysis_server/test/*: Skip # Issue 22161 | 60 analysis_server/test/*: Skip # Issue 22161 |
| 61 analysis_server/test/search/element_references_test: Pass, Slow | 61 analysis_server/test/search/element_references_test: Pass, Slow |
| 62 analysis_server/test/services/index/store/codec_test: Pass, Slow | 62 analysis_server/test/services/index/store/codec_test: Pass, Slow |
| 63 analysis_server/test/domain_completion_test: Pass, Slow | 63 analysis_server/test/domain_completion_test: Pass, Slow |
| 64 analysis_server/test/edit/assists_test: Pass, Slow | 64 analysis_server/test/edit/assists_test: Pass, Slow |
| 65 analysis_server/test/edit/format_test: Pass, Slow | 65 analysis_server/test/edit/format_test: Pass, Slow |
| 66 | 66 |
| 67 # Analysis server integration tests don't make sense to run under | 67 # Analysis server integration tests don't make sense to run under |
| 68 # dart2js, since the code under test always runs in the Dart vm as a | 68 # dart2js, since the code under test always runs in the Dart vm as a |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 | 201 |
| 202 [ $unchecked ] | 202 [ $unchecked ] |
| 203 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 203 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 204 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 204 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 205 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 205 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 206 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 206 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 207 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 207 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 208 | 208 |
| 209 [ $use_repository_packages ] | 209 [ $use_repository_packages ] |
| 210 analyzer/test/*: PubGetError | 210 analyzer/test/*: PubGetError |
| OLD | NEW |