[all-commits] [llvm/llvm-project] 2282af: [libc] Disable -NaN test on float128 systems (#70146)

michaelrj-google via All-commits all-commits at lists.llvm.org
Tue Oct 24 16:46:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2282af26ead1f58fc3b8a9acb36f6af532c17a45
      https://github.com/llvm/llvm-project/commit/2282af26ead1f58fc3b8a9acb36f6af532c17a45
  Author: michaelrj-google <71531609+michaelrj-google at users.noreply.github.com>
  Date:   2023-10-24 (Tue, 24 Oct 2023)

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

  Log Message:
  -----------
  [libc] Disable -NaN test on float128 systems (#70146)

Some float128 systems (specifically the ones used for aarch64 buildbots)
don't respect signs for long double NaNs. This patch disables the printf
test that was failing due to this.




More information about the All-commits mailing list