[compiler-rt] [asan][test] Exclude invalid-pointer-pairs-vector-extract.cpp from Solaris (PR #216606)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 16 14:54:29 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Thurston Dang (thurstond)
<details>
<summary>Changes</summary>
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.
---
Full diff: https://github.com/llvm/llvm-project/pull/216606.diff
1 Files Affected:
- (modified) compiler-rt/test/asan/TestCases/invalid-pointer-pairs-vector-extract.cpp (+2)
``````````diff
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>
``````````
</details>
https://github.com/llvm/llvm-project/pull/216606
More information about the llvm-commits
mailing list