[all-commits] [llvm/llvm-project] 8b3743: [libc] Fix vfprintf test colliding with fprintf

michaelrj-google via All-commits all-commits at lists.llvm.org
Wed Aug 9 10:32:12 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b37431024589a76796c0198fd532149aab7506b
      https://github.com/llvm/llvm-project/commit/8b37431024589a76796c0198fd532149aab7506b
  Author: Michael Jones <michaelrj at google.com>
  Date:   2023-08-09 (Wed, 09 Aug 2023)

  Changed paths:
    M libc/test/src/stdio/vfprintf_test.cpp

  Log Message:
  -----------
  [libc] Fix vfprintf test colliding with fprintf

Sometimes the vfprintf test was failing, I suspect that's due to it
using the same filename as the fprintf test. This patch fixes that
problem by changing the filename of the vfprintf output file.

Reviewed By: lntue

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




More information about the All-commits mailing list