[Lldb-commits] [lldb] f090801 - [lldb] Disable unaligned-pc-sigbus.test on arm(32)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed May 15 02:19:58 PDT 2024


Author: Pavel Labath
Date: 2024-05-15T09:18:42Z
New Revision: f090801a9651cf4f0d05cc361a2a1b14805b62bf

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

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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Unwind/unaligned-pc-sigbus.test b/lldb/test/Shell/Unwind/unaligned-pc-sigbus.test
index 5ebfba54301ef..49f771cae95bf 100644
--- a/lldb/test/Shell/Unwind/unaligned-pc-sigbus.test
+++ b/lldb/test/Shell/Unwind/unaligned-pc-sigbus.test
@@ -1,4 +1,4 @@
-# REQUIRES: (target-aarch64 || target-arm) && native
+# REQUIRES: target-aarch64 && native
 # UNSUPPORTED: system-windows
 # llvm.org/pr91610, rdar://128031075
 # XFAIL: system-darwin


        


More information about the lldb-commits mailing list