[all-commits] [llvm/llvm-project] 038b9e: [llvm] [Debuginfod] Remove `llvm-debuginfod-find` ...

Noah Shutty via All-commits all-commits at lists.llvm.org
Mon Aug 29 18:33:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 038b9ed3952a240fec0432d66d7b4b2926a330bc
      https://github.com/llvm/llvm-project/commit/038b9ed3952a240fec0432d66d7b4b2926a330bc
  Author: Noah Shutty <noahshutty at gmail.com>
  Date:   2022-08-30 (Tue, 30 Aug 2022)

  Changed paths:
    R llvm/test/tools/llvm-debuginfod-find/Inputs/buildid/abcdef/debuginfo
    R llvm/test/tools/llvm-debuginfod-find/Inputs/buildid/abcdef/executable
    R llvm/test/tools/llvm-debuginfod-find/Inputs/buildid/abcdef/source/directory/file.c
    R llvm/test/tools/llvm-debuginfod-find/debuginfod.test

  Log Message:
  -----------
  [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




More information about the All-commits mailing list