2011-07-30 10:50:19 +02:00
|
|
|
Open issues / next steps for libfaketime development
|
|
|
|
|
|
2019-08-12 12:25:41 +02:00
|
|
|
- support interception of further system calls, e.g. clock_nanosleep (#105),
|
|
|
|
|
walltime (#195), chrono::system_clock::now (#176), select (#115)
|
|
|
|
|
|
|
|
|
|
- fake timer_create and friends
|
2011-07-30 10:50:19 +02:00
|
|
|
- add more functional tests that check more than the basic functionality
|
2013-09-02 14:09:32 +02:00
|
|
|
- use the testing framework to also implement unit tests
|
2013-10-13 11:19:30 +02:00
|
|
|
- work around thread local storage issue, e.g., by using pthreads
|
2019-08-12 12:25:41 +02:00
|
|
|
- integrate manchicken's autoconf/automake support to get rid of separate Makefile.OSX
|