Lines Matching refs:valgrind
6 # Scape errors from the valgrind bots, reproduce them locally,
16 # where the valgrind layout bot results live
17 LAYOUT_URL="http://build.chromium.org/p/chromium.memory.fyi/builders/Webkit%20Linux%20(valgrind%20layout)"
21 # regexp to match valgrind errors
25 valgrind:.*: Assertion.*failed|VALGRIND INTERNAL ERROR"
60 url="$LAYOUT_URL/builds/$i/steps/valgrind%20test:%20layout/logs/stdio"
91 # Run the tests identified in regrind-failed.txt locally under valgrind.
98 echo "sh tools/valgrind/valgrind_webkit_tests.sh $test"
99 sh tools/valgrind/valgrind_webkit_tests.sh "$test" > regrind-"$logname".log 2>&1