[valgrind] [Bug 487055] memcheck/tests/x86-linux/scalar fails runing in Docker

2024-05-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=487055 --- Comment #2 from Paul Floyd --- On second thoughts, just SUCC_OR_FAIL would be easier, but test a bit less. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 487055] memcheck/tests/x86-linux/scalar fails runing in Docker

2024-05-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=487055 --- Comment #1 from Paul Floyd --- Out by one, it was 'nice' not 'ftime'. This patch works form me --- a/memcheck/tests/x86-linux/scalar.c +++ b/memcheck/tests/x86-linux/scalar.c @@ -32,6 +32,11 @@ int main(void) long x0 = px[0]; long res;