Skip to content

Make tests usable with debug release

mode=debug multiply platformTimeout by 5 Add debug VmFlags to GetCommand (--verify-heap --debug-code --enable-slow-asserts) Fixed tests that rely on zero arguments or hard coded timeouts Possible to override platformTimeout with TEST_TIMEOUT_MULTIPLIER for longer timeouts for example with an asan debug release

Makes it possible to run tools/test.py -J --mode=debug sequential message parallel.

Merge request reports

Loading