[all-commits] [llvm/llvm-project] 74c883: [libcxx] [test] Use the native path types in path....

Martin Storsjö via All-commits all-commits at lists.llvm.org
Mon Mar 1 11:02:06 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 74c883f7e5ba9143e51c2a68203e324511eb63a0
      https://github.com/llvm/llvm-project/commit/74c883f7e5ba9143e51c2a68203e324511eb63a0
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-03-01 (Mon, 01 Mar 2021)

  Changed paths:
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.compare.pass.cpp

  Log Message:
  -----------
  [libcxx] [test] Use the native path types in path.compare

This makes sure that it actually tests the right compare() overloads
in windows configurations.

This also fixes the allocation guards that enforce no allocations
while running the compare() functions.

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




More information about the All-commits mailing list