Skip to content

[lldb] Fix tests on Linux on Arm (32-bit) after #181071 - #191861

Merged
luporl merged 2 commits into
llvm:mainfrom
luporl:luporl-lldb-fix-arm
Apr 13, 2026
Merged

luporl merged 2 commits into
llvm:mainfrom
luporl:luporl-lldb-fix-arm

Conversation

@luporl

@luporl luporl commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

PR #181071 caused regressions on Linux on Arm. These are being tracked
in:

This PR disables the failing tests for now, to fix the broken buildbot.

@luporl
luporl requested a review from JDevlieghere as a code owner April 13, 2026 17:42
@llvmbot llvmbot added the lldb label Apr 13, 2026
@llvmbot

llvmbot commented Apr 13, 2026

Copy link
Copy Markdown
Member

@llvm/pr-subscribers-lldb

Author: Leandro Lupori (luporl)

Changes

PR #181071 caused regressions on Linux on Arm. These are being tracked
in:

  • #191855
  • #191859

This PR disables the failing tests for now, to fix the broken buildbot.


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

2 Files Affected:

  • (modified) lldb/test/API/functionalities/scripted_frame_provider/pass_through_prefix/TestFrameProviderPassThroughPrefix.py (+1)
  • (modified) lldb/test/API/functionalities/scripted_frame_provider/thread_filter/TestFrameProviderThreadFilter.py (+1)
diff --git a/lldb/test/API/functionalities/scripted_frame_provider/pass_through_prefix/TestFrameProviderPassThroughPrefix.py b/lldb/test/API/functionalities/scripted_frame_provider/pass_through_prefix/TestFrameProviderPassThroughPrefix.py
index 5504a919c2c5f..159a19c8b6c15 100644
--- a/lldb/test/API/functionalities/scripted_frame_provider/pass_through_prefix/TestFrameProviderPassThroughPrefix.py
+++ b/lldb/test/API/functionalities/scripted_frame_provider/pass_through_prefix/TestFrameProviderPassThroughPrefix.py
@@ -24,6 +24,7 @@ def setUp(self):
         TestBase.setUp(self)
         self.source = "main.c"
 
+    @expectedFailureAll(oslist=["linux"], archs=["arm$"])
     @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778")
     def test_pass_through_with_prefix(self):
         """
diff --git a/lldb/test/API/functionalities/scripted_frame_provider/thread_filter/TestFrameProviderThreadFilter.py b/lldb/test/API/functionalities/scripted_frame_provider/thread_filter/TestFrameProviderThreadFilter.py
index fb41cb29f2b4f..208af1895d0e4 100644
--- a/lldb/test/API/functionalities/scripted_frame_provider/thread_filter/TestFrameProviderThreadFilter.py
+++ b/lldb/test/API/functionalities/scripted_frame_provider/thread_filter/TestFrameProviderThreadFilter.py
@@ -59,6 +59,7 @@ def register_providers(self, target):
             )
             self.assertTrue(error.Success(), f"Should register {cls}: {error}")
 
+    @skipIf(oslist=["linux"], archs=["arm$"])
     @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778")
     def test_bt_provider_star_with_thread_filter(self):
         """

PR llvm#181071 caused regressions on Linux on Arm. These are being tracked
in:
- llvm#191855
- llvm#191859

This PR disables the failing tests for now, to fix the broken buildbot.
@luporl
luporl force-pushed the luporl-lldb-fix-arm branch from f479d7e to abb0280 Compare April 13, 2026 17:51
@github-actions

github-actions Bot commented Apr 13, 2026

Copy link
Copy Markdown

✅ With the latest revision this PR passed the Python code formatter.

@luporl
luporl merged commit 3499157 into llvm:main Apr 13, 2026
11 checks passed
@luporl
luporl deleted the luporl-lldb-fix-arm branch April 13, 2026 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants