[all-commits] [llvm/llvm-project] ffb410: [libc] Add testing macros for errno and floating p...

lntue via All-commits all-commits at lists.llvm.org
Tue Mar 8 12:50:11 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ffb410d3f9b7aedb7a909c6f5f8f272f3c363972
      https://github.com/llvm/llvm-project/commit/ffb410d3f9b7aedb7a909c6f5f8f272f3c363972
  Author: Tue Ly <lntue at google.com>
  Date:   2022-03-08 (Tue, 08 Mar 2022)

  Changed paths:
    M libc/test/src/math/RoundToIntegerTest.h
    M libc/test/src/math/cosf_test.cpp
    M libc/test/src/math/exp2f_test.cpp
    M libc/test/src/math/expf_test.cpp
    M libc/test/src/math/expm1f_test.cpp
    M libc/test/src/math/sincosf_test.cpp
    M libc/test/src/math/sinf_test.cpp
    M libc/utils/UnitTest/FPMatcher.h

  Log Message:
  -----------
  [libc] Add testing macros for errno and floating point exceptions.

Add testing macros for errno and floating point exceptions.

Reviewed By: sivachandra

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




More information about the All-commits mailing list