| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 [ $compiler == dart2js && $checked ] | 157 [ $compiler == dart2js && $checked ] |
| 158 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 158 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 159 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 159 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 160 | 160 |
| 161 [ $compiler == dart2dart ] | 161 [ $compiler == dart2dart ] |
| 162 # Skip until we stabilize language tests. | 162 # Skip until we stabilize language tests. |
| 163 *: Skip | 163 *: Skip |
| 164 | 164 |
| 165 [ $arch == simarm ] | 165 [ $arch == simarm ] |
| 166 io/file_system_links_test: Crash # Issue: 11207 | 166 io/file_system_links_test: Crash # Issue: 11207 |
| 167 io/process_exit_negative_test: Pass, Crash # Issue: 11207 | 167 io/process_exit_negative_test: Timeout, Pass, Crash # Issue: 11207 |
| 168 io/socket_many_connections_test: Pass, Crash # Issue: 11207 | 168 io/socket_many_connections_test: Pass, Crash # Issue: 11207 |
| 169 out_of_memory_test: Pass, Crash # Issue: 11207 (Pass on Mac) | 169 out_of_memory_test: Pass, Crash # Issue: 11207 (Pass on Mac) |
| 170 | 170 |
| 171 [ $arch == arm ] | 171 [ $arch == arm ] |
| 172 io/process_shell_test: Crash # Issue: 11207 | 172 io/process_shell_test: Crash # Issue: 11207 |
| 173 io/raw_secure_server_socket_argument_test: Crash # Issue: 11207 | 173 io/raw_secure_server_socket_argument_test: Crash # Issue: 11207 |
| 174 io/secure_socket_argument_test: Crash # Issue: 11207 | 174 io/secure_socket_argument_test: Crash # Issue: 11207 |
| 175 | 175 |
| 176 [ $arch == arm || $arch == simarm ] | 176 [ $arch == arm || $arch == simarm ] |
| 177 constant_left_shift_test: Fail # Issue: 11207 | 177 constant_left_shift_test: Fail # Issue: 11207 |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 left_shift_bit_and_op_test: Fail # Issue: 11207 | 299 left_shift_bit_and_op_test: Fail # Issue: 11207 |
| 300 package/package_isolate_test: Pass, Crash # Issue: 11207 | 300 package/package_isolate_test: Pass, Crash # Issue: 11207 |
| 301 typed_data_test: Crash # Issue: 11207 | 301 typed_data_test: Crash # Issue: 11207 |
| 302 io/regress_7679_test: Pass, Crash | 302 io/regress_7679_test: Pass, Crash |
| 303 | 303 |
| 304 [ $arch == mips ] | 304 [ $arch == mips ] |
| 305 *: Skip | 305 *: Skip |
| 306 | 306 |
| 307 [ $arch == simmips ] | 307 [ $arch == simmips ] |
| 308 *: Skip | 308 *: Skip |
| OLD | NEW |