|
From: Nicholas N. <nj...@ca...> - 2004-11-16 18:20:37
|
CVS commit by nethercote:
account for restart_syscall
M +3 -2 scalar.c 1.51
M +5 -2 scalar.stderr.exp 1.43
--- valgrind/memcheck/tests/scalar.c #1.50:1.51
@@ -24,6 +24,7 @@ int main(void)
// All __NR_xxx numbers are taken from x86
- // __NR_restart_syscall 0 XXX ???
- // (see below)
+ // __NR_restart_syscall 0 // XXX: not yet handled, perhaps should be...
+ GO(__NR_restart_syscall, "n/a");
+ //SY(__NR_restart_syscall); // (Not yet handled by Valgrind) FAIL;
// __NR_exit 1
--- valgrind/memcheck/tests/scalar.stderr.exp #1.42:1.43
@@ -1,3 +1,6 @@
-----------------------------------------------------
+ 0:__NR_restart_syscall n/a
+-----------------------------------------------------
+-----------------------------------------------------
1: __NR_exit below
-----------------------------------------------------
@@ -2686,5 +2689,5 @@
by 0x........: ...
Address 0x........ is 0 bytes inside a block of size 12 client-defined
- at 0x........: main (scalar.c:810)
+ at 0x........: main (scalar.c:811)
Syscall param sigaltstack(oss) points to unaddressable byte(s)
@@ -2693,5 +2696,5 @@
by 0x........: ...
Address 0x........ is 0 bytes inside a block of size 12 client-defined
- at 0x........: main (scalar.c:810)
+ at 0x........: main (scalar.c:811)
-----------------------------------------------------
187: __NR_sendfile 4s 1m
|