summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit
Commit message (Expand)AuthorAgeFilesLines
* 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
| * kunit: capture stderr on all make subprocess callsWill Chen2020-07-171-3/+3
* | kunit: kunit_tool: Fix invalid result when build failsDavid Gow2020-06-261-1/+3
* | kunit: show error if kunit results are not presentUriel Guajardo2020-06-263-4/+15
* | kunit: kunit_config: Fix parsing of CONFIG options with spaceRikard Falkeborn2020-06-261-1/+1
|/
* kunit: Fix TabError, remove defconfig code and handle when there is no kunitc...Vitor Massaru Iha2020-06-011-9/+18
* kunit: use KUnit defconfig by defaultVitor Massaru Iha2020-05-221-11/+3
* kunit: use --build_dir=.kunit as defaultVitor Massaru Iha2020-05-221-7/+6
* kunit: kunit_tool: Separate out config/build/exec/parseDavid Gow2020-05-112-60/+296
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | kunit: tool: add missing test data file contentBrendan Higgins2020-03-261-0/+33