summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit
Commit message (Expand)AuthorAgeFilesLines
* kunit: tool: fix typecheck errors about loading qemu configsDaniel Latypov2021-10-291-6/+9
* kunit: tool: continue past invalid utf-8 outputDaniel Latypov2021-10-252-3/+4
* kunit: tool: improve compatibility of kunit_parser with KTAP specificationRae Moar2021-10-198-383/+938
* kunit: tool: yield output from run_kernel in real timeDaniel Latypov2021-10-192-30/+62
* kunit: tool: support running each suite/test separatelyDaniel Latypov2021-10-192-22/+118
* kunit: tool: actually track how long it took to run testsDaniel Latypov2021-10-191-3/+5
* kunit: tool: factor exec + parse steps into a functionDaniel Latypov2021-10-191-25/+19
* kunit: tool: show list of valid --arch options when invalidDaniel Latypov2021-10-192-2/+7
* kunit: tool: misc fixes (unused vars, imports, leaked files)Daniel Latypov2021-10-193-19/+12
* kunit: tool: allow filtering test cases via globDaniel Latypov2021-10-191-3/+2
* kunit: tool: better handling of quasi-bool args (--json, --raw_output)Daniel Latypov2021-10-012-2/+30
* kunit: Print test statistics on failureDavid Gow2021-08-131-1/+1
* kunit: tool: make --raw_output support only showing kunit outputDaniel Latypov2021-08-133-9/+24
* kunit: tool: add --kernel_args to allow setting module paramsDaniel Latypov2021-08-132-10/+26
* 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