From: Paul F. <pa...@so...> - 2024-11-17 10:10:30
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=3af6f369e7cac5275c3e3bdb8470e084568f3443 commit 3af6f369e7cac5275c3e3bdb8470e084568f3443 Author: Paul Floyd <pj...@wa...> Date: Sun Nov 17 11:08:34 2024 +0100 Illumos regtest: turn off memcheck/tests/x86/bug487993 For some reason GCC 13.3 on Illumos does not use aligned operator new when compiling this testcase. So turn it off. Diff: --- memcheck/tests/x86/bug487993.vgtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memcheck/tests/x86/bug487993.vgtest b/memcheck/tests/x86/bug487993.vgtest index ca5db1515d..a5f00a4821 100644 --- a/memcheck/tests/x86/bug487993.vgtest +++ b/memcheck/tests/x86/bug487993.vgtest @@ -1,3 +1,3 @@ -prereq: test -e bug487993 +prereq: test -e bug487993 && ! ../../../tests/os_test solaris prog: bug487993 vgopts: -q |