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


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to