[compiler-rt] [asan][test] Exclude invalid-pointer-pairs-vector-extract.cpp from Solaris (PR #216606)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 16 14:53:50 PDT 2026
https://github.com/thurstond created https://github.com/llvm/llvm-project/pull/216606
Intended to fix buildbot breakage on Solaris (XPASS), as reported in https://github.com/llvm/llvm-project/pull/216532#issuecomment-5309297518
This change is only a transient step for the test, since the upcoming https://github.com/llvm/llvm-project/pull/213546 is expected to make the test pass on all platforms.
>From 225048fdc5aeadc76f2c74bac4eeced2b0d60b60 Mon Sep 17 00:00:00 2001
From: Thurston Dang <thurston at google.com>
Date: Sun, 16 Aug 2026 21:50:52 +0000
Subject: [PATCH] [asan][test] Exclude invalid-pointer-pairs-vector-extract.cpp
from Solaris
Intended to fix buildbot breakage on Solaris (XPASS), as reported in https://github.com/llvm/llvm-project/pull/216532#issuecomment-5309297518
This change is only a transient step for the test, since the upcoming
https://github.com/llvm/llvm-project/pull/213546 is expected to make the
test pass on all platforms.
---
.../asan/TestCases/invalid-pointer-pairs-vector-extract.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/compiler-rt/test/asan/TestCases/invalid-pointer-pairs-vector-extract.cpp b/compiler-rt/test/asan/TestCases/invalid-pointer-pairs-vector-extract.cpp
index 2eea39ba91e17..8c93ffa71ab30 100644
--- a/compiler-rt/test/asan/TestCases/invalid-pointer-pairs-vector-extract.cpp
+++ b/compiler-rt/test/asan/TestCases/invalid-pointer-pairs-vector-extract.cpp
@@ -4,6 +4,8 @@
// RUN: %env_asan_opts=detect_invalid_pointer_pairs=2:halt_on_error=0 %run %t 2>&1 | FileCheck %s
// UNSUPPORTED: windows
+// UNSUPPORTED: target={{.*solaris.*}}
+
// XFAIL: *
#include <cstdint>
More information about the llvm-commits
mailing list