summaryrefslogtreecommitdiff
path: root/tools/testing/kunit
AgeCommit message (Expand)Author
2021-10-01kunit: tool: better handling of quasi-bool args (--json, --raw_output)Daniel Latypov
2021-08-13kunit: Print test statistics on failureDavid Gow
2021-08-13kunit: tool: make --raw_output support only showing kunit outputDaniel Latypov
2021-08-13kunit: tool: add --kernel_args to allow setting module paramsDaniel Latypov
2021-07-12kunit: tool: Assert the version requirementSeongJae Park
2021-07-12kunit: tool: remove unnecessary "annotations" importDaniel Latypov
2021-07-12kunit: tool: Fix error messages for cases of no tests and wrong TAP headerRae Moar
2021-06-25kunit: tool: Support skipped tests in kunit_toolDavid Gow
2021-06-25kunit: tool: internal refactor of parser input handlingDaniel Latypov
2021-06-23kunit: Remove the unused all_tests.configDavid Gow
2021-06-23kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow
2021-06-11kunit: tool: add support for QEMUBrendan Higgins
2021-06-11kunit: Add 'kunit_shutdown' optionDavid Gow
2021-04-27Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2021-04-02kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov
2021-03-11kunit: tool: Disable PAGE_POISONING under --alltestsDavid Gow
2021-03-11kunit: tool: Fix a python tuple typing errorDavid Gow
2021-02-08kunit: tool: fix unintentional statefulness in run_kernel()Daniel Latypov
2021-02-08kunit: tool: add support for filtering suites by globDaniel Latypov
2021-02-08kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov
2021-02-08kunit: tool: simplify kconfig is_subset_of() logicDaniel Latypov
2021-02-08minor: kunit: tool: fix unit test so it can run from non-root dirDaniel Latypov
2021-02-08kunit: tool: use `with open()` in unit testDaniel Latypov
2021-02-08kunit: tool: stop using bare asserts in unit testDaniel Latypov
2021-02-08kunit: tool: fix unit test cleanup handlingDaniel Latypov
2021-01-15kunit: tool: move kunitconfig parsing into __init__, make it optionalDaniel Latypov
2021-01-15kunit: tool: fix minor typing issue with None statusDaniel Latypov
2021-01-15kunit: tool: surface and address more typing issuesDaniel Latypov
2021-01-15kunit: tool: Fix spelling of "diagnostic" in kunit_parserDavid Gow
2021-01-04kunit: tool: Force the use of the 'tty' console for UMLDavid Gow
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