[all-commits] [llvm/llvm-project] c24c18: [libc] Accommodate Fuchsia's death test framework ...

Siva Chandra via All-commits all-commits at lists.llvm.org
Fri Jul 23 15:19:27 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c24c18bba61fa4e9e5513b70cd133ec39eaf9e25
      https://github.com/llvm/llvm-project/commit/c24c18bba61fa4e9e5513b70cd133ec39eaf9e25
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2021-07-23 (Fri, 23 Jul 2021)

  Changed paths:
    M libc/test/src/fenv/enabled_exceptions_test.cpp
    M libc/test/src/fenv/feholdexcept_test.cpp

  Log Message:
  -----------
  [libc] Accommodate Fuchsia's death test framework in fenv tests.

Fuchsia's death test framework runs the closure which can die in a
different thread. Hence, the FP exceptions which cause the closure to
die should be enalbed in the closure.

Reviewed By: michaelrj

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




More information about the All-commits mailing list