[llvm] [Debuginfod] Remove `llvm-debuginfod-find` lit tests that used python http...
authorNoah Shutty <noahshutty@gmail.com>
Tue, 30 Aug 2022 01:23:04 +0000 (01:23 +0000)
committerNoah Shutty <noahshutty@gmail.com>
Tue, 30 Aug 2022 01:32:34 +0000 (01:32 +0000)
commit038b9ed3952a240fec0432d66d7b4b2926a330bc
treebfa5dd345ee36116f881764bb10a9b2e76cbcf08
parent582ec4b0aa55bff84490e1c89e55066bf6603212
[llvm] [Debuginfod] Remove `llvm-debuginfod-find` lit tests that used python http server.

These tests depend on `ThreadingHTTPServer` which was not introduced until python 3.7 so we might as well delete them to avoid issues. Most of their functionality is now covered by the llvm-debuginfod.test for the debuginfod server.

Reviewed By: mysterymath

Differential Revision: https://reviews.llvm.org/D119096
llvm/test/tools/llvm-debuginfod-find/Inputs/buildid/abcdef/debuginfo [deleted file]
llvm/test/tools/llvm-debuginfod-find/Inputs/buildid/abcdef/executable [deleted file]
llvm/test/tools/llvm-debuginfod-find/Inputs/buildid/abcdef/source/directory/file.c [deleted file]
llvm/test/tools/llvm-debuginfod-find/debuginfod.test [deleted file]