mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
Added TODO item about libfaketime on OS X 10.7 (Lion)
libfaketime appears not to work on OS X 10.7 (Lion). It does not fake th e time and sporadically causes a segfault.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
*.o
|
||||
*.so.1
|
||||
timetest
|
||||
|
||||
src/libfaketime.dylib.1
|
||||
|
||||
3
TODO
3
TODO
@@ -1,7 +1,6 @@
|
||||
Open issues / next steps for libfaketime development
|
||||
|
||||
- adapt test/timetest.c to OS X (clock_gettime() and CLOCK_REALTIME not
|
||||
available?)
|
||||
- fix libfaketime functionality and crashes on OS X 10.7 (Lion)
|
||||
- add more functional tests that check more than the basic functionality
|
||||
- use the new testing framework to also implement unit tests
|
||||
- improve compatibility with GUI programs on OS X
|
||||
|
||||
Reference in New Issue
Block a user