Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-28 | test: remove test suite | Waldemar Brodkorb | |
The test suite is now a developed in a separate git repository. See here: http://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng-test.git The test suite should be just like every other software compiled with the cross-toolchain. In the past strange problems where found when the test suite got build in the toolchain creation step. | |||
2016-07-10 | x86_64: use C implementation for pthread_cond_wait/pthread_cond_timedwait | Waldemar Brodkorb | |
Add test case for the deadlock detection. Reported-By: Martin Willi <martin@strongswan.org> |