[all-commits] [llvm/llvm-project] f6ca69: Revert "Stop running test on Linux for now"
Jason Molenda via All-commits
all-commits at lists.llvm.org
Fri May 9 20:42:58 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6ca690c4325f6c7b22eca69fae6e5fa069cc7ab
https://github.com/llvm/llvm-project/commit/f6ca690c4325f6c7b22eca69fae6e5fa069cc7ab
Author: Jason Molenda <jmolenda at apple.com>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M lldb/test/API/functionalities/unwind/frameless-faulted/TestUnwindFramelessFaulted.py
Log Message:
-----------
Revert "Stop running test on Linux for now"
This reverts commit 76f0f4cdf4bf9ebf476af99ad9911c687910d66d.
Commit: d2f6ac2c10758d2bd994827610695a8c7f2625fe
https://github.com/llvm/llvm-project/commit/d2f6ac2c10758d2bd994827610695a8c7f2625fe
Author: Jason Molenda <jmolenda at apple.com>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M lldb/test/API/functionalities/unwind/frameless-faulted/TestUnwindFramelessFaulted.py
Log Message:
-----------
Revert "Fix skipIf which was doing || and I need &&"
This reverts commit 05a2b33f7b36d4fc91b7a957aa00100bc8e38f04.
Commit: a230bb029813b2988019dce342e2e622af14bd1d
https://github.com/llvm/llvm-project/commit/a230bb029813b2988019dce342e2e622af14bd1d
Author: Jason Molenda <jmolenda at apple.com>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M lldb/source/Target/RegisterContextUnwind.cpp
R lldb/test/API/functionalities/unwind/frameless-faulted/Makefile
R lldb/test/API/functionalities/unwind/frameless-faulted/TestUnwindFramelessFaulted.py
R lldb/test/API/functionalities/unwind/frameless-faulted/interrupt-and-trap-funcs.c
R lldb/test/API/functionalities/unwind/frameless-faulted/main.c
Log Message:
-----------
Revert "[lldb] Provide lr value in faulting frame on arm64 (#138805)"
This test is failing on the LLDB Incremental bot (arm64), which is
running an older set of tools (Xcode 15.2) and OS (macOS 14.1) and
the CFI directives must not be emitted correctly by either the tools
or the OS. I will need to reproduce how this is compiling on that
older setup and see what the issue is. Reverting for now so the
bots are not blocked.
This reverts commit e897cb139ee6ef5c145fed5394c4d96baa658e6b.
Compare: https://github.com/llvm/llvm-project/compare/76f0f4cdf4bf...a230bb029813
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list