[all-commits] [llvm/llvm-project] 3eceab: LibclangTest: remove libclang-test-* tmp dir reliably

Igor Kushnir via All-commits all-commits at lists.llvm.org
Wed Mar 1 06:45:44 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3eceab95f314edb85ee72c047a4acd35e757d037
      https://github.com/llvm/llvm-project/commit/3eceab95f314edb85ee72c047a4acd35e757d037
  Author: Igor Kushnir <igorkuo at gmail.com>
  Date:   2023-03-01 (Wed, 01 Mar 2023)

  Changed paths:
    M clang/unittests/libclang/LibclangTest.cpp
    M clang/unittests/libclang/TestUtils.h

  Log Message:
  -----------
  LibclangTest: remove libclang-test-* tmp dir reliably

Temporary directories created by two LibclangReparseTest tests -
ReparseWithModule and clang_parseTranslationUnit2FullArgv - remained in
the system temporary directory after running libclangTests, because not
all files and subdirectories created in TestDir were added to set
LibclangParseTest::Files.

Differential Revision: https://reviews.llvm.org/D143415




More information about the All-commits mailing list