aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/pthread/unwind/Test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
| | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/
* Clean up warnings in pthread testsEd Maste2022-02-161-3/+3
| | | | | | | | | | I intend to move these into lib/libthr/tests/ and connect to kyua. This is a first step to address warnings emitted when building using standard make infrastructure. Reviewed by: markj Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D34306
* Add test cases for stack unwinding.David Xu2010-09-251-0/+37
Notes: svn path=/head/; revision=213155