Skip to content

Commit 4e8843e

Browse files
committed
[lldb][test] Disable TestIRInterpreter.py on x86_64 Windows
Fails there https://lab.llvm.org/buildbot/#/builders/211/builds/197.
1 parent da6c7e6 commit 4e8843e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ 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")
107109
@add_test_categories(["pyapi"])
108110
def test_ir_interpreter(self):
109111
self.build_and_run()

0 commit comments

Comments
 (0)