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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 | 115 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 |
116 | 116 |
117 [ $runtime == ie10 ] | 117 [ $runtime == ie10 ] |
118 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 | 118 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 |
119 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) | 119 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) |
120 | 120 |
121 [ $runtime == safarimobilesim ] | 121 [ $runtime == safarimobilesim ] |
122 # Unexplained errors only occuring on Safari 6.1 and earlier. | 122 # Unexplained errors only occuring on Safari 6.1 and earlier. |
123 typed_data/test/typed_buffers_test: RuntimeError | 123 typed_data/test/typed_buffers_test: RuntimeError |
124 | 124 |
125 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 125 [ $compiler == dart2analyzer ] |
126 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524 | 126 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524 |
127 lookup_map/test/version_check_test: StaticWarning # https://github.com/dart-lang
/http_parser/issues/6 | 127 lookup_map/test/version_check_test: StaticWarning # https://github.com/dart-lang
/http_parser/issues/6 |
128 lookup_map/test/lookup_map_test: StaticWarning # https://github.com/dart-lang/ht
tp_parser/issues/6 | 128 lookup_map/test/lookup_map_test: StaticWarning # https://github.com/dart-lang/ht
tp_parser/issues/6 |
129 | 129 |
130 [ $compiler == dart2js && $csp ] | 130 [ $compiler == dart2js && $csp ] |
131 # This test cannot run under CSP because it is injecting a JavaScript polyfill | 131 # This test cannot run under CSP because it is injecting a JavaScript polyfill |
132 mutation_observer: Skip | 132 mutation_observer: Skip |
133 | 133 |
134 [ $compiler == dart2js && $browser ] | 134 [ $compiler == dart2js && $browser ] |
135 crypto/test/sha256_test: Slow, Pass | 135 crypto/test/sha256_test: Slow, Pass |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 analyzer/test/src/task/general_test: Crash # Issue 24485 | 187 analyzer/test/src/task/general_test: Crash # Issue 24485 |
188 analyzer/test/src/task/html_test: Crash # Issue 24485 | 188 analyzer/test/src/task/html_test: Crash # Issue 24485 |
189 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 | 189 analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485 |
190 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 | 190 analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485 |
191 analyzer/test/src/task/inputs_test: Crash # Issue 24485 | 191 analyzer/test/src/task/inputs_test: Crash # Issue 24485 |
192 analyzer/test/src/task/manager_test: Crash # Issue 24485 | 192 analyzer/test/src/task/manager_test: Crash # Issue 24485 |
193 analyzer/test/src/task/model_test: Crash # Issue 24485 | 193 analyzer/test/src/task/model_test: Crash # Issue 24485 |
194 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88
pos 12: '!variable2index.containsKey(element)' is not true. | 194 analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88
pos 12: '!variable2index.containsKey(element)' is not true. |
195 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l
ine 88 pos 12: '!variable2index.containsKey(element)' is not true. | 195 analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: l
ine 88 pos 12: '!variable2index.containsKey(element)' is not true. |
196 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 | 196 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 |
OLD | NEW |