Home | History | Annotate | Download | only in tests
      1 
      2 --------- enabled (expect 1) ---------
      3 
      4 Invalid read of size 1
      5    at 0x........: err (err_disable2.c:22)
      6    by 0x........: main (err_disable2.c:32)
      7  Address 0x........ is 5 bytes inside a block of size 10 free'd
      8    at 0x........: free (vg_replace_malloc.c:...)
      9    by 0x........: main (err_disable2.c:28)
     10  Block was alloc'd at
     11    at 0x........: malloc (vg_replace_malloc.c:...)
     12    by 0x........: main (err_disable2.c:27)
     13 
     14 
     15 --------- disabled (expect 0) ---------
     16 
     17 
     18 --------- exiting (expect complaint) ---------
     19 
     20 WARNING: exiting thread has error reporting disabled.
     21 WARNING: possibly as a result of some mistake in the use
     22 WARNING: of the VALGRIND_DISABLE_ERROR_REPORTING macros.
     23