| 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 and LineTransformer | 10 # The testing infrastructure is using the dart:io Path and LineTransformer |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 | 133 |
| 134 [ $compiler == dart2js && $runtime == none ] | 134 [ $compiler == dart2js && $runtime == none ] |
| 135 io/options_test: Fail | 135 io/options_test: Fail |
| 136 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 136 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
| 137 | 137 |
| 138 [ $compiler == dart2js && $browser ] | 138 [ $compiler == dart2js && $browser ] |
| 139 *: Skip | 139 *: Skip |
| 140 | 140 |
| 141 [ $compiler == dart2js && $checked ] | 141 [ $compiler == dart2js && $checked ] |
| 142 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 142 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 143 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | |
| 144 | 143 |
| 145 [ $compiler == dart2dart ] | 144 [ $compiler == dart2dart ] |
| 146 # Skip until we stabilize language tests. | 145 # Skip until we stabilize language tests. |
| 147 *: Skip | 146 *: Skip |
| 148 | 147 |
| 149 [ $arch == arm ] | 148 [ $arch == arm ] |
| 150 io/internet_address_test: Fail # localhost is an Unknown name? | 149 io/internet_address_test: Fail # localhost is an Unknown name? |
| 151 | 150 |
| 152 [ $arch == simarm ] | 151 [ $arch == simarm ] |
| 153 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 152 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| 154 oom_error_stacktrace_test: Skip # Fails on Linux | 153 oom_error_stacktrace_test: Skip # Fails on Linux |
| 155 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue | 154 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue |
| 156 io/test_runner_test: Pass, Fail # Issue 12413 | 155 io/test_runner_test: Pass, Fail # Issue 12413 |
| 157 | 156 |
| 158 [ $arch == simmips || $arch == mips ] | 157 [ $arch == simmips || $arch == mips ] |
| 159 io/file_fuzz_test: Pass, Timeout | 158 io/file_fuzz_test: Pass, Timeout |
| 160 io/web_socket_test: Pass, Slow | 159 io/web_socket_test: Pass, Slow |
| 161 io/http_server_response_test: Pass, Slow | 160 io/http_server_response_test: Pass, Slow |
| 162 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 161 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| 163 oom_error_stacktrace_test: Skip # Fails on Linux | 162 oom_error_stacktrace_test: Skip # Fails on Linux |
| 164 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue | 163 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue |
| 165 | 164 |
| 166 [ $arch == mips ] | 165 [ $arch == mips ] |
| 167 io/test_extension_test: Fail | 166 io/test_extension_test: Fail |
| 168 io/test_extension_fail_test: Fail | 167 io/test_extension_fail_test: Fail |
| 169 io/dart_std_io_pipe_test: Fail | 168 io/dart_std_io_pipe_test: Fail |
| 170 io/file_read_special_device_test: Fail | 169 io/file_read_special_device_test: Fail |
| OLD | NEW |