[all-commits] [llvm/llvm-project] d16c59: Resolve possible test failure on Windows

Chris B via All-commits all-commits at lists.llvm.org
Fri Dec 9 11:45:58 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d16c59013056f1bf8844ded8faeb0cf01b1c3613
      https://github.com/llvm/llvm-project/commit/d16c59013056f1bf8844ded8faeb0cf01b1c3613
  Author: Chris Bieneman <chris.bieneman at me.com>
  Date:   2022-12-09 (Fri, 09 Dec 2022)

  Changed paths:
    M clang/test/C/drs/dr324.c

  Log Message:
  -----------
  Resolve possible test failure on Windows

If dr0xx.c's timestamp is newer than dr324.c the preprocessor will issue
an unexpected diagnostic in dr324.c. To prevent this diagnostic we can
have dr324.c run touch against itself to force its timestamp to be new.


  Commit: ef783af0b9d299e0912a17f4841f74fae4352fee
      https://github.com/llvm/llvm-project/commit/ef783af0b9d299e0912a17f4841f74fae4352fee
  Author: Chris Bieneman <chris.bieneman at me.com>
  Date:   2022-12-09 (Fri, 09 Dec 2022)

  Changed paths:
    M clang/test/CMakeLists.txt

  Log Message:
  -----------
  Move Clang's per-suite test targets into a folder

Putting these under a folder allows the CMake integraiton for IDEs to
sort the per-suite targets under a folder nested under the clang tests.


Compare: https://github.com/llvm/llvm-project/compare/1dc9047bdab7...ef783af0b9d2


More information about the All-commits mailing list