[email protected] (Ludovic Courtès) writes: > Sure: http://hydra.nixos.org/build/149360 .
Thanks. > How long does it normally take to run the test suite? It is completed very quickly: $ env time ./tests_suite > /dev/null OK (265 tests) 0.20user 0.05system 0:01.59elapsed 16%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+176outputs (0major+1745minor)pagefaults 0swaps > Besides, is there any way to make it more verbose, like have it display > the name of the test being run? That would help me know where it’s > stuck. You can make it more verbose passing "xml" as argument. $ ./tests_suite xml This is the output that feeds the tests report on the myserver web site. Anyway, I am not sure that it can be of any help as it seems the output is buffered by cppunit. In your backtrace I see: #2 0x00000000004e3591 in TestSocket::testRecv() () So I guess this test is the problem. Also, this test needs another thread, exactly what gdb have reported. Cheers, Giuseppe
