Chromium Code Reviews| 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 io/raw_socket_test: Pass, RuntimeError # Issue 28288 | 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288 |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 142 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors | 142 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors |
| 143 io/test_runner_test: CompileTimeError # Imports dart:mirrors | 143 io/test_runner_test: CompileTimeError # Imports dart:mirrors |
| 144 | 144 |
| 145 [ $compiler == dart2js && $browser ] | 145 [ $compiler == dart2js && $browser ] |
| 146 *: Skip | 146 *: Skip |
| 147 | 147 |
| 148 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip s ] | 148 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip s ] |
| 149 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 149 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| 150 oom_error_stacktrace_test: Skip # Fails on Linux | 150 oom_error_stacktrace_test: Skip # Fails on Linux |
| 151 | 151 |
| 152 [ $arch == simmips] | |
|
kustermann
2017/01/10 15:35:43
nit: space before ]
| |
| 153 io/socket_bind_test: Pass, Fail # Issue 28315 | |
| 154 | |
| 152 [ ($arch == simarm || $arch == simdbc || $arch == simdbc64) && $mode == debug && $checked ] | 155 [ ($arch == simarm || $arch == simdbc || $arch == simdbc64) && $mode == debug && $checked ] |
| 153 io/web_socket_test: Pass, Fail # Issue 26814 | 156 io/web_socket_test: Pass, Fail # Issue 26814 |
| 154 | 157 |
| 155 [ $arch == mips ] | 158 [ $arch == mips ] |
| 156 io/file_stat_test: Fail # Issue 17440 | 159 io/file_stat_test: Fail # Issue 17440 |
| 157 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory. | 160 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory. |
| 158 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory | 161 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory |
| 159 io/socket_source_address_test: Fail # Issue 22597 | 162 io/socket_source_address_test: Fail # Issue 22597 |
| 160 | 163 |
| 161 [ $arch == mips && $mode == debug ] | 164 [ $arch == mips && $mode == debug ] |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 364 | 367 |
| 365 [ $builder_tag == no_ipv6 ] | 368 [ $builder_tag == no_ipv6 ] |
| 366 io/http_bind_test: SkipByDesign | 369 io/http_bind_test: SkipByDesign |
| 367 io/raw_datagram_socket_test: SkipByDesign | 370 io/raw_datagram_socket_test: SkipByDesign |
| 368 io/socket_source_address_test: SkipByDesign | 371 io/socket_source_address_test: SkipByDesign |
| 369 io/socket_bind_test: SkipByDesign | 372 io/socket_bind_test: SkipByDesign |
| 370 io/http_proxy_advanced_test: SkipByDesign | 373 io/http_proxy_advanced_test: SkipByDesign |
| 371 io/http_ipv6_test: SkipByDesign | 374 io/http_ipv6_test: SkipByDesign |
| 372 io/socket_ipv6_test: SkipByDesign | 375 io/socket_ipv6_test: SkipByDesign |
| 373 io/socket_info_ipv6_test: SkipByDesign | 376 io/socket_info_ipv6_test: SkipByDesign |
| OLD | NEW |