Skip to content

Commit bf8bbb9

Browse files
Merge pull request #8876 from apple/revert-8859-lldb/ci/ubuntu-vector_call-lld-failure-to-6.0
Revert "[lldb][test] XFAIL TestCCallingConventions.py"
2 parents 1b876c6 + 4df4965 commit bf8bbb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)