summaryrefslogtreecommitdiffstats
path: root/tools/testing/kunit
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux_kselftest-kunit-fixes-6.9-rc2' of git://git.kernel.org/pub/s...Linus Torvalds2024-03-291-0/+1
|\
| * kunit: configs: Enable CONFIG_DAMON_DBGFS_DEPRECATED for --alltestsDavid Gow2024-03-281-0/+1
* | Merge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-03-271-0/+2
|\ \ | |/ |/|
| * kunit: fix wireless test dependenciesJohannes Berg2024-03-251-0/+2
* | Merge tag 'landlock-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-141-0/+1
|\ \ | |/ |/|
| * landlock: Add support for KUnit testsMickaël Salaün2024-02-271-0/+1
* | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-121-0/+6
|\ \
| * | net: mctp: tests: Test that outgoing skbs have flow data populatedJeremy Kerr2024-02-221-0/+1
| * | kunit: add wireless unit testsJohannes Berg2024-01-261-0/+5
| |/
* / kunit: tool: Print UML commandMickaël Salaün2024-02-271-0/+1
|/
* kunit: tool: add test for parsing attributesRae Moar2023-12-182-0/+25
* kunit: tool: fix parsing of test attributesRae Moar2023-12-181-1/+3
* Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-08-301-0/+5
|\
| * ASoC: topology: Add explicit build optionMark Brown2023-07-181-0/+1
| * kunit: Enable ASoC in all_tests.configMark Brown2023-07-181-0/+4
* | Merge tag 'regmap-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2023-08-291-0/+2
|\ \
| * | regmap: Provide user selectable option to enable regmapMark Brown2023-07-131-0/+2
| |/
* | kunit: tool: Add command line interface to filter and report attributesRae Moar2023-07-264-29/+99
* | kunit: qemu_configs: Enable all architectural features for arm64Mark Brown2023-07-181-1/+1
|/
* Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-272-0/+5
|\
| * kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UMLKees Cook2023-05-162-0/+5
* | kunit: tool: undo type subscripts for subprocess.PopenDaniel Latypov2023-05-083-4/+10
|/
* kunit: tool: Add support for SH under QEMUGeert Uytterhoeven2023-04-051-0/+17
* kunit: tool: Add support for overriding the QEMU serial portGeert Uytterhoeven2023-04-052-1/+3
* kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.pyDaniel Latypov2023-03-174-30/+31
* kunit: tool: remove unused imports and variablesDaniel Latypov2023-03-175-5/+3
* kunit: tool: add subscripts for type annotations where appropriateDaniel Latypov2023-03-173-5/+5
* kunit: tool: Add support for m68k under QEMUGeert Uytterhoeven2023-03-061-0/+10
* kunit: kunit.py extract handlersAlexander Pantyukhin2023-02-081-71/+96
* tools/testing/kunit/kunit.py: remove redundant double checkAlexander Pantyukhin2023-02-081-14/+5
* kunit: tool: make parser preserve whitespace when printing test logDaniel Latypov2022-12-123-15/+16
* kunit: tool: don't include KTAP headers and the like in the test logDaniel Latypov2022-12-122-4/+21
* kunit: tool: parse KTAP compliant test outputRae Moar2022-12-124-28/+80
* kunit: tool: make --json do nothing if --raw_ouput is setDaniel Latypov2022-12-121-16/+18
* kunit: tool: tweak error message when no KTAP foundDaniel Latypov2022-12-122-3/+3
* kunit: tool: remove redundant file.close() call in unit testDaniel Latypov2022-12-121-2/+0
* kunit: tool: unit tests all check parser errors, standardize formatting a bitDaniel Latypov2022-12-121-55/+38
* kunit: tool: make TestCounts a dataclassDaniel Latypov2022-12-122-20/+9
* kunit: tool: print summary of failed tests if a few failed out of a lotDaniel Latypov2022-10-312-0/+69
* kunit: tool: make unit test not print parsed testdata to stdoutDaniel Latypov2022-10-311-0/+6
* kunit: tool: Don't download risc-v opensbi firmware with wgetDavid Gow2022-10-071-11/+7
* kunit: tool: rename all_test_uml.config, use it for --alltestsDaniel Latypov2022-09-305-90/+33
* kunit: tool: remove UML specific options from all_tests_uml.configDaniel Latypov2022-09-301-2/+0
* kunit: add kunit.enable to enable/disable KUnit testJoe Fradley2022-09-301-0/+1
* kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spacesDaniel Latypov2022-09-302-5/+7
* kunit: tool: Enable virtio/PCI by default on UMLDavid Gow2022-07-083-4/+27
* kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov2022-07-084-23/+89
* kunit: add coverage_uml.config to enable GCOV on UMLDaniel Latypov2022-07-071-0/+11
* kunit: tool: refactor internal kconfig handling, allow overridingDaniel Latypov2022-07-073-56/+54
* kunit: tool: introduce --qemu_argsDaniel Latypov2022-07-073-7/+37