A 1 page stack isn't big enough for this test on ppc32-linux.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5910
This commit is contained in:
Julian Seward
2006-05-21 12:40:30 +00:00
parent dee9992c32
commit e7c688d4aa

View File

@@ -5,7 +5,7 @@
#include "valgrind.h"
#define STACK_SIZE 4096
#define STACK_SIZE (10 * 4096)
// This test is checking the libc context calls (setcontext, etc.) and
// checks that Valgrind notices their stack changes properly.