| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 438e39464d5fb6ccf9a00581a5a559100f94f86c..962e215766150511bdc1ee82e4d161f66c917b10 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -233,6 +233,10 @@ 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.
|
|
|
| +[ $arch == ia32 ]
|
| +no_allow_absolute_addresses_test: SkipByDesign # Not supported.
|
| +link_natives_lazily_test: SkipByDesign # Not supported.
|
| +
|
| [ ($noopt || $compiler == precompiler) ]
|
| map_literal_oom_test: Pass, Crash # Issue 24678
|
| javascript*: SkipByDesign # JS overflow flag unsupported
|
|
|