]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Make memcheck/tests/x86-linux/scalar test work under root.
authorMark Wielaard <mark@klomp.org>
Mon, 20 May 2019 11:08:41 +0000 (13:08 +0200)
committerMark Wielaard <mark@klomp.org>
Mon, 20 May 2019 11:08:41 +0000 (13:08 +0200)
commitabc09f23e1ad55a07beb827aef969acfe6c496ef
treec362e74fb769a562e69cfcadc22ac378d17f469c
parent917e423073c5eacffbad83008c27c8e61e0e342a
Make memcheck/tests/x86-linux/scalar test work under root.

Running the testsuite as root isn't really recommended.
But lets not make tests fail unnecessarily when running as root.
Similar to the arm64-linux/scalar fixes. Plus 32bit variants that
don't exist on arm64.

Pass really invalid arguments to setuid[32], setgid[32], acct, fchown[32].
Make setresgid[32], setresuid[32], setregid[32], setreuid[32] always succeed.
memcheck/tests/x86-linux/scalar.c