Commit e534046
mtr: Disable main.sp in ASAN
Summary:
Similar to execution_constants, this test too exercises deep recursion
with the expectation that `check_stack_overrun` will catch it. Due to
the increase of the thread stack to 10MB in ASAN, we hit the Bison stack
limit before the thread's. Disable in ASAN mode.
Differential Revision: D51234513
fbshipit-source-id: 0533bb96e12ff27f09a6c621ad320c8b9fde852e1 parent e51b99e commit e534046
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
0 commit comments