Skip to content

Commit 685dd5e

Browse files
committed
[lldb][test] XFAIL TestCCallingConventions.py
The test-suite by default gets linked with LLD on our Ubuntu Swift CI bots causing the vector_call test-case to fail. This is a known issue: llvm#56084 Haven't found a good way to XFAIL a test based on the linker used, so XFAIL it for all of Linux for now. rdar://129208184
1 parent 5a13a60 commit 685dd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lang/c/calling-conventions/TestCCallingConventions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_stdcall(self):
6666
# any other architectures.
6767
@expectedFailureAll(
6868
triple=re.compile("^(x86|i386)"),
69-
oslist=["freebsd"], bugnumber="github.com/llvm/llvm-project/issues/56084"
69+
oslist=["freebsd", "linux"], bugnumber="github.com/llvm/llvm-project/issues/56084"
7070
)
7171
def test_vectorcall(self):
7272
if not self.build_and_run("vectorcall.c"):

0 commit comments

Comments
 (0)