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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 184 io/echo_server_stream_test: Crash # Issue: 11207 | 184 io/echo_server_stream_test: Crash # Issue: 11207 |
| 185 io/file_error_test: Pass, Crash # Issue: 11207 | 185 io/file_error_test: Pass, Crash # Issue: 11207 |
| 186 io/file_fuzz_test: Crash # Issue: 11207 | 186 io/file_fuzz_test: Crash # Issue: 11207 |
| 187 io/file_input_stream_test: Pass, Crash # Issue: 11207 | 187 io/file_input_stream_test: Pass, Crash # Issue: 11207 |
| 188 io/file_non_ascii_test: Pass, Crash # Issue: 11207 | 188 io/file_non_ascii_test: Pass, Crash # Issue: 11207 |
| 189 io/file_output_stream_test: Pass, Crash # Issue 11207 | 189 io/file_output_stream_test: Pass, Crash # Issue 11207 |
| 190 io/file_read_special_device_test: Crash, Fail # Issue: 11207 | 190 io/file_read_special_device_test: Crash, Fail # Issue: 11207 |
| 191 io/file_stat_test: Crash # Issue: 11207 | 191 io/file_stat_test: Crash # Issue: 11207 |
| 192 io/file_system_async_links_test: Crash # Issue: 11207 | 192 io/file_system_async_links_test: Crash # Issue: 11207 |
| 193 io/file_system_delete_test: Pass, Crash # Issue: 11207 | 193 io/file_system_delete_test: Pass, Crash # Issue: 11207 |
| 194 io/file_system_links_test: Skip # timeout, Issue: 11207 | |
|
zra
2013/06/12 17:24:19
I think Skipping is fine, but I guess tomorrow Mar
| |
| 194 io/file_test: Timeout, Crash # Issue: 11207 | 195 io/file_test: Timeout, Crash # Issue: 11207 |
| 195 io/file_write_as_test: Crash # Issue: 11207 | 196 io/file_write_as_test: Crash # Issue: 11207 |
| 196 io/http_10_test: Crash # Issue: 11207 | 197 io/http_10_test: Crash # Issue: 11207 |
| 197 io/http_advanced_test: Crash # Issue: 11207 | 198 io/http_advanced_test: Crash # Issue: 11207 |
| 198 io/http_auth_digest_test: Crash # Issue: 11207 | 199 io/http_auth_digest_test: Crash # Issue: 11207 |
| 199 io/http_auth_test: Crash # Issue: 11207 | 200 io/http_auth_test: Crash # Issue: 11207 |
| 200 io/http_basic_test: Crash # Issue: 11207 | 201 io/http_basic_test: Crash # Issue: 11207 |
| 201 io/http_body_test: Crash # Issue: 11207 | 202 io/http_body_test: Crash # Issue: 11207 |
| 202 io/http_client_connect_test: Crash # Issue: 11207 | 203 io/http_client_connect_test: Crash # Issue: 11207 |
| 203 io/http_client_exception_test: Pass, Crash # Issue: 11207 | 204 io/http_client_exception_test: Pass, Crash # Issue: 11207 |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 296 package/package_isolate_test: Pass, Crash # Issue: 11207 | 297 package/package_isolate_test: Pass, Crash # Issue: 11207 |
| 297 typed_data_test: Crash # Issue: 11207 | 298 typed_data_test: Crash # Issue: 11207 |
| 298 | 299 |
| 299 | 300 |
| 300 | 301 |
| 301 [ $arch == mips ] | 302 [ $arch == mips ] |
| 302 *: Skip | 303 *: Skip |
| 303 | 304 |
| 304 [ $arch == simmips ] | 305 [ $arch == simmips ] |
| 305 *: Skip | 306 *: Skip |
| OLD | NEW |