Skip to content

Commit c988c26

Browse files
committed
[lldb] Re-enable TestCCallingConventions on Apple Silicon
This test was disabled because clang struggled to emit a Windows calling convention when targeting an Apple environment. This test is now showing up as an XPASS so someone must have fixed this.
1 parent bbf1900 commit c988c26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def test_regcall(self):
4747
self.expect_expr("func(1, 2, 3, 4)", result_type="int", result_value="10")
4848

4949
@skipIf(compiler="clang", compiler_version=['<', '9.0'])
50-
@expectedFailureDarwin(archs=["arm64", "arm64e"]) # rdar://84528755
5150
def test_ms_abi(self):
5251
if not self.build_and_run("ms_abi.c"):
5352
return

0 commit comments

Comments
 (0)