summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit
Commit message (Expand)AuthorAgeFilesLines
* kunit: tool: Assert the version requirementSeongJae Park2021-07-121-0/+2
* kunit: tool: remove unnecessary "annotations" importDaniel Latypov2021-07-121-4/+2
* kunit: tool: Fix error messages for cases of no tests and wrong TAP headerRae Moar2021-07-124-5/+19
* kunit: tool: Support skipped tests in kunit_toolDavid Gow2021-06-254-24/+105
* kunit: tool: internal refactor of parser input handlingDaniel Latypov2021-06-252-55/+99
* kunit: Remove the unused all_tests.configDavid Gow2021-06-231-3/+0
* kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow2021-06-232-1/+4
* kunit: tool: add support for QEMUBrendan Higgins2021-06-1114-41/+354
* kunit: Add 'kunit_shutdown' optionDavid Gow2021-06-112-2/+2
* Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-04-273-1/+11
|\
| * kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragmentDaniel Latypov2021-04-023-1/+11
* | kunit: tool: Disable PAGE_POISONING under --alltestsDavid Gow2021-03-111-0/+2
* | kunit: tool: Fix a python tuple typing errorDavid Gow2021-03-111-1/+1
|/
* kunit: tool: fix unintentional statefulness in run_kernel()Daniel Latypov2021-02-081-1/+3
* kunit: tool: add support for filtering suites by globDaniel Latypov2021-02-083-12/+28
* kunit: make kunit_tool accept optional path to .kunitconfig fragmentDaniel Latypov2021-02-083-7/+46
* kunit: tool: simplify kconfig is_subset_of() logicDaniel Latypov2021-02-081-7/+6
* minor: kunit: tool: fix unit test so it can run from non-root dirDaniel Latypov2021-02-081-36/+24
* kunit: tool: use `with open()` in unit testDaniel Latypov2021-02-081-19/+14
* kunit: tool: stop using bare asserts in unit testDaniel Latypov2021-02-081-26/+24
* kunit: tool: fix unit test cleanup handlingDaniel Latypov2021-02-081-8/+6
* kunit: tool: move kunitconfig parsing into __init__, make it optionalDaniel Latypov2021-01-152-28/+17
* kunit: tool: fix minor typing issue with None statusDaniel Latypov2021-01-151-9/+8
* kunit: tool: surface and address more typing issuesDaniel Latypov2021-01-155-52/+54
* kunit: tool: Fix spelling of "diagnostic" in kunit_parserDavid Gow2021-01-151-12/+12
* kunit: tool: Force the use of the 'tty' console for UMLDavid Gow2021-01-041-1/+1
* Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-12-222-2/+2
|\
| * tweewide: Fix most Shebang linesFinn Behrens2020-12-082-2/+2
* | kunit: kunit_tool: Correctly parse diagnostic messagesDavid Gow2020-12-011-3/+4
* | kunit: Introduce get_file_path() helperAndy Shevchenko2020-11-301-15/+9
|/
* kunit: tool: fix extra trailing \n in raw + parsed test outputDaniel Latypov2020-11-102-3/+4
* kunit: tool: print out stderr from make (like build warnings)Daniel Latypov2020-11-101-4/+9
* kunit: Do not pollute source directory with generated files (test.log)Andy Shevchenko2020-11-101-3/+11
* kunit: Do not pollute source directory with generated files (.kunitconfig)Andy Shevchenko2020-11-102-18/+31
* kunit: tool: fix pre-existing python type annotation errorsDaniel Latypov2020-11-101-7/+7
* kunit: Fix kunit.py parse subcommand (use null build_dir)David Gow2020-11-101-1/+1
* kunit: tool: unmark test_data as binary blobsBrendan Higgins2020-11-101-1/+0
* kunit: tools: fix kunit_tool tests for parsing test plansBrendan Higgins2020-10-267-12/+36
* kunit: Don't fail test suites if one of them is emptyAndy Shevchenko2020-10-261-1/+1
* kunit: Fix kunit.py --raw_output optionDavid Gow2020-10-261-1/+0
* Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-10-184-14/+65
|\
| * kunit: test: add test plan to KUnit TAP formatBrendan Higgins2020-10-094-14/+65
* | kunit: tool: fix display of make errorsDaniel Latypov2020-10-091-6/+6
* | kunit: tool: handle when .kunit exists but .kunitconfig does notBrendan Higgins2020-10-021-4/+8
* | kunit: tool: fix --alltests flagBrendan Higgins2020-09-232-5/+11
* | kunit: tool: allow generating test results in JSONHeidi Fahim2020-08-313-6/+125
* | kunit: tool: fix running kunit_tool from outside kernel treeBrendan Higgins2020-08-311-8/+5
|/
* Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-08-053-34/+10
|\
| * kunit: tool: fix improper treatment of file locationBrendan Higgins2020-07-172-26/+2
| * kunit: tool: fix broken default args in unit testsBrendan Higgins2020-07-171-5/+5