[all-commits] [llvm/llvm-project] a7757f: [hwasan] Stress test for thread creation.

Evgenii Stepanov via All-commits all-commits at lists.llvm.org
Tue May 11 13:11:20 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7757f6c22e45e84e56da79af67fe29dd1c224f5
      https://github.com/llvm/llvm-project/commit/a7757f6c22e45e84e56da79af67fe29dd1c224f5
  Author: Evgenii Stepanov <eugenis at google.com>
  Date:   2021-05-11 (Tue, 11 May 2021)

  Changed paths:
    A compiler-rt/test/hwasan/TestCases/Linux/create-thread-stress.cpp

  Log Message:
  -----------
  [hwasan] Stress test for thread creation.

This test has two modes - testing reused threads with multiple loops of
batch create/join, and testing new threads with a single loop of
create/join per fork.

The non-reuse variant catches the problem that was fixed in D101881 with
a high probability.

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




More information about the All-commits mailing list