Skip to content

Conversation

@DavidSpickett
Copy link
Collaborator

Since we updated our buildbot setup, these have been failing. Ignore them until we have time to find the real problem, which is something to do with failing to backtrace, or missing debug info when we do.

@DavidSpickett DavidSpickett added the skip-precommit-approval PR for CI feedback, not intended for review label Dec 15, 2025
@llvmbot llvmbot added the lldb label Dec 15, 2025
@llvmbot
Copy link
Member

llvmbot commented Dec 15, 2025

@llvm/pr-subscribers-lldb

Author: David Spickett (DavidSpickett)

Changes

Since we updated our buildbot setup, these have been failing. Ignore them until we have time to find the real problem, which is something to do with failing to backtrace, or missing debug info when we do.


Full diff: https://github.com/llvm/llvm-project/pull/172300.diff

2 Files Affected:

  • (modified) lldb/test/API/functionalities/bt-interrupt/TestInterruptBacktrace.py (+1)
  • (modified) lldb/test/API/python_api/hello_world/TestHelloWorld.py (+2)
diff --git a/lldb/test/API/functionalities/bt-interrupt/TestInterruptBacktrace.py b/lldb/test/API/functionalities/bt-interrupt/TestInterruptBacktrace.py
index 9e57e9271bd46..b702b876861f0 100644
--- a/lldb/test/API/functionalities/bt-interrupt/TestInterruptBacktrace.py
+++ b/lldb/test/API/functionalities/bt-interrupt/TestInterruptBacktrace.py
@@ -12,6 +12,7 @@
 class TestInterruptingBacktrace(TestBase):
     NO_DEBUG_INFO_TESTCASE = True
 
+    @skipIf(oslist=["windows"], archs=["aarch64"])
     @skipIf(oslist=["linux"], archs=["arm$"])
     def test_backtrace_interrupt(self):
         """Use RequestInterrupt followed by stack operations
diff --git a/lldb/test/API/python_api/hello_world/TestHelloWorld.py b/lldb/test/API/python_api/hello_world/TestHelloWorld.py
index da540d3e016bb..035b7ea099875 100644
--- a/lldb/test/API/python_api/hello_world/TestHelloWorld.py
+++ b/lldb/test/API/python_api/hello_world/TestHelloWorld.py
@@ -69,6 +69,7 @@ def test_with_process_launch_api(self):
         # The breakpoint should have a hit count of 1.
         self.assertEqual(breakpoint.GetHitCount(), 1, BREAKPOINT_HIT_ONCE)
 
+    @skipIf(oslist=["windows"], archs=["aarch64"])
     @skipIfiOSSimulator
     def test_with_attach_to_process_with_id_api(self):
         """Create target, spawn a process, and attach to it with process id."""
@@ -99,6 +100,7 @@ def test_with_attach_to_process_with_id_api(self):
             stacktraces, exe=False, substrs=["main.c:%d" % self.line2, "(int)argc=2"]
         )
 
+    @skipIf(oslist=["windows"], archs=["aarch64"])
     @skipIfiOSSimulator
     @skipIfAsan  # FIXME: Hangs indefinitely.
     def test_with_attach_to_process_with_name_api(self):

@DavidSpickett DavidSpickett changed the title [lldb][test] Xfail two backtrace related tests on Windows on Arm [lldb][test] Skip two backtrace related tests on Windows on Arm Dec 15, 2025
@DavidSpickett DavidSpickett changed the title [lldb][test] Skip two backtrace related tests on Windows on Arm [lldb][test] Xfail two backtrace related tests on Windows on Arm Dec 15, 2025
Since we updated our buildbot setup, these have been failing.
Ignore them until we have time to find the real problem, which
is something to do with failing to backtrace, or missing debug
info when we do.
@DavidSpickett DavidSpickett changed the title [lldb][test] Xfail two backtrace related tests on Windows on Arm [lldb][test] Xfail 3 backtrace related tests on Windows on Arm Dec 15, 2025
@DavidSpickett DavidSpickett merged commit f5a198b into llvm:main Dec 15, 2025
5 of 9 checks passed
@DavidSpickett DavidSpickett deleted the lldb-woa branch December 15, 2025 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lldb skip-precommit-approval PR for CI feedback, not intended for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants