Home | History | Annotate | Download | only in ctest
      1 # Ignore conditional jump in libz.
      2 # It is fixed in zlib1g v1.2.8 (ubuntu 14.04)
      3 # but not in v1.2.3 (ubuntu 12.04) which travis has.
      4 {
      5    libz/inflateReset2/jump
      6    Memcheck:Cond
      7    fun:inflateReset2
      8    fun:inflateInit2_
      9    obj:/*/libz.so*
     10 }
     11 
     12