Index: tests/standalone/standalone.status |
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
index 76e42fbf932ab8dbb1fe6e9f1e68e379a454927e..37048198095efbc0f200614e2c6286ca44efe332 100644 |
--- a/tests/standalone/standalone.status |
+++ b/tests/standalone/standalone.status |
@@ -222,11 +222,9 @@ io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection |
no_allow_absolute_addresses_test: SkipByDesign # Not supported. |
link_natives_lazily_test: SkipByDesign # Not supported. |
-[ $noopt || $compiler == precompiler ] |
+[ $compiler == precompiler ] |
# Stacktraces in precompilation omit inlined frames. |
assert_test: Pass, RuntimeError |
- |
-[ $noopt || $compiler == precompiler ] |
map_insert_remove_oom_test: Skip # Heap limit too low. Increasing iteration count to make a higher limit a meaningful test makes it too slow for simarm[64] bots. |
io/web_socket_test: Pass, RuntimeError # Issue 24674 |