[all-commits] [llvm/llvm-project] 4036b1: [libc] Fix problem with using isnan in test/src/ma...

lntue via All-commits all-commits at lists.llvm.org
Thu Dec 16 11:51:33 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4036b12d969cb95d1b68830bcd989126d9119de9
      https://github.com/llvm/llvm-project/commit/4036b12d969cb95d1b68830bcd989126d9119de9
  Author: Tue Ly <lntue at google.com>
  Date:   2021-12-16 (Thu, 16 Dec 2021)

  Changed paths:
    M libc/test/src/math/logf_test.cpp

  Log Message:
  -----------
  [libc] Fix problem with using isnan in test/src/math/logf_test.cpp.

The default isnan returns an int, and hence failing the EXPECT_TRUE tests.

Reviewed By: sivachandra

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




More information about the All-commits mailing list