[all-commits] [llvm/llvm-project] c73c23: [libc][NFC] Add a death test API adaptation macro

michaelrj-google via All-commits all-commits at lists.llvm.org
Mon Feb 1 11:19:24 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c73c23f2a91f5a454d782da9918e2160cfe66087
      https://github.com/llvm/llvm-project/commit/c73c23f2a91f5a454d782da9918e2160cfe66087
  Author: Michael Jones <michaelrj at google.com>
  Date:   2021-02-01 (Mon, 01 Feb 2021)

  Changed paths:
    M libc/test/src/assert/assert_test.cpp
    M libc/test/src/fenv/enabled_exceptions_test.cpp
    M libc/test/src/signal/raise_test.cpp
    M libc/test/src/signal/sigaction_test.cpp
    M libc/test/src/signal/sigdelset_test.cpp
    M libc/test/src/signal/sigprocmask_test.cpp
    M libc/test/src/stdlib/abort_test.cpp
    M libc/utils/UnitTest/FuchsiaTest.h
    M libc/utils/UnitTest/LibcTest.h

  Log Message:
  -----------
  [libc][NFC] Add a death test API adaptation macro

Fuchsia's zxtest has a slightly different death test definition, and
this macro makes our death test API work on Fuchsia.

Reviewed By: sivachandra

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




More information about the All-commits mailing list