| 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 # The testing infrastructure is using the dart:io Path class. | 10 # The testing infrastructure is using the dart:io Path class. |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 | 144 |
| 145 [ $compiler == dart2js && $checked ] | 145 [ $compiler == dart2js && $checked ] |
| 146 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 146 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 147 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 147 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 148 | 148 |
| 149 [ $compiler == dart2dart ] | 149 [ $compiler == dart2dart ] |
| 150 # Skip until we stabilize language tests. | 150 # Skip until we stabilize language tests. |
| 151 *: Skip | 151 *: Skip |
| 152 | 152 |
| 153 [ $arch == arm ] | 153 [ $arch == arm ] |
| 154 io/test_extension_test: Fail | |
| 155 io/test_extension_fail_test: Fail | |
| 156 io/internet_address_test: Fail # localhost is an Unknown name? | 154 io/internet_address_test: Fail # localhost is an Unknown name? |
| 157 | 155 |
| 158 [ $arch == simarm ] | 156 [ $arch == simarm ] |
| 159 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 157 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| 160 oom_error_stacktrace_test: Skip # Fails on Linux | 158 oom_error_stacktrace_test: Skip # Fails on Linux |
| 161 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue | 159 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue |
| 162 io/test_runner_test: Pass, Fail # Issue 12413 | 160 io/test_runner_test: Pass, Fail # Issue 12413 |
| 163 | 161 |
| 164 [ $arch == simmips || $arch == mips ] | 162 [ $arch == simmips || $arch == mips ] |
| 165 io/file_fuzz_test: Pass, Timeout | 163 io/file_fuzz_test: Pass, Timeout |
| 166 io/web_socket_test: Pass, Slow | 164 io/web_socket_test: Pass, Slow |
| 167 io/http_server_response_test: Pass, Slow | 165 io/http_server_response_test: Pass, Slow |
| 168 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 166 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| 169 oom_error_stacktrace_test: Skip # Fails on Linux | 167 oom_error_stacktrace_test: Skip # Fails on Linux |
| 170 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue | 168 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue |
| 171 | 169 |
| 172 [ $arch == mips ] | 170 [ $arch == mips ] |
| 173 io/test_extension_test: Fail | 171 io/test_extension_test: Fail |
| 174 io/test_extension_fail_test: Fail | 172 io/test_extension_fail_test: Fail |
| 175 io/dart_std_io_pipe_test: Fail | 173 io/dart_std_io_pipe_test: Fail |
| 176 io/file_read_special_device_test: Fail | 174 io/file_read_special_device_test: Fail |
| OLD | NEW |