Skip to content

Commit f090801

Browse files
committed
[lldb] Disable unaligned-pc-sigbus.test on arm(32)
I though the test could work there as well, but (of course) it does not, because the lowest bit just means "run the code as thumb".
1 parent ca4a405 commit f090801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Unwind/unaligned-pc-sigbus.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: (target-aarch64 || target-arm) && native
1+
# REQUIRES: target-aarch64 && native
22
# UNSUPPORTED: system-windows
33
# llvm.org/pr91610, rdar://128031075
44
# XFAIL: system-darwin

0 commit comments

Comments
 (0)