forked from github/server
suppress zlib bugs on Travix boxen
This commit is contained in:
parent
0838218706
commit
b7f6bea569
|
@ -25,7 +25,7 @@ make
|
||||||
test_valgrind_report () {
|
test_valgrind_report () {
|
||||||
cd tests
|
cd tests
|
||||||
ln -sf ../scripts/config.lua
|
ln -sf ../scripts/config.lua
|
||||||
valgrind --gen-suppressions=all --error-exitcode=1 $BUILD/eressea/eressea -v0 -t184 ../scripts/reports.lua
|
valgrind --suppressions=ubuntu-12_04.supp --error-exitcode=1 $BUILD/eressea/eressea -v0 -t184 ../scripts/reports.lua
|
||||||
}
|
}
|
||||||
|
|
||||||
test_unittests() {
|
test_unittests() {
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
zlib1g-dev-1:1.2.3.4.dfsg
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:inflateReset2
|
||||||
|
fun:inflateInit2_
|
||||||
|
obj:/usr/lib/x86_64-linux-gnu/libxml2.so.2.8.0
|
||||||
|
fun:__libxml2_xzread
|
||||||
|
obj:/usr/lib/x86_64-linux-gnu/libxml2.so.2.8.0
|
||||||
|
fun:xmlParserInputBufferGrow
|
||||||
|
fun:xmlParserInputGrow
|
||||||
|
obj:/usr/lib/x86_64-linux-gnu/libxml2.so.2.8.0
|
||||||
|
fun:xmlParseDocument
|
||||||
|
obj:/usr/lib/x86_64-linux-gnu/libxml2.so.2.8.0
|
||||||
|
fun:read_xml
|
||||||
|
fun:init_data
|
||||||
|
}
|
Loading…
Reference in New Issue