Commit 5527afc
committed
fix: skip heavy recursion tests in debug builds, keep one for assertion coverage
Skip AvmRecursionInnerCircuitTests in debug builds (timed out at 600s
in nightly). Same pattern as HonkRecursionConstraintTest and
ChonkRecursionConstraintTest.
Reinstate HonkRecursionConstraintTestWithoutPredicate/1.GenerateVK
FromConstraints (241s, well within timeout) so the debug-only
native_verification_debug code path in honk_recursion_constraint.cpp
is still exercised. This is the only debug assertion unique to these
skipped suites — all others either fire on the happy path (covered by
other tests) or are disabled via BB_DISABLE_ASSERTS() in the test.1 parent 5e23bc0 commit 5527afc
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
251 | | - | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
252 | 256 | | |
253 | 257 | | |
254 | 258 | | |
| |||
0 commit comments