| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. | 47 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
| 48 analyzer/test/generated/engine_test: Skip # Slow | 48 analyzer/test/generated/engine_test: Skip # Slow |
| 49 analyzer/test/generated/static_type_warning_code_test: Pass, Slow | 49 analyzer/test/generated/static_type_warning_code_test: Pass, Slow |
| 50 analyzer/test/generated/compile_time_error_code_test: Pass, Slow | 50 analyzer/test/generated/compile_time_error_code_test: Pass, Slow |
| 51 | 51 |
| 52 analyzer/test/enum_test: Fail # Issue 21323 | 52 analyzer/test/enum_test: Fail # Issue 21323 |
| 53 | 53 |
| 54 analysis_server/test/search/element_references_test: Pass, Slow | 54 analysis_server/test/search/element_references_test: Pass, Slow |
| 55 analysis_server/test/services/index/store/codec_test: Pass, Slow | 55 analysis_server/test/services/index/store/codec_test: Pass, Slow |
| 56 analysis_server/test/edit/assists_test: Pass, Slow | 56 analysis_server/test/edit/assists_test: Pass, Slow |
| 57 analysis_server/test/edit/form_test: Pass, Slow | 57 analysis_server/test/edit/format_test: Pass, Slow |
| 58 | 58 |
| 59 # Analysis server integration tests don't make sense to run under | 59 # Analysis server integration tests don't make sense to run under |
| 60 # dart2js, since the code under test always runs in the Dart vm as a | 60 # dart2js, since the code under test always runs in the Dart vm as a |
| 61 # subprocess. | 61 # subprocess. |
| 62 analysis_server/test/integration: Skip | 62 analysis_server/test/integration: Skip |
| 63 | 63 |
| 64 [ $compiler == dart2js && $checked ] | 64 [ $compiler == dart2js && $checked ] |
| 65 crypto/test/base64_test: Slow, Pass | 65 crypto/test/base64_test: Slow, Pass |
| 66 | 66 |
| 67 [ $compiler == dart2js && $runtime == drt ] | 67 [ $compiler == dart2js && $runtime == drt ] |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 | 180 |
| 181 [ $unchecked ] | 181 [ $unchecked ] |
| 182 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. | 182 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 183 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 183 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 184 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 184 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 185 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 185 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 186 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 186 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 187 | 187 |
| 188 [ $use_repository_packages ] | 188 [ $use_repository_packages ] |
| 189 analyzer/test/*: PubGetError | 189 analyzer/test/*: PubGetError |
| OLD | NEW |