travis: Run the "all" test case with leak detective enabled
But disable the gcrypt plugin, as it causes leaks. Also disable the backtraces by libunwind as they seem to cause threads to get cleaned up after the leak detective already has been disabled, which leads to invalid free()s.
This commit is contained in:
@@ -31,6 +31,7 @@ env:
|
||||
- TEST=printf-builtin LEAK_DETECTIVE=yes
|
||||
- TEST=all
|
||||
- TEST=all MONOLITHIC=yes
|
||||
- TEST=all LEAK_DETECTIVE=yes
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
||||
Reference in New Issue
Block a user