[all-commits] [llvm/llvm-project] 6ecedb: [libc] Make a couple of math smoke tests more robu...

Alexey Samsonov via All-commits all-commits at lists.llvm.org
Fri Dec 20 16:06:41 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ecedb05b0d320543968843159b1b29233b03fc7
      https://github.com/llvm/llvm-project/commit/6ecedb05b0d320543968843159b1b29233b03fc7
  Author: Alexey Samsonov <vonosmas at gmail.com>
  Date:   2024-12-20 (Fri, 20 Dec 2024)

  Changed paths:
    M libc/test/src/math/smoke/CanonicalizeTest.h
    M libc/test/src/math/smoke/FModTest.h

  Log Message:
  -----------
  [libc] Make a couple of math smoke tests more robust. (#120808)

Make sure to clear out all FE_ALL_EXCEPT bits both before and after
invoking function under test -- otherwise the very first check for the
exception bits in the unit test may fail due to bits set prior to test
invocation.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list