|
From: Nicholas N. <nj...@ca...> - 2004-11-10 18:59:59
|
CVS commit by nethercote:
augmented scalar
M +3 -0 scalar.c 1.5
M +4 -0 scalar.stderr.exp 1.5
--- valgrind/memcheck/tests/scalar.c #1.4:1.5
@@ -338,4 +338,7 @@ int main(void)
// __NR_sys_kexec_load 283
+ GO("bogus constant, 1 message");
+ syscall(9999);
+
// __NR_exit 1 --> sys_exit()
GO("__NR_exit, 1 scalar error");
--- valgrind/memcheck/tests/scalar.stderr.exp #1.4:1.5
@@ -110,4 +110,8 @@
Address 0x........ is not stack'd, malloc'd or (recently) free'd
---------- __NR_getppid, 0 errors
+---------- bogus constant, 1 message
+WARNING: unhandled syscall: 9999
+Do not panic. You may be able to fix this easily.
+Read the file README_MISSING_SYSCALL_OR_IOCTL.
---------- __NR_exit, 1 scalar error
|