History log of /netbsd-src/tests/usr.bin/c++/t_tsan_thread_leak.sh (Results 1 – 7 of 7)
Revision Date Author Comments
# 4bb9965c 12-Jun-2022 skrll <skrll@NetBSD.org>

Sprinkle "-static" when using "-pg" as profiling only works with static and
the gcc specs are currently broken.

PR/56876: hppa: "cc -pg" fails with "undefined reference to `mprotect'"


# db3cbfae 02-Jun-2022 skrll <skrll@NetBSD.org>

Trailing whitespace


# c95b4819 16-Dec-2021 martin <martin@NetBSD.org>

Remove bogus architecture detection voodo - tsan is not available
on most architectures, so just state it that way.


# b1909191 17-Nov-2020 gson <gson@NetBSD.org>

Mark t_tsan_*:*profile test cases as expected failures as discussed in
PR toolchain/55760.


# 2062795b 14-Sep-2020 kamil <kamil@NetBSD.org>

Enable TSan tests for GCC and >32bit address space environments


# 5612f2ca 23-Aug-2019 kamil <kamil@NetBSD.org>

Define target_not_supported_body() in TSan, MSan and libFuzzer tests


# f0720e69 18-Aug-2019 kamil <kamil@NetBSD.org>

Add ATF c and c++ tests for TSan, MSan, libFuzzer

These tests require Clang/LLVM 7 or newer on NetBSD.

Contributed by Yang Zheng during GSoC 2018.