Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
ltp
/
872f830b5cef16c90bb56d784807aed282e5218c
872f830
Address more unused variables, `argc`/`argv`
by Enji Cooper
· 6 years ago
731298d
Remove unused variables, `argc`/`argv`
by Enji Cooper
· 6 years ago
50dd7bf
Fix compiling open_posix_testsuite on non-Linux platforms
by Enji Cooper
· 6 years ago
e36643e
lib/tst_net.sh: fix checking ping6 command availability
by Alexey Kodanev
· 6 years ago
db9eace
lib/tst_net.sh: determine ping command based on dst addr
by Alexey Kodanev
· 6 years ago
49cbfb4
controllers/cpuacct.sh: Fix timeout for cpuacct.sh
by Xiao Yang
· 6 years ago
a899f7a
mem/overcommit_memory.c: Fix "CommitLimit < Committed_AS" error in some situations
by Xiao Yang
· 6 years ago
44fe973
openposix/threads: Add missing Makefile
by Xiao Yang
· 6 years ago
651895c
getcpu01: Rename getcpu to avoid conflict with glibc >= 2.29
by Khem Raj
· 6 years ago
3373bb3
Address simple -Wunused variable issues with `argc`/`argv`
by Enji Cooper
· 6 years ago
c91a176
Only pass through `-lfoo` arguments if linking
by Enji Cooper
· 6 years ago
6120be1
syscalls/readahead02: test readahead using posix_fadvise()
by Amir Goldstein
· 6 years ago
6ec6d4e
network/mpls: Use tst_net_run()
by Petr Vorel
· 6 years ago
a78cbd8
net/ipsec: Add check for xfrm_user kernel module
by Petr Vorel
· 6 years ago
372d920
net: Add tst_net_run helper
by Petr Vorel
· 6 years ago
dc58538
fzsync: Add delay bias for difficult races
by Richard Palethorpe
· 6 years ago
39c7147
crypto/crypto_user01.c: new test for information leak bug
by Eric Biggers
· 6 years ago
4e62364
tst_netlink: inline functions in header
by Eric Biggers
· 6 years ago
83bf51e
lapi/cryptouser.h: add more declarations
by Eric Biggers
· 6 years ago
8e1bd37
tst_test.sh: Add info about LTP_TIMEOUT_MUL into TBROK message
by Petr Vorel
· 6 years ago
f49cb57
Fix `mounted_noatime` on *BSD
by Enji Cooper
· 6 years ago
b833bee
openposix/strncpy1-1: Fix compiler errors/warnings
by Xiao Yang
· 6 years ago
00a83eb
cgroup: fix mount errors in cgroup subsys test 3 and 7
by Li Wang
· 7 years ago
310c9eb
Remove explicit #define's for `_POSIX_C_SOURCE` and `_XOPEN_SOURCE`
by Enji Cooper
· 6 years ago
c880cf0
Bump _POSIX_C_SOURCE from 200113L to 200809L and _XOPEN_SOURCE from issue 6 to issue 7
by Enji Cooper
· 6 years ago
4429c05
Add strlen() conformance tests and assertion.xml
by Mandri, Padmashree
· 6 years ago
48e3af7
syscalls/mq: don't use TWARN with tst_brk()
by Jan Stancek
· 6 years ago
877c122
cgroup_regression_test.sh: fixed test_5
by Cristian Marussi
· 6 years ago
e89d8e2
syscalls/fanotify09.c: Fix wrong group number
by Xiao Yang
· 6 years ago
8d47dcc
fzsync: limit sampling time
by Jan Stancek
· 6 years ago
abac60a
openposix: Remove _XOPEN_SOURCE in strchr/strcpy/strncpy
by Xiao Yang
· 6 years ago
9b02cd4
syscalls/cma: test case should return TCONF if syscall doesn't exist
by Jason Xing
· 6 years ago
4ecf656
lapi/syscalls: Add syscall numbers for process_vm_readv/_writev
by Jason Xing
· 6 years ago
44b7500
cve/stack_clash: inhibit test-breaking optimizations
by Greg Hackmann
· 6 years ago
0373e53
getrlimit/getrlimit03: add configure-time check for struct ulimit64
by Greg Hackmann
· 6 years ago
9f03c55
Modify type to avoid overflows
by Keita Suzuki
· 6 years ago
7179164
fs/growfiles.c: Fix the max size of every growing file
by Xiao Yang
· 6 years ago
2f8151f
packet/fanout01.c: Fix compiler errors and warning
by Jinhui huang
· 6 years ago
75506e4
syscalls/readahead02: Simplify reading proc files
by Cyril Hrubis
· 6 years ago
0713cb0
syscalls/readahead02: test readahead() on an overlayfs file
by Amir Goldstein
· 6 years ago
307ae77
syscalls/readahead02: Convert to tst_timer helpers
by Amir Goldstein
· 6 years ago
5307eb3
syscalls/readahead02: fail test if readahead did not use any cache
by Amir Goldstein
· 6 years ago
86402d0
syscalls/readahead02: abort test if readahead syscall fails
by Amir Goldstein
· 6 years ago
97c3140
syscalls/readahead02: Convert to newlib and cleanup
by Amir Goldstein
· 6 years ago
2946654
network/dccp01: convert to the new API
by Alexey Kodanev
· 6 years ago
41080d8
getrlimit/getrlimit03: add missing test to runtest/syscalls
by Greg Hackmann
· 6 years ago
8a6e255
tst_test.sh: Suppress wait output
by Petr Vorel
· 6 years ago
052a281
lib/tst_test.sh: don't call _tst_do_exit() recursively with tst_brk()
by Alexey Kodanev
· 6 years ago
fbea02a
lib/tst_test.sh: setup timeout per test run for the shell tests
by Alexey Kodanev
· 6 years ago
6c03c71
mtest06/mmap1: rewrite to newlib
by Jan Stancek
· 6 years ago
e685f1d
Merge pull request #422 from padmashree9110/strncpy
by ngie-eign
· 6 years ago
ba7428d
Merge pull request #384 from padmashree9110/strcpy_pr
by ngie-eign
· 6 years ago
f87efb6
network/mpls: fix loading mpls drivers on rhost
by Alexey Kodanev
· 6 years ago
8ebc290
Add strncpy() conformance tests and assertion.xml
by Mandri, Padmashree
· 6 years ago
e8b741f
Add strcpy() conformance tests and assertion.xml
by Mandri, Padmashree
· 6 years ago
860b895
syscalls/fanotify11: new test for report thread id
by nixiaoming
· 6 years ago
3d7bc89
commands/logrotate_tests.sh: Fix missing syslog group on some systems
by Xiao Yang
· 6 years ago
6f18e60
commands/logrotate_tests.sh: Pass correct arguments to tst_res()
by Xiao Yang
· 6 years ago
d428ed8
getrlimit/getrlimit03: new test for underlying syscall variants
by Greg Hackmann
· 6 years ago
d17dcd0
Add fanout01 CVE-2017-15649
by Richard Palethorpe
· 6 years ago
5794a93
fs/isofs.sh: Replace mkisofs -L option with -allow-leading-dots
by Petr Vorel
· 6 years ago
1f400db
syscalls/fanotify03: add test for FAN_MARK_FILESYSTEM permission events
by Amir Goldstein
· 6 years ago
5e3b024
Convert tests to use fzsync_{start, end}_race API
by Richard Palethorpe
· 6 years ago
ebfe60a
fzsync: Simplify API with start/end race calls and limit exec time
by Richard Palethorpe
· 6 years ago
d831822
tst_timer: Add nano second conversions
by Richard Palethorpe
· 6 years ago
b809cc5
net/rpc_test.sh: Fix wrong echo in if/then/fi clause
by Petr Vorel
· 6 years ago
cc9371d
syscalls/fanotify10: add tests for FAN_MARK_FILESYSTEM and ignore mask
by Amir Goldstein
· 6 years ago
fca2ad8
syscalls/fanotify01: add test for FAN_MARK_FILESYSTEM events
by Amir Goldstein
· 6 years ago
baef43e
syscalls/fanotify03: check permission events also on mountpoint mark
by Amir Goldstein
· 6 years ago
a7580e6
syscalls/fanotify01: check events also on mountpoint mark
by Amir Goldstein
· 6 years ago
389d4a0
syscalls/statx06.c: Fix compiler errors
by Xiao Yang
· 6 years ago
a2ab374
syscalls/bind03: Modified to test errors separately.
by Petr Vorel
· 6 years ago
32e6ed1
syscalls/execveat02: Add new testcase
by Jinhui huang
· 6 years ago
457e13c
fanotify09: check merging of events on child subdir
by Amir Goldstein
· 6 years ago
9cfb908
syscalls/fgetxattr02.c: make sure test can create and open device nodes
by Greg Hackmann
· 6 years ago
0d6e1d1
syscalls/execveat01: Add new testcase
by Jinhui huang
· 6 years ago
d7cefb9
lapi/syscalls: Add syscall numbers for execveat
by Jinhui huang
· 6 years ago
31f8fc0
syscalls/statx06.c: Fix compiler errors on old distros
by Xiao Yang
· 6 years ago
72e578e
Merge pull request #423 from padmashree9110/strchr
by ngie-eign
· 6 years ago
f664698
Add strchr() conformance tests and assertion.xml
by Mandri, Padmashree
· 6 years ago
dada93b
unshare01.sh: protect parameters expansion
by Cristian Marussi
· 6 years ago
56e2f32
Testing statx syscall Timestamp fields
by Subash Ganesan
· 6 years ago
98de75a
Revert "Testing statx syscall Timestamp fields"
by Cyril Hrubis
· 6 years ago
5b5740c
Testing statx syscall Timestamp fields
by Subash Ganesan
· 6 years ago
e139a4d
doc/tmp-commands.txt
by Cyril Hrubis
· 6 years ago
b2847ad
syscalls/rt_sigsuspend01: ignore reserved signals
by Steve Muckle
· 6 years ago
ec466da
syscalls/rt_sigsuspend01: Cleanup && convert to newlib
by Cyril Hrubis
· 6 years ago
87e7c23
lapi/safe_rt_signal.h: Add.
by Cyril Hrubis
· 6 years ago
007cffe
lapi/rt_sigaction.h: Make it usable for newlib tests
by Cyril Hrubis
· 6 years ago
3212ce0
syscalls/migrate_pages02: run with numa balancing disabled
by Jan Stancek
· 6 years ago
22fb48d
syscalls/migrate_pages02: print /proc stats only on failure
by Jan Stancek
· 6 years ago
3a80662
syscalls/migrate_pages02: use a separate page for private memory
by Jan Stancek
· 6 years ago
4de8685
syscalls/migrate_pages02: convert to newlib
by Jan Stancek
· 6 years ago
650c22c
syscalls/lremovexattr: Add lremovexattr() test
by Rafael David Tinoco
· 6 years ago
2983518
syscalls/fremovexattr: Add fremovexattr() tests
by Rafael David Tinoco
· 6 years ago
3eaa550
cpuset_hotplug: fix cpuset_list_compute
by Cristian Marussi
· 6 years ago
1c65421
controllers/cpuset_list_compute fix exit value
by Cristian Marussi
· 6 years ago
575146d
kernel/fs/doio/rwtest: Fix test case failed issue when blks is zero
by Shaoting Lei
· 7 years ago
cbb5c3d
commands/logrotate: Fix insecure permissions
by Myungho Jung
· 8 years ago
b0f7ee9
containers/pidns13: Fix race between threads
by Cyril Hrubis
· 6 years ago
Next »