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:
Wolfgang Hommel
2011-07-30 11:19:16 +02:00
parent f07939d948
commit 18adec4fae
2 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
*.o
*.so.1
timetest
src/libfaketime.dylib.1

3
TODO
View File

@@ -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