- Notifications
You must be signed in to change notification settings - Fork5
Commit0abc8fd
committed
Reduce recursion depth in recently-added regression test.
Some buildfarm members fail the test with the original depth of 10 levels,apparently because they are running at the minimum max_stack_depth settingof 100kB and using ~ 10k per recursion level. While it might beinteresting to try to figure out why they're eating so much stack, it isn'tlikely that any fix for that would be back-patchable. So just change thetest to recurse only 5 levels. The extra levels don't prove anythingcorrectness-wise anyway.1 parent70a0160 commit0abc8fd
2 files changed
+7
-7
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3996 | 3996 |
| |
3997 | 3997 |
| |
3998 | 3998 |
| |
3999 |
| - | |
4000 |
| - | |
| 3999 | + | |
| 4000 | + | |
4001 | 4001 |
| |
4002 | 4002 |
| |
4003 | 4003 |
| |
| |||
4006 | 4006 |
| |
4007 | 4007 |
| |
4008 | 4008 |
| |
4009 |
| - | |
| 4009 | + | |
4010 | 4010 |
| |
4011 | 4011 |
| |
4012 |
| - | |
| 4012 | + | |
4013 | 4013 |
| |
4014 | 4014 |
| |
4015 | 4015 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3199 | 3199 |
| |
3200 | 3200 |
| |
3201 | 3201 |
| |
3202 |
| - | |
3203 |
| - | |
| 3202 | + | |
| 3203 | + | |
3204 | 3204 |
| |
3205 | 3205 |
| |
3206 | 3206 |
| |
| |||
3211 | 3211 |
| |
3212 | 3212 |
| |
3213 | 3213 |
| |
3214 |
| - | |
| 3214 | + | |
3215 | 3215 |
| |
3216 | 3216 |
| |
3217 | 3217 |
| |
|
0 commit comments
Comments
(0)