core-agent-ide/codex-rs/test-macros
jif-oai 5a9a5b51b2
feat: add large stack test macro (#12768)
This PR adds the macro `#[large_stack_test]`

This spawns the tests in a dedicated tokio runtime with a larger stack.
It is useful for tests that needs the full recursion on the harness
(which is now too deep for windows for example)
2026-02-25 13:19:21 +00:00
..
src feat: add large stack test macro (#12768) 2026-02-25 13:19:21 +00:00
BUILD.bazel feat: add large stack test macro (#12768) 2026-02-25 13:19:21 +00:00
Cargo.toml feat: add large stack test macro (#12768) 2026-02-25 13:19:21 +00:00