diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-05-24 11:00:08 +0300 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-06-22 13:33:16 -0700 |
commit | 3a0c5b046c6405864e07234f54b99ae0930bc539 (patch) | |
tree | 47afd788f78dd977911ba3d9eda10907362e84c9 /scripts | |
parent | 40e47556214e999c952c1e88e026d673cdd96c72 (diff) | |
download | qtlocation-mapboxgl-3a0c5b046c6405864e07234f54b99ae0930bc539.tar.gz |
[build] Updated valgrind suppressions
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/valgrind.sup | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/valgrind.sup b/scripts/valgrind.sup index fc6bfaac58..d8870536ac 100644 --- a/scripts/valgrind.sup +++ b/scripts/valgrind.sup @@ -267,6 +267,15 @@ ... } { + Ubuntu 16.04 - CircleCI + mesa 13.0.4 + Memcheck:Param + write(buf) + ... + obj:*/libc-* + fun:_ZN4mbgl4util10write_fileERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_ + ... +} +{ Ubuntu 14.04 - Travis + mesa 13.0.3 Memcheck:Cond fun:_ZN12_GLOBAL__N_117PeepholeOptimizer20runOnMachineFunctionERN4llvm15MachineFunctionE |