[all-commits] [llvm/llvm-project] 124fcd: tsan: add a stress test

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Fri Sep 24 07:46:25 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 124fcd7e9d2b8831dab0c50d4fce9900b033c6c2
      https://github.com/llvm/llvm-project/commit/124fcd7e9d2b8831dab0c50d4fce9900b033c6c2
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
    A compiler-rt/test/tsan/stress.cpp
    M compiler-rt/test/tsan/test.h

  Log Message:
  -----------
  tsan: add a stress test

The stress test does various assorted things
(memory accesses, function calls, atomic operations,
thread creation/join, intercepted libc calls)
in multiple threads just to stress various parts
of the runtime.

Reviewed By: melver

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




More information about the All-commits mailing list