Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > fbfc032ec9d9298d386911f256c21ffa > files > 6

valgrind-3.2.3-alt1.src.rpm

--- 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");