]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix scalar and cmdline[12].
authorNicholas Nethercote <njn@valgrind.org>
Tue, 27 Sep 2005 19:46:46 +0000 (19:46 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 27 Sep 2005 19:46:46 +0000 (19:46 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4790

memcheck/tests/x86/scalar.c
memcheck/tests/x86/scalar.stderr.exp
none/tests/cmdline1.stdout.exp
none/tests/cmdline2.stdout.exp

index 4707378fbeed0f7f609a70a55099255fc04708ff..d915a274d0e21d19036c434d35d6f5696d5083ee 100644 (file)
@@ -316,7 +316,7 @@ int main(void)
    SY(__NR_setsid); SUCC_OR_FAIL;
 
    // __NR_sigaction 67
-   GO(__NR_sigaction, "3s 2m");
+   GO(__NR_sigaction, "3s 4m");
    SY(__NR_sigaction, x0, x0+&px[1], x0+&px[1]); FAIL;
 
    // __NR_sgetmask 68 sys_sgetmask()
@@ -762,7 +762,7 @@ int main(void)
  //SY(__NR_rt_sigreturn); // (Not yet handled by Valgrind) FAIL;
 
    // __NR_rt_sigaction 174
-   GO(__NR_rt_sigaction, "4s 2m");
+   GO(__NR_rt_sigaction, "4s 4m");
    SY(__NR_rt_sigaction, x0, x0+&px[2], x0+&px[2], x0); FAIL;
 
    // __NR_rt_sigprocmask 175
index 4a527e7cd25187f0c00909a49dfc16ca35dfd277..c7755713dab2aba2175973b81c423f6feb4bdaae 100644 (file)
@@ -782,7 +782,7 @@ Syscall param dup2(newfd) contains uninitialised byte(s)
  66:         __NR_setsid 0s 0m
 -----------------------------------------------------
 -----------------------------------------------------
- 67:      __NR_sigaction 3s 2m
+ 67:      __NR_sigaction 3s 4m
 -----------------------------------------------------
 
 Syscall param sigaction(signum) contains uninitialised byte(s)
@@ -800,11 +800,7 @@ Syscall param sigaction(oldact) contains uninitialised byte(s)
    by 0x........: __libc_start_main (in /...libc...)
    by 0x........: ...
 
-<<<<<<< .working
 Syscall param sigaction(act->sa_handler) points to unaddressable byte(s)
-=======
-Syscall param rt_sigaction(act->sa_handler) points to unaddressable byte(s)
->>>>>>> .merge-right.r4787
    at 0x........: syscall (in /...libc...)
    by 0x........: __libc_start_main (in /...libc...)
    by 0x........: ...
@@ -812,7 +808,6 @@ Syscall param rt_sigaction(act->sa_handler) points to unaddressable byte(s)
    at 0x........: malloc (vg_replace_malloc.c:...)
    by 0x........: main (scalar.c:24)
 
-<<<<<<< .working
 Syscall param sigaction(act->sa_mask) points to unaddressable byte(s)
    at 0x........: syscall (in /...libc...)
    by 0x........: __libc_start_main (in /...libc...)
@@ -829,24 +824,6 @@ Syscall param sigaction(act->sa_flags) points to unaddressable byte(s)
    at 0x........: malloc (vg_replace_malloc.c:...)
    by 0x........: main (scalar.c:24)
 
-=======
-Syscall param rt_sigaction(act->sa_mask) points to unaddressable byte(s)
-   at 0x........: syscall (in /...libc...)
-   by 0x........: __libc_start_main (in /...libc...)
-   by 0x........: ...
- Address 0x........ is 4 bytes after a block of size 4 alloc'd
-   at 0x........: malloc (vg_replace_malloc.c:...)
-   by 0x........: main (scalar.c:24)
-
-Syscall param rt_sigaction(act->sa_flags) points to unaddressable byte(s)
-   at 0x........: syscall (in /...libc...)
-   by 0x........: __libc_start_main (in /...libc...)
-   by 0x........: ...
- Address 0x........ is 8 bytes after a block of size 4 alloc'd
-   at 0x........: malloc (vg_replace_malloc.c:...)
-   by 0x........: main (scalar.c:24)
-
->>>>>>> .merge-right.r4787
 Syscall param sigaction(oldact) points to unaddressable byte(s)
    at 0x........: syscall (in /...libc...)
    by 0x........: __libc_start_main (in /...libc...)
@@ -2416,7 +2393,7 @@ Syscall param prctl(arg5) contains uninitialised byte(s)
 173:   __NR_rt_sigreturn n/a
 -----------------------------------------------------
 -----------------------------------------------------
-174:   __NR_rt_sigaction 4s 2m
+174:   __NR_rt_sigaction 4s 4m
 -----------------------------------------------------
 
 Syscall param rt_sigaction(signum) contains uninitialised byte(s)
@@ -2439,7 +2416,6 @@ Syscall param rt_sigaction(sigsetsize) contains uninitialised byte(s)
    by 0x........: __libc_start_main (in /...libc...)
    by 0x........: ...
 
-<<<<<<< .working
 Syscall param rt_sigaction(act->sa_handler) points to unaddressable byte(s)
    at 0x........: syscall (in /...libc...)
    by 0x........: __libc_start_main (in /...libc...)
@@ -2454,8 +2430,6 @@ Syscall param rt_sigaction(act->sa_mask) points to unaddressable byte(s)
    by 0x........: ...
  Address 0x........ is not stack'd, malloc'd or (recently) free'd
 
-=======
->>>>>>> .merge-right.r4787
 Syscall param rt_sigaction(act->sa_flags) points to unaddressable byte(s)
    at 0x........: syscall (in /...libc...)
    by 0x........: __libc_start_main (in /...libc...)
index 80222fd655adc06b8bf65eaa0a6ba5cdda459683..fada22454211bbc704ce5db0e359d9053b0ab97e 100644 (file)
@@ -18,7 +18,8 @@ usage: valgrind --tool=<toolname> [options] prog-and-args
 
   uncommon user options for all Valgrind tools:
     --run-libc-freeres=no|yes free up glibc memory at exit? [yes]
-    --weird-hacks=hack1,hack2,...  recognised hacks: lax-ioctls,ioctl-mmap [none]
+    --weird-hacks=hack1,hack2,...  known hacks: lax-ioctls,ioctl-mmap
+                                                enable-outer [none]
     --pointercheck=no|yes     enforce client address space limits [yes]
     --show-emwarns=no|yes     show warnings about emulation limits? [no]
     --smc-check=none|stack|all  checks for self-modifying code: none,
index 761ad269d14c5bef3213a241a282662014659413..ca94f0850370a689d187304f70f5fe1c64e8f957 100644 (file)
@@ -18,7 +18,8 @@ usage: valgrind --tool=<toolname> [options] prog-and-args
 
   uncommon user options for all Valgrind tools:
     --run-libc-freeres=no|yes free up glibc memory at exit? [yes]
-    --weird-hacks=hack1,hack2,...  recognised hacks: lax-ioctls,ioctl-mmap [none]
+    --weird-hacks=hack1,hack2,...  known hacks: lax-ioctls,ioctl-mmap
+                                                enable-outer [none]
     --pointercheck=no|yes     enforce client address space limits [yes]
     --show-emwarns=no|yes     show warnings about emulation limits? [no]
     --smc-check=none|stack|all  checks for self-modifying code: none,