Closed
Description
Right now on our bots we're basically in a state where if valgrind rpass tests are compiled dynamically they will all fail, but when compiled statically they will pass. I'm not really sure what's going on unfortunately, but this is either a bug in valgrind or a bug with us, and we should know precisely what it is to ensure something more sinister isn't lurking.
Some links:
- 595d5b2 - first pass at linking tests statically, fixed x86_64 to i686 cross compile: down-with-thread-dtors.stage2 SEGVs only under valgrind #31328
- std: Stabilize APIs for the 1.8 release #31928 (comment) - another pass at linking all tests statically
- Example failures