Skip to content

Commit 912d5d5

Browse files
Merge pull request #8859 from apple/lldb/ci/ubuntu-vector_call-lld-failure-to-6.0
[lldb][test] XFAIL TestCCallingConventions.py
2 parents 2bf714f + 85ff83d commit 912d5d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ def test_stdcall(self):
6363
self.expect_expr("func(1, 2, 3, 4)", result_type="int", result_value="10")
6464

6565
@expectedFailureAll(
66-
oslist=["freebsd"], bugnumber="github.com/llvm/llvm-project/issues/56084"
66+
triple=re.compile("^(x86|i386)"),
67+
oslist=["freebsd", "linux"], bugnumber="github.com/llvm/llvm-project/issues/56084"
6768
)
6869
def test_vectorcall(self):
6970
if not self.build_and_run("vectorcall.c"):

0 commit comments

Comments
 (0)