[libc-commits] [PATCH] D74665: [libc] [UnitTest] Create death tests

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Feb 14 23:19:26 PST 2020


abrachet added a comment.

Stupidly I didn't branch against D74528 <https://reviews.llvm.org/D74528>, so I do not have an example test in this patch, but the death test for `raise` would look like `EXPECT_DEATH([] { __llvm_libc::raise(SIGKILL); }, SIGKILL);`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74665/new/

https://reviews.llvm.org/D74665





More information about the libc-commits mailing list