Home | History | Annotate | Download | only in valgrind

Lines Matching refs:test_name

29 test_name=$1
31 test_local=$product_out/data/nativetest$2/$test_name/$test_name
32 test_target=/data/nativetest$2/$test_name/$test_name
37 logfile_native=$test_name.stdout.log
38 logfile_valgrind=$test_name.stdout.vlog
51 diff $logfile_native $logfile_valgrind | grep -v "^> ==" | grep -v -e "^[0-9]" | grep -v "WARNING: linker: Unsupported flags" | grep -v "^> $" | grep -v "^> 0x421==" > $test_name.diff.log
53 if [ -s $test_name.diff.log ]; then
54 echo "Test $test_name FAILED, please check the diff below"
55 cat $test_name.diff.log | sed "s/^< /expected: /" | sed "s/^> /actual : /"
59 echo "Test $test_name PASSED"