Skip to content

Commit 31bdd5f

Browse files
committed
[lldb][test] XFAIL TestIRInterpreter.py on Windows again
I must have been mistaken because this test does still fail on Windows on Arm. At least the test code is Windows compatible now.
1 parent 03aa5c0 commit 31bdd5f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lldb/test/API/commands/expression/ir-interpreter/TestIRInterpreter.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,10 @@ def build_and_run(self):
104104

105105
self.runCmd("run", RUN_SUCCEEDED)
106106

107-
# Works on Windows on Arm, fails on Windows on x64.
108-
@skipIf(oslist=["windows"], archs=no_match(["arm64", "aarch64"]), bugnumber="http://llvm.org/pr21765")
107+
@expectedFailureAll(
108+
oslist=["windows"],
109+
bugnumber="llvm.org/pr21765",
110+
)
109111
@add_test_categories(["pyapi"])
110112
def test_ir_interpreter(self):
111113
self.build_and_run()

0 commit comments

Comments
 (0)