[all-commits] [llvm/llvm-project] 1ef6bd: [lldb] Delete TestStandardUnwind
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Oct 18 06:24:34 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ef6bd9b1bffb3f0314840ad95cd554366fdbda7
https://github.com/llvm/llvm-project/commit/1ef6bd9b1bffb3f0314840ad95cd554366fdbda7
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths:
R lldb/test/API/functionalities/unwind/standard/Makefile
R lldb/test/API/functionalities/unwind/standard/TestStandardUnwind.py
R lldb/test/API/functionalities/unwind/standard/hand_written/divmod.cpp
R lldb/test/API/functionalities/unwind/standard/hand_written/fprintf.cpp
R lldb/test/API/functionalities/unwind/standard/hand_written/new_delete.cpp
Log Message:
-----------
[lldb] Delete TestStandardUnwind
It's been broken (not failing, but not testing anything either) for
quite some time now, and nobody noticed. It also (by design) tests
stepping through libc code, which makes it completely non-hermetic.
It's not worth reviving such a test.
More information about the All-commits
mailing list