| 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 # Fails intentionally | 10 package/invalid_uri_test: Fail, OK # Fails intentionally |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 156 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 157 | 157 |
| 158 [ $compiler == dart2dart ] | 158 [ $compiler == dart2dart ] |
| 159 # Skip until we stabilize language tests. | 159 # Skip until we stabilize language tests. |
| 160 *: Skip | 160 *: Skip |
| 161 | 161 |
| 162 [ $arch == simarm ] | 162 [ $arch == simarm ] |
| 163 io/file_system_links_test: Crash # Issue: 11207 | 163 io/file_system_links_test: Crash # Issue: 11207 |
| 164 io/process_exit_negative_test: Pass, Crash # Issue: 11207 | 164 io/process_exit_negative_test: Pass, Crash # Issue: 11207 |
| 165 io/socket_many_connections_test: Pass, Crash # Issue: 11207 | 165 io/socket_many_connections_test: Pass, Crash # Issue: 11207 |
| 166 out_of_memory_test: Crash # Issue: 11207 | 166 out_of_memory_test: Pass, Crash # Issue: 11207 (Pass on Mac) |
| 167 | 167 |
| 168 [ $arch == arm ] | 168 [ $arch == arm ] |
| 169 io/process_shell_test: Crash # Issue: 11207 | 169 io/process_shell_test: Crash # Issue: 11207 |
| 170 io/raw_secure_server_socket_argument_test: Crash # Issue: 11207 | 170 io/raw_secure_server_socket_argument_test: Crash # Issue: 11207 |
| 171 io/secure_socket_argument_test: Crash # Issue: 11207 | 171 io/secure_socket_argument_test: Crash # Issue: 11207 |
| 172 | 172 |
| 173 [ $arch == arm || $arch == simarm ] | 173 [ $arch == arm || $arch == simarm ] |
| 174 constant_left_shift_test: Fail # Issue: 11207 | 174 constant_left_shift_test: Fail # Issue: 11207 |
| 175 coverage_test: Crash # Issue: 11207 | 175 coverage_test: Crash # Issue: 11207 |
| 176 debugger/basic_debugger_test: Crash # Issue: 11207 | 176 debugger/basic_debugger_test: Crash # Issue: 11207 |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 io/stdout_stderr_test: Pass, Crash # Issue: 11207 | 289 io/stdout_stderr_test: Pass, Crash # Issue: 11207 |
| 290 io/stream_pipe_test: Crash # Issue: 11207 | 290 io/stream_pipe_test: Crash # Issue: 11207 |
| 291 io/test_extension_fail_test: Crash # Issue: 11207 | 291 io/test_extension_fail_test: Crash # Issue: 11207 |
| 292 io/test_extension_test: Crash # Issue: 11207 | 292 io/test_extension_test: Crash # Issue: 11207 |
| 293 io/web_socket_protocol_processor_test: Crash # Issue: 11207 | 293 io/web_socket_protocol_processor_test: Crash # Issue: 11207 |
| 294 io/web_socket_test: Crash # Issue: 11207 | 294 io/web_socket_test: Crash # Issue: 11207 |
| 295 io/web_socket_typed_data_test: Pass, Crash # Issue: 11207 | 295 io/web_socket_typed_data_test: Pass, Crash # Issue: 11207 |
| 296 left_shift_bit_and_op_test: Fail # Issue: 11207 | 296 left_shift_bit_and_op_test: Fail # Issue: 11207 |
| 297 package/package_isolate_test: Pass, Crash # Issue: 11207 | 297 package/package_isolate_test: Pass, Crash # Issue: 11207 |
| 298 typed_data_test: Crash # Issue: 11207 | 298 typed_data_test: Crash # Issue: 11207 |
| 299 | 299 io/regress_7679_test: Pass, Crash |
| 300 | 300 |
| 301 | 301 |
| 302 [ $arch == mips ] | 302 [ $arch == mips ] |
| 303 *: Skip | 303 *: Skip |
| 304 | 304 |
| 305 [ $arch == simmips ] | 305 [ $arch == simmips ] |
| 306 *: Skip | 306 *: Skip |
| OLD | NEW |