From: Nicholas Nethercote Date: Thu, 17 Nov 2005 21:33:42 +0000 (+0000) Subject: comment about the test X-Git-Tag: svn/VALGRIND_3_1_0~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b38a8d2ceedf40e0b6b280986c7956def2b0448;p=thirdparty%2Fvalgrind.git comment about the test git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5181 --- diff --git a/memcheck/tests/stack_changes.c b/memcheck/tests/stack_changes.c index 2bba5888fa..7694b461e3 100644 --- a/memcheck/tests/stack_changes.c +++ b/memcheck/tests/stack_changes.c @@ -7,6 +7,9 @@ #define STACK_SIZE 4096 +// This test is checking the libc context calls (setcontext, etc.) and +// checks that Valgrind notices their stack changes properly. + struct ucontext ctx1, ctx2, oldc; int count;