Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
relax-dep.diff | =================================================================== | no | ||||
fix-tests-no-default-features.diff | =================================================================== | no | ||||
fix-stack-overflow.diff | attempt to fix non-deterministic stack overflows in expr_grammer1 The expr_grammer1 test would sometimes fail with a stack overflow causin the autopkgtest to fail. This happened occasionally on several architectures and frequently on s390x This patch takes two approaches to allieviate the situation, firstly it uses a larger stack size for the test. Secondly it attempts to make the test deterministic by replacing thread_rng with a rng that has a fixed seed. =================================================================== |
Peter Michael Green <plugwash@debian.org> | no | debian |