OLD | NEW |
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 # WARNING: | 5 # WARNING: |
6 # Tests using the multitest feature where failure is expected should *also* be | 6 # Tests using the multitest feature where failure is expected should *also* be |
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" | 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" |
8 # prefix. | 8 # prefix. |
9 | 9 |
10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally | 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 package/scenarios/invalid/non_existent_packages_file_test: Crash # Issue 24123 | 170 package/scenarios/invalid/non_existent_packages_file_test: Crash # Issue 24123 |
171 package/scenarios/invalid/invalid_utf8_test: Crash # Issue 24127 | 171 package/scenarios/invalid/invalid_utf8_test: Crash # Issue 24127 |
172 package/scenarios/invalid/invalid_package_name_test: Crash # Issue 24125 | 172 package/scenarios/invalid/invalid_package_name_test: Crash # Issue 24125 |
173 package/scenarios/invalid/same_package_twice_test: Crash # Issue 24124 | 173 package/scenarios/invalid/same_package_twice_test: Crash # Issue 24124 |
174 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Crash
# Issue 24126 | 174 package/scenarios/packages_file_strange_formatting/empty_package_dir_test: Crash
# Issue 24126 |
175 | 175 |
176 [ $system == windows ] | 176 [ $system == windows ] |
177 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | 177 io/skipping_dart2js_compilations_test: Fail # Issue 19551. |
178 verbose_gc_to_bmu_test: Skip | 178 verbose_gc_to_bmu_test: Skip |
179 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 | 179 io/platform_resolved_executable_test/06: RuntimeError # Issue 23641 |
180 package/scenarios/packages_file_strange_formatting/target_with_colon_test: SkipB
yDesign # Windows does not allow colons in paths | |
181 | 180 |
182 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo
de == debug ] | 181 [ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mo
de == debug ] |
183 verified_mem_test: Skip # Not yet implemented. | 182 verified_mem_test: Skip # Not yet implemented. |
184 | 183 |
185 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 184 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
186 full_coverage_test: Skip # Timeout. | 185 full_coverage_test: Skip # Timeout. |
187 io/file_lock_test: Skip # Timeout. | 186 io/file_lock_test: Skip # Timeout. |
188 io/test_runner_test: Skip # Timeout. | 187 io/test_runner_test: Skip # Timeout. |
189 io/http_client_stays_alive_test: Skip # Timeout. | 188 io/http_client_stays_alive_test: Skip # Timeout. |
190 | 189 |
191 [ $compiler == dart2js && $cps_ir ] | 190 [ $compiler == dart2js && $cps_ir ] |
192 coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* funct
ions | 191 coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* funct
ions |
193 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async
* functions | 192 io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async
* functions |
194 io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async*
functions | 193 io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async*
functions |
195 io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/
async* functions | 194 io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/
async* functions |
196 io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functi
ons | 195 io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functi
ons |
197 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync
*/async* functions | 196 io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync
*/async* functions |
198 io/observatory_test: Crash # (static Iterable<Str... cannot handle sync*/async*
functions | 197 io/observatory_test: Crash # (static Iterable<Str... cannot handle sync*/async*
functions |
199 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h
andle sync*/async* functions | 198 io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot h
andle sync*/async* functions |
200 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef
ined | 199 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef
ined |
OLD | NEW |