[lldb] Delete TestStandardUnwind
commit1ef6bd9b1bffb3f0314840ad95cd554366fdbda7
authorPavel Labath <pavel@labath.sk>
Mon, 18 Oct 2021 13:22:10 +0000 (18 15:22 +0200)
committerPavel Labath <pavel@labath.sk>
Mon, 18 Oct 2021 13:22:10 +0000 (18 15:22 +0200)
tree08fcf2c8b14ce2461dd041017a456dc32a6dee96
parent2a3cc4d46184c347fd0d98ecda78ea7ec1144c5c
[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.
lldb/test/API/functionalities/unwind/standard/Makefile [deleted file]
lldb/test/API/functionalities/unwind/standard/TestStandardUnwind.py [deleted file]
lldb/test/API/functionalities/unwind/standard/hand_written/divmod.cpp [deleted file]
lldb/test/API/functionalities/unwind/standard/hand_written/fprintf.cpp [deleted file]
lldb/test/API/functionalities/unwind/standard/hand_written/new_delete.cpp [deleted file]