aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/kunit (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds4-14/+65
2020-10-09kunit: test: add test plan to KUnit TAP formatBrendan Higgins4-14/+65
2020-10-09kunit: tool: fix display of make errorsDaniel Latypov1-6/+6
2020-10-02kunit: tool: handle when .kunit exists but .kunitconfig does notBrendan Higgins1-4/+8
2020-09-23kunit: tool: fix --alltests flagBrendan Higgins2-5/+11
2020-08-31kunit: tool: allow generating test results in JSONHeidi Fahim3-6/+125
2020-08-31kunit: tool: fix running kunit_tool from outside kernel treeBrendan Higgins1-8/+5
2020-08-05Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-34/+10
2020-07-17kunit: tool: fix improper treatment of file locationBrendan Higgins2-26/+2
2020-07-17kunit: tool: fix broken default args in unit testsBrendan Higgins1-5/+5
2020-07-17kunit: capture stderr on all make subprocess callsWill Chen1-3/+3
2020-06-26kunit: kunit_tool: Fix invalid result when build failsDavid Gow1-1/+3
2020-06-26kunit: show error if kunit results are not presentUriel Guajardo3-4/+15
2020-06-26kunit: kunit_config: Fix parsing of CONFIG options with spaceRikard Falkeborn1-1/+1
2020-06-01kunit: Fix TabError, remove defconfig code and handle when there is no kunitconfigVitor Massaru Iha1-9/+18
2020-05-22kunit: use KUnit defconfig by defaultVitor Massaru Iha1-11/+3
2020-05-22kunit: use --build_dir=.kunit as defaultVitor Massaru Iha1-7/+6
2020-05-11kunit: kunit_tool: Separate out config/build/exec/parseDavid Gow2-60/+296
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-03-26kunit: tool: add missing test data file contentBrendan Higgins1-0/+33
2020-03-26kunit: subtests should be indented 4 spaces according to TAPAlan Maguire1-5/+5
2020-03-25kunit: kunit_tool: Allow .kunitconfig to disable config itemsDavid Gow2-20/+43
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-23kunit: add --make_optionsGreg Thelen2-14/+24
2020-03-20kunit: Run all KUnit tests through allyesconfigHeidi Fahim5-36/+115
2020-03-20kunit: kunit_parser: make parser more robustHeidi Fahim10-20/+280
2020-02-19kunit: run kunit_tool from any directoryHeidi Fahim1-0/+12
2020-02-19kunit: test: Improve error messages for kunit_tool when kunitconfig is invalidHeidi Fahim1-12/+16
2019-12-23kunit/kunit_tool_test: Test '--build_dir' option runSeongJae Park1-0/+8
2019-12-23kunit: Rename 'kunitconfig' to '.kunitconfig'SeongJae Park2-3/+3
2019-12-23kunit: Place 'test.log' under the 'build_dir'SeongJae Park3-4/+4
2019-12-23kunit: Create default config in '--build_dir'SeongJae Park2-4/+11
2019-12-23kunit: Remove duplicated defconfig creationSeongJae Park1-3/+0
2019-12-09kunit: testing kunit: Bug fix in test_run_timeout functionHeidi Fahim1-1/+1
2019-10-07kunit: Fix '--build_dir' optionSeongJae Park1-2/+4
2019-09-30kunit: defconfig: add defconfigs for building KUnit testsBrendan Higgins3-5/+29
2019-09-30kunit: tool: add Python wrappers for running KUnit testsFelix Guo12-0/+1184