Chromium Code Reviews| Index: tests/standalone/standalone.status |
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
| index 8b9e0d71db215614a8a813e80a4f832a1e972af1..3fa1d375b70fdb7833ebb4d16b577396de60a45e 100644 |
| --- a/tests/standalone/standalone.status |
| +++ b/tests/standalone/standalone.status |
| @@ -208,3 +208,8 @@ io/http_client_stays_alive_test: Skip # Timeout. |
| io/https_client_certificate_test: RuntimeError # Issue 24070 |
| io/secure_socket_renegotiate_test: RuntimeError |
| io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection just puts a READ_CLOSED on the stream, rather than signaling an error on the stream. |
| + |
| +[ $noopt ] |
| +map_literal_oom_test: Pass, Crash |
|
Florian Schneider
2015/10/21 17:01:45
Issue #?
rmacnak
2015/10/21 17:32:21
Added 24678
|
| +javascript*: SkipByDesign # JS overflow flag unsupported |
| +io/web_socket_test: Pass, RuntimeError # Issue 24674 |