[libc-commits] [PATCH] D75026: [libc] Add sigprocmask

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Sat Feb 29 22:43:42 PST 2020


abrachet marked an inline comment as done.
abrachet added inline comments.


================
Comment at: libc/test/src/signal/raise_test.cpp:15
 
-TEST(SignalTest, Raise) {
+TEST_F(SignalTest, Raise) {
   // SIGCONT is ingored unless stopped, so we can use it to check the return
----------------
abrachet wrote:
> sivachandra wrote:
> > Is this required?
> Not really, but I think it makes sense to keep it. It works fine right now with no problems. But if this file was linked with the other tests which use the test fixture there would be a problem because these classes and their symbols are different. If we are confident that will never happen then I am fine removing that here and in sigaddset_test.cpp too.
Disregard that, now that I think about it, that doesn't matter because the class name would be SignalTest_Raise. I'll remove this and in sigaddset_test.cpp in the next round.


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

https://reviews.llvm.org/D75026





More information about the libc-commits mailing list