Author: David Spickett Date: 2025-07-03T10:27:55Z New Revision: 4e8843ee870eb64b713ddc1f3c06e5a814339a89
URL: https://github.com/llvm/llvm-project/commit/4e8843ee870eb64b713ddc1f3c06e5a814339a89 DIFF: https://github.com/llvm/llvm-project/commit/4e8843ee870eb64b713ddc1f3c06e5a814339a89.diff LOG: [lldb][test] Disable TestIRInterpreter.py on x86_64 Windows Fails there https://lab.llvm.org/buildbot/#/builders/211/builds/197. Added: Modified: lldb/test/API/commands/expression/ir-interpreter/TestIRInterpreter.py Removed: ################################################################################ diff --git a/lldb/test/API/commands/expression/ir-interpreter/TestIRInterpreter.py b/lldb/test/API/commands/expression/ir-interpreter/TestIRInterpreter.py index 6b6233133acd0..7944e9a4781dd 100644 --- a/lldb/test/API/commands/expression/ir-interpreter/TestIRInterpreter.py +++ b/lldb/test/API/commands/expression/ir-interpreter/TestIRInterpreter.py @@ -104,6 +104,8 @@ def build_and_run(self): self.runCmd("run", RUN_SUCCEEDED) + # Works on Windows on Arm, fails on Windows on x64. + @skipIf(oslist=["windows"], archs=no_match(["arm64", "aarch64"]), bugnumber="http://llvm.org/pr21765") @add_test_categories(["pyapi"]) def test_ir_interpreter(self): self.build_and_run() _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits