[all-commits] [llvm/llvm-project] 16784c: test/msan/sigwait: Don't silently ignore assertion...

Gui Andrade via All-commits all-commits at lists.llvm.org
Tue Jun 23 14:18:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 16784c0558c43ccbc0242c7429bc065c68163cbd
      https://github.com/llvm/llvm-project/commit/16784c0558c43ccbc0242c7429bc065c68163cbd
  Author: Gui Andrade <guiand at google.com>
  Date:   2020-06-23 (Tue, 23 Jun 2020)

  Changed paths:
    M compiler-rt/test/msan/sigwait.cpp

  Log Message:
  -----------
  test/msan/sigwait: Don't silently ignore assertion failures

Summary: As the parent process would return 0 independent of whether the child succeeded, assertions in the child would be ignored.

Reviewers: eugenis

Reviewed By: eugenis

Subscribers: #sanitizers

Tags: #sanitizers

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




More information about the All-commits mailing list