History log of /netbsd/tests/usr.bin/cc/t_tsan_lock_order_inversion.sh (Results 1 – 7 of 7)
Revision Date Author Comments
# d3d203eb 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'"


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

Trailing whitespace


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

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


# b5b1c9c7 15-Sep-2020 martin <martin@NetBSD.org>

Simplify test requirements: we only build tsan for amd64 currently.


# 64f06118 14-Sep-2020 kamil <kamil@NetBSD.org>

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


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

Define target_not_supported_body() in TSan, MSan and libFuzzer tests


# fdb6b69d 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.