Commit 97afbf5a authored by Davi Arnaut's avatar Davi Arnaut

Backport revision alik@sun.com-20100223131824-comthndat57kx8s5:

Add ignore pattern for valgrind messages.
parent 83dfeb24
......@@ -182,6 +182,8 @@ INSERT INTO global_suppressions VALUES
("==[0-9]*== For more details"),
/* This comes with innodb plugin tests */
("==[0-9]*== Warning: set address range perms: large range"),
/* valgrind-3.5.0 dumps this */
("==[0-9]*== Command: "),
/* valgrind warnings: invalid file descriptor -1 in syscall
write()/read(). Bug #50414 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment