summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit
AgeCommit message (Expand)Author
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-12-08tweewide: Fix most Shebang linesFinn Behrens
2020-12-01kunit: kunit_tool: Correctly parse diagnostic messagesDavid Gow
2020-11-30kunit: Introduce get_file_path() helperAndy Shevchenko
2020-11-10kunit: tool: fix extra trailing \n in raw + parsed test outputDaniel Latypov
2020-11-10kunit: tool: print out stderr from make (like build warnings)Daniel Latypov
2020-11-10kunit: Do not pollute source directory with generated files (test.log)Andy Shevchenko
2020-11-10kunit: Do not pollute source directory with generated files (.kunitconfig)Andy Shevchenko
2020-11-10kunit: tool: fix pre-existing python type annotation errorsDaniel Latypov
2020-11-10kunit: Fix kunit.py parse subcommand (use null build_dir)David Gow
2020-11-10kunit: tool: unmark test_data as binary blobsBrendan Higgins
2020-10-26kunit: tools: fix kunit_tool tests for parsing test plansBrendan Higgins
2020-10-26kunit: Don't fail test suites if one of them is emptyAndy Shevchenko
2020-10-26kunit: Fix kunit.py --raw_output optionDavid Gow
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2020-10-09kunit: test: add test plan to KUnit TAP formatBrendan Higgins
2020-10-09kunit: tool: fix display of make errorsDaniel Latypov
2020-10-02kunit: tool: handle when .kunit exists but .kunitconfig does notBrendan Higgins
2020-09-23kunit: tool: fix --alltests flagBrendan Higgins
2020-08-31kunit: tool: allow generating test results in JSONHeidi Fahim
2020-08-31kunit: tool: fix running kunit_tool from outside kernel treeBrendan Higgins
2020-08-05Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-07-17kunit: tool: fix improper treatment of file locationBrendan Higgins
2020-07-17kunit: tool: fix broken default args in unit testsBrendan Higgins
2020-07-17kunit: capture stderr on all make subprocess callsWill Chen
2020-06-26kunit: kunit_tool: Fix invalid result when build failsDavid Gow
2020-06-26kunit: show error if kunit results are not presentUriel Guajardo
2020-06-26kunit: kunit_config: Fix parsing of CONFIG options with spaceRikard Falkeborn
2020-06-01kunit: Fix TabError, remove defconfig code and handle when there is no kunitc...Vitor Massaru Iha
2020-05-22kunit: use KUnit defconfig by defaultVitor Massaru Iha
2020-05-22kunit: use --build_dir=.kunit as defaultVitor Massaru Iha
2020-05-11kunit: kunit_tool: Separate out config/build/exec/parseDavid Gow
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-03-26kunit: tool: add missing test data file contentBrendan Higgins
2020-03-26kunit: subtests should be indented 4 spaces according to TAPAlan Maguire
2020-03-25kunit: kunit_tool: Allow .kunitconfig to disable config itemsDavid Gow
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-23kunit: add --make_optionsGreg Thelen
2020-03-20kunit: Run all KUnit tests through allyesconfigHeidi Fahim
2020-03-20kunit: kunit_parser: make parser more robustHeidi Fahim
2020-02-19kunit: run kunit_tool from any directoryHeidi Fahim
2020-02-19kunit: test: Improve error messages for kunit_tool when kunitconfig is invalidHeidi Fahim
2019-12-23kunit/kunit_tool_test: Test '--build_dir' option runSeongJae Park
2019-12-23kunit: Rename 'kunitconfig' to '.kunitconfig'SeongJae Park
2019-12-23kunit: Place 'test.log' under the 'build_dir'SeongJae Park
2019-12-23kunit: Create default config in '--build_dir'SeongJae Park
2019-12-23kunit: Remove duplicated defconfig creationSeongJae Park
2019-12-09kunit: testing kunit: Bug fix in test_run_timeout functionHeidi Fahim
2019-10-07kunit: Fix '--build_dir' optionSeongJae Park
2019-09-30kunit: defconfig: add defconfigs for building KUnit testsBrendan Higgins