Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37918270
en ru br
ALT Linux repos
S:3.17.0-alt3
5.0: 3.4.0-alt1
4.1: 3.2.3-alt1
4.0: 3.2.3-alt1
3.0: 2.4.0-alt1

Group :: Development/Other
RPM: valgrind

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: valgrind-3.2.1-alt-regtest.patch
Download


--- valgrind-3.2.1/memcheck/tests/x86/scalar.c.alt-regtest	2006-10-18 17:08:35 +0400
+++ valgrind-3.2.1/memcheck/tests/x86/scalar.c	2006-10-18 17:09:17 +0400
@@ -372,7 +372,7 @@ int main(void)
 
    // __NR_getgroups 80
    GO(__NR_getgroups, "2s 1m");
-   SY(__NR_getgroups, x0+1, x0+1); FAIL;
+   SY(__NR_getgroups, x0+1, x0+1); SUCC_OR_FAIL;
 
    // __NR_setgroups 81
    GO(__NR_setgroups, "2s 1m");
@@ -904,7 +904,7 @@ int main(void)
 
    // __NR_getgroups32 205
    GO(__NR_getgroups32, "2s 1m");
-   SY(__NR_getgroups32, x0+1, x0+1); FAIL;
+   SY(__NR_getgroups32, x0+1, x0+1); SUCC_OR_FAIL;
 
    // __NR_setgroups32 206
    GO(__NR_setgroups32, "2s 1m");
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin