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 packages_file_test: Skip # Issue 26715 | 10 packages_file_test: Skip # Issue 26715 |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors | 140 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors |
141 io/test_runner_test: CompileTimeError # Imports dart:mirrors | 141 io/test_runner_test: CompileTimeError # Imports dart:mirrors |
142 | 142 |
143 [ $compiler == dart2js && $browser ] | 143 [ $compiler == dart2js && $browser ] |
144 *: Skip | 144 *: Skip |
145 | 145 |
146 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip
s ] | 146 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip
s ] |
147 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 147 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
148 oom_error_stacktrace_test: Skip # Fails on Linux | 148 oom_error_stacktrace_test: Skip # Fails on Linux |
149 | 149 |
150 [ $arch == simarm && $mode == debug && $checked ] | 150 [ ($arch == simarm || $arch == simdbc || $arch == simdbc64) && $mode == debug &&
$checked ] |
151 io/web_socket_test: Pass, Fail # Issue 26814 | 151 io/web_socket_test: Pass, Fail # Issue 26814 |
152 | 152 |
153 [ $arch == mips ] | 153 [ $arch == mips ] |
154 io/file_stat_test: Fail # Issue 17440 | 154 io/file_stat_test: Fail # Issue 17440 |
155 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory. | 155 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory. |
156 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory | 156 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory |
157 io/socket_source_address_test: Fail # Issue 22597 | 157 io/socket_source_address_test: Fail # Issue 22597 |
158 | 158 |
159 [ $arch == mips && $mode == debug ] | 159 [ $arch == mips && $mode == debug ] |
160 io/web_socket_test: SkipSlow # Times out. Issue 20352 | 160 io/web_socket_test: SkipSlow # Times out. Issue 20352 |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 | 361 |
362 [ $builder_tag == no_ipv6 ] | 362 [ $builder_tag == no_ipv6 ] |
363 io/http_bind_test: SkipByDesign | 363 io/http_bind_test: SkipByDesign |
364 io/raw_datagram_socket_test: SkipByDesign | 364 io/raw_datagram_socket_test: SkipByDesign |
365 io/socket_source_address_test: SkipByDesign | 365 io/socket_source_address_test: SkipByDesign |
366 io/socket_bind_test: SkipByDesign | 366 io/socket_bind_test: SkipByDesign |
367 io/http_proxy_advanced_test: SkipByDesign | 367 io/http_proxy_advanced_test: SkipByDesign |
368 io/http_ipv6_test: SkipByDesign | 368 io/http_ipv6_test: SkipByDesign |
369 io/socket_ipv6_test: SkipByDesign | 369 io/socket_ipv6_test: SkipByDesign |
370 io/socket_info_ipv6_test: SkipByDesign | 370 io/socket_info_ipv6_test: SkipByDesign |
OLD | NEW |