[sanitizer_common][test-only] Mark popen xfail on iossim#171814
Merged
DanBlackwell merged 1 commit intollvm:mainfrom Dec 11, 2025
Merged
[sanitizer_common][test-only] Mark popen xfail on iossim#171814DanBlackwell merged 1 commit intollvm:mainfrom
DanBlackwell merged 1 commit intollvm:mainfrom
Conversation
rdar://166246774
Member
|
@llvm/pr-subscribers-compiler-rt-sanitizer Author: Dan Blackwell (DanBlackwell) Changesrdar://166246774 Full diff: https://github.com/llvm/llvm-project/pull/171814.diff 1 Files Affected:
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>
|
cofibrant
approved these changes
Dec 11, 2025
Priyanshu3820
pushed a commit
to Priyanshu3820/llvm-project
that referenced
this pull request
Dec 20, 2025
ndrewh
pushed a commit
to ndrewh/llvm-project
that referenced
this pull request
Jan 12, 2026
rdar://166246774 (cherry picked from commit de29f24)
fhahn
pushed a commit
to fhahn/llvm-project
that referenced
this pull request
Jan 19, 2026
rdar://166246774 (cherry picked from commit de29f24)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
rdar://166246774