aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/futex (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25selftests: Add test plan API to kselftest.h and adjust callersKees Cook7-0/+7
2018-12-13selftests: Fix test errors related to lib.mk khdr targetShuah Khan1-0/+1
2018-09-05selftests: add headers_install to lib.mkAnders Roxell1-0/+1
2018-05-30selftests: futex: delete RUN_TESTS and EMIT_TESTS overridesShuah Khan (Samsung OSG)1-12/+0
2018-03-07selftests: futex Makefile add top level TAP header echo to RUN_TESTSShuah Khan1-0/+4
2018-02-26selftests/futex: Fix line continuation in MakefileDaniel Díaz1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-25selftests: futex: Makefile: fix for loops in targets to run silentlyShuah Khan1-3/+3
2017-09-25selftests: futex: copy sub-dir test scripts for make O=dir runShuah Khan1-1/+4
2017-09-08Merge tag 'linux-kselftest-4.14-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds8-23/+30
2017-08-16selftests: futex: convert test to use ksft TAP13 frameworkShuah Khan8-23/+30
2017-08-09selftests: futex: fix run_tests targetShuah Khan1-1/+1
2017-06-07selftests: futex: print testcase-name and PASS/FAIL/ERROR statusNaresh Kamboju8-10/+19
2017-04-25selftests: futex: override clean in lib.mk to fix warningsShuah Khan1-1/+2
2017-04-11selftests/futex: Fix build error with OUTPUT variableDarren Hart1-3/+3
2017-01-19selftests/futex: Add headers to makefile dependenciesStafford Horne1-1/+4
2017-01-19selftests/futex: Add stdio used for loggingStafford Horne1-0/+1
2017-01-05selftests: enable O and KBUILD_OUTPUTbamvor.zhangjian@huawei.com1-5/+16
2017-01-05selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com1-9/+3
2016-10-24docs: fix locations of several documents that got movedMauro Carvalho Chehab1-1/+1
2016-10-11selftests/futex: Check ANSI terminal color supportSeongJae Park2-2/+2
2015-11-16tools:testing/selftests: fix typo in futex/READMEWei Jiangang1-1/+1
2015-07-20selftests/futex: Fix futex_cmp_requeue_pi() error handlingDarren Hart1-1/+1
2015-05-26selftests/futex: Add .gitignoreDarren Hart1-0/+7
2015-05-26selftests/futex: Increment ksft pass and fail countersDarren Hart2-1/+4
2015-05-26selftests/futex: Update Makefile to use lib.mkDarren Hart2-3/+22
2015-05-26selftests: Add futex functional testsDarren Hart15-0/+1889