index
:
delta/libfaketime.git
automake
develop
macos-sierra
master
pthread_cond_clockwait
revert-178-automake-branch
github.com: wolfcw/libfaketime.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Confirm variadic argument promotion assumptions when INTERCEPT_SYSCALL
Daniel Kahn Gillmor
2021-03-05
1
-0
/
+4
*
Test assumptions about variadic re-packing
Daniel Kahn Gillmor
2021-03-05
4
-1
/
+145
*
tests: use CFLAGS from the environment.
Daniel Kahn Gillmor
2021-03-05
1
-2
/
+2
*
Prepare to add new tests depending on the definitions
Daniel Kahn Gillmor
2021-03-05
1
-1
/
+3
*
Add syscall_clock_gettime_heap snippet
Daniel Kahn Gillmor
2021-03-02
2
-0
/
+9
*
Add clock_gettime_heap snippet
Daniel Kahn Gillmor
2021-03-02
3
-0
/
+10
*
add snippet testing clock_gettime(CLOCK_REALTIME)
Daniel Kahn Gillmor
2021-03-02
2
-0
/
+9
*
added new simple snippet "time.c"
Daniel Kahn Gillmor
2021-03-01
2
-0
/
+3
*
Clarify test/Makefile and snippet testing documentation
Daniel Kahn Gillmor
2021-03-01
2
-30
/
+69
*
tests: normalize "where" variable to include framework prefix and snippet name
Daniel Kahn Gillmor
2021-03-01
3
-3
/
+3
*
parallelize library_contructors test
Daniel Kahn Gillmor
2021-03-01
1
-2
/
+3
*
Name "snippets" explicitly
Daniel Kahn Gillmor
2021-03-01
4
-15
/
+15
*
Added snippet for syscall(__NR_clock_gettime)
Daniel Kahn Gillmor
2021-02-25
3
-0
/
+10
*
Include a check for getentropy interception
Daniel Kahn Gillmor
2021-02-25
3
-0
/
+9
*
test/randomtest.sh: avoid touching the filesystem
Daniel Kahn Gillmor
2021-02-25
1
-7
/
+5
*
Drop more duplicative tests
Daniel Kahn Gillmor
2021-02-25
7
-138
/
+1
*
Add test_variable_data framework that reuses the snippets
Daniel Kahn Gillmor
2021-02-25
6
-7
/
+80
*
Include snippet for syscall() interception in library constructors
Daniel Kahn Gillmor
2021-02-25
2
-0
/
+3
*
Drop duplicate library constructor preload tests
Daniel Kahn Gillmor
2021-02-25
3
-18
/
+2
*
Overhaul testing library constructors
Daniel Kahn Gillmor
2021-02-25
15
-71
/
+89
*
clean up after syscall_test properly
Daniel Kahn Gillmor
2021-02-25
1
-1
/
+1
*
Send test output to stdout, not stderr
Daniel Kahn Gillmor
2021-02-25
3
-6
/
+6
*
Merge pull request #304 from dkg/cover-getentropy
Wolfgang Hommel
2021-02-25
4
-26
/
+93
|
\
|
*
Test getentropy
Daniel Kahn Gillmor
2021-02-24
3
-2
/
+16
|
*
clean up randomtest.sh, make more flexible
Daniel Kahn Gillmor
2021-02-24
1
-27
/
+31
|
*
Test repeated invocations of getrandom()
Daniel Kahn Gillmor
2021-02-24
3
-4
/
+53
*
|
Intercept syscall
Daniel Kahn Gillmor
2021-02-24
3
-0
/
+43
|
/
*
test getpid() against library with constructor that calls it
Daniel Kahn Gillmor
2021-02-24
5
-1
/
+42
*
Genericize build rules for testing external libraries with constructor
Daniel Kahn Gillmor
2021-02-24
1
-6
/
+6
*
randomtest.sh requires librandom.so to be present
Daniel Kahn Gillmor
2021-02-24
1
-1
/
+1
*
Enable intercepting getpid()
Daniel Kahn Gillmor
2021-02-23
1
-0
/
+19
*
test getrandom() in library initialization without FAKERANDOM_SEED
Daniel Kahn Gillmor
2021-02-23
5
-3
/
+49
*
Improve tests for FAKE_RANDOM
Daniel Kahn Gillmor
2021-02-22
2
-6
/
+18
*
Do not fail due to timer overrun counter mismatch on GNU/Hurd for now (#287)
Wolfgang Hommel
2021-02-12
1
-0
/
+4
*
Make randomtest.sh use FAKETIME_TESTLIB like the rest of the test cases
Wolfgang Hommel
2021-02-04
1
-3
/
+5
*
Merge pull request #289 from dkg/getrandom_test-cleanup
Wolfgang Hommel
2021-02-04
3
-4
/
+39
|
\
|
*
Ease build of getrandom_test
Daniel Kahn Gillmor
2021-02-03
3
-4
/
+39
*
|
Added optional FAKETIME_TESTLIB environment variable for make test (#288)
Wolfgang Hommel
2021-02-04
2
-17
/
+20
|
/
*
Preliminary support to intercept getrandom() #275
Wolfgang Hommel
2020-11-15
1
-0
/
+25
*
Fix make test build failure on gcc 9.3
Robin Linden
2020-05-28
1
-0
/
+3
*
Revert "Automake branch"
revert-178-automake-branch
Wolfgang Hommel
2019-11-30
7
-86
/
+133
*
Merged master in and cleaned up.
Michael D. Stemle, Jr
2019-11-27
4
-55
/
+38
|
\
|
*
Added FAKETIME_COMPILE_CFLAGS to Makefiles
Wolfgang Hommel
2019-08-23
2
-2
/
+2
|
*
Added FORCE_MONOTONIC_FIX CFLAG to avoid hangs on timedwait (#202 #142)
Wolfgang Hommel
2019-08-23
1
-1
/
+1
|
*
Adjusted tests on macOS based on compilation defaults
Wolfgang Hommel
2019-08-21
2
-4
/
+16
|
*
Improved cross-platform compatibility defaults
Wolfgang Hommel
2019-08-19
4
-10
/
+32
|
*
Rename DONT_FAKE_MONOTONIC to FAKETIME_DONT_FAKE_MONOTONIC for consistency.
Mathis Beer
2019-02-05
1
-5
/
+6
*
|
Fixed a _bunch_ of autotools bugs.
Michael D. Stemle, Jr
2018-10-07
4
-21
/
+63
*
|
Applying fixes for GNU/Linux, and the MT variant of the library.
Michael D. Stemle, Jr
2018-10-03
1
-27
/
+5
*
|
Added GNU autotools support.
Michael D. Stemle, Jr
2018-10-02
1
-0
/
+46
[next]