test: fix up `make valgrind-test`
authorBen Noordhuis <info@bnoordhuis.nl>
Tue, 14 Aug 2012 23:30:12 +0000 (01:30 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 14 Aug 2012 23:37:16 +0000 (01:37 +0200)
commit90ea68107a94b33e6b20cd9c2af8547b8c41da7c
tree370b5a6da701a3f57b1fcfb41d9117315981586b
parentde32b38992b8adbf7a6b83f580b2cb60fe7b98af
test: fix up `make valgrind-test`

* valgrind complained too much about memory leaks from the V8 heap to be
  useful, run it with --leak-check=no. Not ideal, needs to be revisited,
  preferably with a suppression file.

* tools/run-valgrind.py didn't deal with tests that logged to stderr, rewrite
  the heuristic and make valgrind write to a socket instead of stderr.

Fixes #3869.
deps/v8/tools/run-valgrind.py