memcheck/tests/sh-mem-random.c: Set huge_addr to 240GB
[valgrind.git] / drd / tests / filter_thread_no.in
blob8b724840c521c1980df82ee55212cf520031f18e
1 #! /bin/sh
2 # @configure_input@
4 SED=@SED@
6 # Get rid of the numbers as these make some tests more scheduling sensitive
7 # -- those where there are multiple threads which play interchangeable roles.
8 grep -v "^Thread [0-9][0-9]*:$" |
9 $SED -e "s:hread [0-9][0-9]*:hread x:g" \
10 -e "s:of thread [0-9][0-9]*$:of thread x:g"