Chromium Code Reviews| 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 |
| 11 */*/*/*/packages/*/*: Skip | 11 */*/*/*/packages/*/*: Skip |
| 12 */*/*/*/*/packages/*/*: Skip | 12 */*/*/*/*/packages/*/*: Skip |
| 13 | 13 |
| 14 # Analyzer2dart is not maintained anymore. | 14 # Analyzer2dart is not maintained anymore. |
| 15 analyzer2dart/test/*: Skip | 15 analyzer2dart/test/*: Skip |
| 16 | 16 |
| 17 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] | 17 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] |
|
Alan Knight
2015/09/23 17:07:12
If this section is empty, we can probably remove i
keertip
2015/09/23 17:24:55
Done.
| |
| 18 docgen/test/inherited_comments_test: Fail # issue 22233 | |
| 19 | 18 |
| 20 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] | 19 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] |
| 21 mutation_observer: Skip # Issue 21149 | 20 mutation_observer: Skip # Issue 21149 |
| 22 unittest/*: Skip # Issue 21949 | 21 unittest/*: Skip # Issue 21949 |
| 23 lookup_map/*: SkipByDesign | 22 lookup_map/*: SkipByDesign |
| 24 | 23 |
| 25 [ $runtime == vm && $mode == debug] | 24 [ $runtime == vm && $mode == debug] |
| 26 analysis_server/test/analysis_server_test: SkipSlow # Times out | 25 analysis_server/test/analysis_server_test: SkipSlow # Times out |
| 27 analysis_server/test/completion_test: SkipSlow # Times out | 26 analysis_server/test/completion_test: SkipSlow # Times out |
| 28 analysis_server/test/domain_context_test: SkipSlow # Times out | 27 analysis_server/test/domain_context_test: SkipSlow # Times out |
| 29 analysis_server/test/domain_server_test: SkipSlow # Times out | 28 analysis_server/test/domain_server_test: SkipSlow # Times out |
| 30 analysis_server/test/integration/*: SkipSlow # Times out | 29 analysis_server/test/integration/*: SkipSlow # Times out |
| 31 analysis_server/tool/spec/check_all_test: SkipSlow # Times out | 30 analysis_server/tool/spec/check_all_test: SkipSlow # Times out |
| 32 analyzer/test/generated/element_test: SkipSlow # Times out | 31 analyzer/test/generated/element_test: SkipSlow # Times out |
| 33 analyzer/test/generated/parser_test: SkipSlow # Times out | 32 analyzer/test/generated/parser_test: SkipSlow # Times out |
| 34 docgen/test/*: SkipSlow | |
| 35 | 33 |
| 36 [ $runtime == vm && $system == windows] | 34 [ $runtime == vm && $system == windows] |
| 37 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 | 35 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
| 38 | 36 |
| 39 [ $compiler == dart2js ] | 37 [ $compiler == dart2js ] |
| 40 collection/test/equality_test/01: Fail # Issue 1533 | 38 collection/test/equality_test/01: Fail # Issue 1533 |
| 41 collection/test/equality_test/02: Fail # Issue 1533 | 39 collection/test/equality_test/02: Fail # Issue 1533 |
| 42 collection/test/equality_test/03: Fail # Issue 1533 | 40 collection/test/equality_test/03: Fail # Issue 1533 |
| 43 collection/test/equality_test/04: Fail # Issue 1533 | 41 collection/test/equality_test/04: Fail # Issue 1533 |
| 44 collection/test/equality_test/05: Fail # Issue 1533 | 42 collection/test/equality_test/05: Fail # Issue 1533 |
| 45 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 43 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
| 46 docgen/test/*: SkipSlow # Far too slow | |
| 47 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. | 44 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. |
| 48 analyzer/test/generated/engine_test: SkipSlow | 45 analyzer/test/generated/engine_test: SkipSlow |
| 49 analyzer/test/generated/static_type_warning_code_test: Pass, Slow | 46 analyzer/test/generated/static_type_warning_code_test: Pass, Slow |
| 50 analyzer/test/generated/compile_time_error_code_test: Pass, Slow | 47 analyzer/test/generated/compile_time_error_code_test: Pass, Slow |
| 51 | 48 |
| 52 analyzer/test/enum_test: Slow, Pass, Fail # Issue 21323 | 49 analyzer/test/enum_test: Slow, Pass, Fail # Issue 21323 |
| 53 analyzer/test/src/context/context_test: Pass, Timeout # dartbug.com/23658 | 50 analyzer/test/src/context/context_test: Pass, Timeout # dartbug.com/23658 |
| 54 | 51 |
| 55 analysis_server/test/*: Skip # Issue 22161 | 52 analysis_server/test/*: Skip # Issue 22161 |
| 56 analysis_server/test/search/element_references_test: Pass, Slow | 53 analysis_server/test/search/element_references_test: Pass, Slow |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 142 crypto/test/sha256_test: Slow, Pass | 139 crypto/test/sha256_test: Slow, Pass |
| 143 crypto/test/sha1_test: Slow, Pass | 140 crypto/test/sha1_test: Slow, Pass |
| 144 | 141 |
| 145 [ $browser ] | 142 [ $browser ] |
| 146 analyzer_cli/*: SkipByDesign # Uses dart:io. | 143 analyzer_cli/*: SkipByDesign # Uses dart:io. |
| 147 */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bo ts | 144 */test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bo ts |
| 148 analysis_server/test/*: SkipByDesign # Uses dart:io. | 145 analysis_server/test/*: SkipByDesign # Uses dart:io. |
| 149 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io. | 146 analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io. |
| 150 analyzer/test/*: SkipByDesign # Uses dart:io. | 147 analyzer/test/*: SkipByDesign # Uses dart:io. |
| 151 analyzer2dart/*: SkipByDesign # Uses dart:io. | 148 analyzer2dart/*: SkipByDesign # Uses dart:io. |
| 152 docgen/test/*: SkipByDesign # Uses dart:io. | |
| 153 http_server/test/*: Fail, OK # Uses dart:io. | 149 http_server/test/*: Fail, OK # Uses dart:io. |
| 154 observe/test/transformer_test: Fail, OK # Uses dart:io. | 150 observe/test/transformer_test: Fail, OK # Uses dart:io. |
| 155 observe/test/unique_message_test: SkipByDesign # Uses dart:io. | 151 observe/test/unique_message_test: SkipByDesign # Uses dart:io. |
| 156 | 152 |
| 157 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv5te || $arch == simmips || $arch == armv5te) ] | 153 [ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv5te || $arch == simmips || $arch == armv5te) ] |
| 158 # Timeout. These are not unit tests. They do not run efficiently on our | 154 # Timeout. These are not unit tests. They do not run efficiently on our |
| 159 # simulator or low-end devices. | 155 # simulator or low-end devices. |
| 160 *: Skip | 156 *: Skip |
| 161 | 157 |
| 162 [ $runtime == vm ] | 158 [ $runtime == vm ] |
| 163 # Skip tests on the VM if the package depends on dart:html | 159 # Skip tests on the VM if the package depends on dart:html |
| 164 mutation_observer: Skip | 160 mutation_observer: Skip |
| 165 | 161 |
| 166 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 162 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 167 third_party/di_tests/di_test: Pass, Slow # Issue 22896 | 163 third_party/di_tests/di_test: Pass, Slow # Issue 22896 |
| 168 | 164 |
| 169 [ $use_repository_packages ] | 165 [ $use_repository_packages ] |
| 170 analyzer/test/*: PubGetError | 166 analyzer/test/*: PubGetError |
| 171 | 167 |
| 172 [ $compiler == dart2js && $cps_ir ] | 168 [ $compiler == dart2js && $cps_ir ] |
| 173 lookup_map/test/lookup_map_test: RuntimeError # $async$temp1.get$tests is not a function | 169 lookup_map/test/lookup_map_test: RuntimeError # $async$temp1.get$tests is not a function |
| OLD | NEW |