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 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 | 156 |
| 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 |
|
zra
2013/06/14 16:03:55
Are these io/ tests (and the ones under $arch == a
regis
2013/06/14 16:21:16
Good point. I missed that in Ivan'cl.
Removed io t
| |
| 167 io/process_exit_negative_test: Timeout, 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 | |
| 178 coverage_test: Crash # Issue: 11207 | 177 coverage_test: Crash # Issue: 11207 |
| 179 debugger/basic_debugger_test: Crash # Issue: 11207 | 178 debugger/basic_debugger_test: Crash # Issue: 11207 |
| 180 debugger/closure_debugger_test: Crash # Issue: 11207 | 179 debugger/closure_debugger_test: Crash # Issue: 11207 |
| 181 deoptimization_test: Crash # Issue: 11207 | |
| 182 float_array_test: Crash # Issue: 11207 | |
| 183 http_launch_test: Crash # Issue: 11207 | 180 http_launch_test: Crash # Issue: 11207 |
| 184 left_shift_bit_and_op_test: Fail # Issue: 11207 | 181 left_shift_bit_and_op_test: Fail # Issue: 11207 |
| 185 package/package_isolate_test: Pass, Crash # Issue: 11207 | 182 package/package_isolate_test: Pass, Crash # Issue: 11207 |
| 186 typed_data_test: Crash # Issue: 11207 | 183 typed_data_test: Timeout, Crash # Issue: 11207 |
| 187 io/*: Skip # Skip IO tests for now as they are still quite flaky. | 184 io/*: Skip # Skip IO tests for now as they are still quite flaky. |
| 188 | 185 |
| 189 [ $arch == mips ] | 186 [ $arch == mips ] |
| 190 *: Skip | 187 *: Skip |
| 191 | 188 |
| 192 [ $arch == simmips ] | 189 [ $arch == simmips ] |
| 193 *: Skip | 190 *: Skip |
| OLD | NEW |