[all-commits] [llvm/llvm-project] 6f2e78: [NFC] Require tests to skip on windows to avoid ha...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Sun Jan 15 19:48:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f2e78195f644f024df5b5167e26bdd56b4c1c2b
      https://github.com/llvm/llvm-project/commit/6f2e78195f644f024df5b5167e26bdd56b4c1c2b
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2023-01-16 (Mon, 16 Jan 2023)

  Changed paths:
    M clang/test/Driver/module-output.cppm

  Log Message:
  -----------
  [NFC] Require tests to skip on windows to avoid handling the different
slash in the filesystem

The modified test fails on windows for the diffeent slash direction ('/'
in linux and '/' on windows). The patch requires the test to skip on
windows to avoid such differences.




More information about the All-commits mailing list