From: Florian K. <fl...@ei...> - 2025-07-17 08:36:45
|
Hi Paul, On 17.07.25 08:09, pjfloyd--- via valgrind-testresults wrote: > ================================================= > ./valgrind-new/none/tests/iropt-test/iropt-test-sec.stderr.diff > ================================================= > --- iropt-test-sec.stderr.exp 2025-07-17 07:45:52.466100109 +0200 > +++ iropt-test-sec.stderr.out 2025-07-17 08:04:04.028800880 +0200 > @@ -0,0 +1,2 @@ > +Assertion failed: RAND_MAX == INT32_MAX, file main.c, line 48, function main > +sh: 158186: Abort > ================================================= > ./valgrind-new/none/tests/iropt-test/iropt-test.stderr.diff > ================================================= > --- iropt-test.stderr.exp 2025-07-17 07:45:52.466219939 +0200 > +++ iropt-test.stderr.out 2025-07-17 08:04:04.258915252 +0200 > @@ -0,0 +1,2 @@ > +Assertion failed: RAND_MAX == INT32_MAX, file main.c, line 48, function main > +sh: 158196: Abort Sorry for the breakage. Can you tell me the value of RAND_MAX on that platform? Thanks, Florian |