summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/futex/functional
Commit message (Expand)AuthorAgeFilesLines
* selftests: futex: Add the uapi headers include variableMuhammad Usama Anjum2022-02-231-3/+2
* selftests: futex: set DEFAULT_INSTALL_HDR_PATHMuhammad Usama Anjum2022-02-231-0/+1
* selftests: futex: Test sys_futex_waitv() wouldblockAndré Almeida2021-10-071-4/+37
* selftests: futex: Test sys_futex_waitv() timeoutAndré Almeida2021-10-071-1/+20
* selftests: futex: Add sys_futex_waitv() testAndré Almeida2021-10-074-1/+243
* selftests: futex: Add futex compare requeue testAndré Almeida2021-06-224-1/+142
* selftests: futex: Add futex wait testAndré Almeida2021-06-224-1/+177
* selftests: futex: Expand timeout testAndré Almeida2021-05-121-16/+110
* selftests: futex: Correctly include headers dirsAndré Almeida2021-05-121-1/+2
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* selftests: use LDLIBS for libraries instead of LDFLAGSDmitry Safonov2020-02-131-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-308-40/+8
* selftests: Add test plan API to kselftest.h and adjust callersKees Cook2019-04-257-0/+7
* selftests: Fix test errors related to lib.mk khdr targetShuah Khan2018-12-131-0/+1
* selftests: add headers_install to lib.mkAnders Roxell2018-09-051-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* selftests: futex: convert test to use ksft TAP13 frameworkShuah Khan2017-08-167-12/+21
* selftests: futex: print testcase-name and PASS/FAIL/ERROR statusNaresh Kamboju2017-06-077-8/+17
* selftests/futex: Add headers to makefile dependenciesStafford Horne2017-01-191-1/+4
* selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com2017-01-051-9/+3
* selftests/futex: Check ANSI terminal color supportSeongJae Park2016-10-111-1/+1
* selftests/futex: Fix futex_cmp_requeue_pi() error handlingDarren Hart2015-07-201-1/+1
* selftests/futex: Add .gitignoreDarren Hart2015-05-261-0/+7
* selftests/futex: Increment ksft pass and fail countersDarren Hart2015-05-261-1/+1
* selftests/futex: Update Makefile to use lib.mkDarren Hart2015-05-261-2/+3
* selftests: Add futex functional testsDarren Hart2015-05-269-0/+1284