From 3af6f369e7cac5275c3e3bdb8470e084568f3443 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sun, 17 Nov 2024 11:08:34 +0100 Subject: [PATCH] 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. --- 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 ca5db1515..a5f00a482 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 -- 2.47.2