[all-commits] [llvm/llvm-project] 6f37d1: [asan] Fixed test failing on windows due to differ...

Vy Nguyen via All-commits all-commits at lists.llvm.org
Mon Mar 15 07:59:24 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f37d18d8cb109848b16ab55b631a9bdb4956a7a
      https://github.com/llvm/llvm-project/commit/6f37d18d8cb109848b16ab55b631a9bdb4956a7a
  Author: Vy Nguyen <vyng at google.com>
  Date:   2021-03-15 (Mon, 15 Mar 2021)

  Changed paths:
    M compiler-rt/test/asan/TestCases/wild_pointer.cpp

  Log Message:
  -----------
  [asan] Fixed test failing on windows due to different printf behaviour.

%p reported prints upper case hex chars on Windows.
The fix  is to switch to using %#lx

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




More information about the All-commits mailing list