Author: David Spickett
Date: 2025-07-03T14:15:56Z
New Revision: 31bdd5fd39cb26e0c85c7e2cb731d710d96057b6

URL: 
https://github.com/llvm/llvm-project/commit/31bdd5fd39cb26e0c85c7e2cb731d710d96057b6
DIFF: 
https://github.com/llvm/llvm-project/commit/31bdd5fd39cb26e0c85c7e2cb731d710d96057b6.diff

LOG: [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.

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 7944e9a4781dd..23188ef898d56 100644
--- a/lldb/test/API/commands/expression/ir-interpreter/TestIRInterpreter.py
+++ b/lldb/test/API/commands/expression/ir-interpreter/TestIRInterpreter.py
@@ -104,8 +104,10 @@ 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";)
+    @expectedFailureAll(
+        oslist=["windows"],
+        bugnumber="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

Reply via email to