Home | History | Annotate | Download | only in tests
      1 #! /bin/sh
      2 
      3 ./filter_allocs "$@" |
      4 perl -p -e 's/(default action of signal) [0-9]+ \(SIG(SEGV|BUS)\)/$1 N \(SIGSEGV or SIGBUS\)/' |
      5 perl -p -e 's/(Bad permissions for mapped region|Access not within mapped region|Non-existent physical address) at address 0x/Bad memory (SIGSEGV or SIGBUS) at address 0x/'
      6 
      7 
      8