Skip to content

Commit a1e7c83

Browse files
committed
[lldb] Disable break at _dl_debug_state test on arm
1 parent 4c18681 commit a1e7c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ def test_breakpoint_statistics_hitcount(self):
672672
for breakpoint_stats in breakpoints_stats:
673673
self.assertIn("hitCount", breakpoint_stats)
674674

675-
@skipIf(oslist=no_match(["linux"]))
675+
@skipIf(oslist=no_match(["linux"]), archs=["arm", "aarch64"])
676676
def test_break_at__dl_debug_state(self):
677677
"""
678678
Test lldb is able to stop at _dl_debug_state if it is set before the

0 commit comments

Comments
 (0)