[compiler-rt] [sanitizer_common][test-only] Mark popen xfail on iossim (PR #171814)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 11 04:07:49 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Dan Blackwell (DanBlackwell)
<details>
<summary>Changes</summary>
rdar://166246774
---
Full diff: https://github.com/llvm/llvm-project/pull/171814.diff
1 Files Affected:
- (modified) compiler-rt/test/sanitizer_common/TestCases/Posix/popen.cpp (+2)
``````````diff
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/popen.cpp b/compiler-rt/test/sanitizer_common/TestCases/Posix/popen.cpp
index 6bf6255a697a1..1cc7908086c6f 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Posix/popen.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/popen.cpp
@@ -2,6 +2,8 @@
// CHECK: 1
// CHECK-NEXT: 2
+// XFAIL: iossim
+
#include <assert.h>
#include <stdio.h>
``````````
</details>
https://github.com/llvm/llvm-project/pull/171814
More information about the llvm-commits
mailing list