Chromium Code Reviews| Index: tests/standalone/standalone.status |
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
| index c9b94e9a83984b548025b1c8d5313af90edcd515..969561a3bb645907ab67fe171ced29f35d517f52 100644 |
| --- a/tests/standalone/standalone.status |
| +++ b/tests/standalone/standalone.status |
| @@ -52,13 +52,11 @@ io/directory_non_ascii_test: Pass, Fail |
| io/process_non_ascii_test: Pass, Fail |
| [ $runtime == vm ] |
| -io/http_server_early_client_close_test: Crash, Fail, Pass # Issue 12982 |
| -io/http_server_early_client_close2_test: Crash, Fail, Pass # Issue 12982 |
| +io/http_server_early_client_close_test: Crash, Fail, Pass, Timeout # Issue 12982 |
| +io/http_server_early_client_close2_test: Crash, Fail, Pass, Timeout # Issue 12982 |
| io/http_server_response_test: Crash, Fail, Pass # Issue 12982 |
| -io/https_bad_certificate_test: Pass, Fail # Issue 13609 |
| - |
| -[ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] |
| -io/secure_socket_bad_data_test: Crash, Pass # co19-roll r576: Please triage this failure |
| +io/https_bad_certificate_test: Pass, Timeout # Issue 13609 |
|
kasperl
2013/09/26 08:25:39
Move this down a few lines to keep the 12982 lines
|
| +io/secure_socket_bad_data_test: Crash, Pass # 12982 |
| [ $compiler == none && $runtime == drt ] |
| typed_data_isolate_test: Skip # This test uses dart:io |