aboutsummaryrefslogtreecommitdiff
path: root/gdb/tsan-suppressions.txt
AgeCommit message (Collapse)AuthorFilesLines
2022-07-12[gdb/testsuite] Add tsan-suppressions.txtTom de Vries1-0/+18
Add a new file tsan-suppressions.txt, to suppress the "unlock unlocked mutex" problem in ncurses, filed in PR29328. The file is added to the TSAN_OPTIONS in lib/gdb.exp. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=29328