| 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 == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 17 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 18 mutation_observer: Skip # Issue 21149 | 18 mutation_observer: Skip # Issue 21149 |
| 19 unittest/*: Skip # Issue 21949 | 19 unittest/*: Skip # Issue 21949 |
| 20 lookup_map/*: SkipByDesign | 20 lookup_map/*: SkipByDesign |
| 21 | 21 |
| 22 [ $runtime == vm && $mode == debug] | 22 [ $runtime == vm && $mode == debug ] |
| 23 analysis_server/test/analysis_server_test: SkipSlow # Times out | 23 analysis_server/test/analysis_server_test: RuntimeError, Pass # Issue 24597 |
| 24 analysis_server/test/completion_test: SkipSlow # Times out | |
| 25 analysis_server/test/domain_context_test: SkipSlow # Times out | |
| 26 analysis_server/test/domain_server_test: SkipSlow # Times out | |
| 27 analysis_server/test/integration/*: SkipSlow # Times out | |
| 28 analysis_server/tool/spec/check_all_test: SkipSlow # Times out | |
| 29 analyzer/test/generated/element_test: SkipSlow # Times out | |
| 30 analyzer/test/generated/parser_test: SkipSlow # Times out | |
| 31 | 24 |
| 32 [ $runtime == vm && $system == windows] | 25 [ $runtime == vm && $system == windows] |
| 33 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 | 26 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
| 27 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 |
| 34 | 28 |
| 35 [ $compiler == dart2js ] | 29 [ $compiler == dart2js ] |
| 36 collection/test/equality_test/01: Fail # Issue 1533 | 30 collection/test/equality_test/01: Fail # Issue 1533 |
| 37 collection/test/equality_test/02: Fail # Issue 1533 | 31 collection/test/equality_test/02: Fail # Issue 1533 |
| 38 collection/test/equality_test/03: Fail # Issue 1533 | 32 collection/test/equality_test/03: Fail # Issue 1533 |
| 39 collection/test/equality_test/04: Fail # Issue 1533 | 33 collection/test/equality_test/04: Fail # Issue 1533 |
| 40 collection/test/equality_test/05: Fail # Issue 1533 | 34 collection/test/equality_test/05: Fail # Issue 1533 |
| 41 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 35 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
| 42 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. | 36 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
| 43 analyzer/test/generated/engine_test: SkipSlow | 37 analyzer/test/generated/engine_test: SkipSlow |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 | 110 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 |
| 117 | 111 |
| 118 [ $runtime == ie10 ] | 112 [ $runtime == ie10 ] |
| 119 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 | 113 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 |
| 120 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e
xplicitly, since this is not the same as on ie9) | 114 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e
xplicitly, since this is not the same as on ie9) |
| 121 | 115 |
| 122 [ $runtime == safarimobilesim ] | 116 [ $runtime == safarimobilesim ] |
| 123 # Unexplained errors only occuring on Safari 6.1 and earlier. | 117 # Unexplained errors only occuring on Safari 6.1 and earlier. |
| 124 typed_data/test/typed_buffers_test: RuntimeError | 118 typed_data/test/typed_buffers_test: RuntimeError |
| 125 | 119 |
| 126 [ $runtime == vm && $system == windows ] | |
| 127 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 | |
| 128 | |
| 129 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 120 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 130 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524 | 121 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524 |
| 131 | 122 |
| 132 [ $compiler == dart2js && $csp ] | 123 [ $compiler == dart2js && $csp ] |
| 133 # This test cannot run under CSP because it is injecting a JavaScript polyfill | 124 # This test cannot run under CSP because it is injecting a JavaScript polyfill |
| 134 mutation_observer: Skip | 125 mutation_observer: Skip |
| 135 | 126 |
| 136 [ $compiler == dart2js && $browser ] | 127 [ $compiler == dart2js && $browser ] |
| 137 crypto/test/sha256_test: Slow, Pass | 128 crypto/test/sha256_test: Slow, Pass |
| 138 crypto/test/sha1_test: Slow, Pass | 129 crypto/test/sha1_test: Slow, Pass |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 analyzer/test/src/task/general_test: Crash # Issue 24485 | 181 analyzer/test/src/task/general_test: Crash # Issue 24485 |
| 191 analyzer/test/src/task/html_test: Crash # Issue 24485 | 182 analyzer/test/src/task/html_test: Crash # Issue 24485 |
| 192 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 | 183 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 |
| 193 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 | 184 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 |
| 194 analyzer/test/src/task/inputs_test: Crash # Issue 24485 | 185 analyzer/test/src/task/inputs_test: Crash # Issue 24485 |
| 195 analyzer/test/src/task/manager_test: Crash # Issue 24485 | 186 analyzer/test/src/task/manager_test: Crash # Issue 24485 |
| 196 analyzer/test/src/task/model_test: Crash # Issue 24485 | 187 analyzer/test/src/task/model_test: Crash # Issue 24485 |
| 197 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88
pos 12: '!variable2index.containsKey(element)' is not true. | 188 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88
pos 12: '!variable2index.containsKey(element)' is not true. |
| 198 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l
ine 88 pos 12: '!variable2index.containsKey(element)' is not true. | 189 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l
ine 88 pos 12: '!variable2index.containsKey(element)' is not true. |
| 199 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 | 190 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 |
| OLD | NEW |