Branko Čibej wrote on Wed, Jan 30, 2013 at 11:34:13 +0100: > Whether we want GTest itself to use threads is another question -- I > think the answer is a definite no for now; I can't think of a good > reason to write multithreaded tests at this point.
AFAIK, the only uses of threading in subversion/tests/** are in the regression test for #4129, and in the Python tests harness. Not sure whether the binding tests use threads, but I would guess they don't.