summaryrefslogtreecommitdiff
path: root/tools/testing/kunit
AgeCommit message (Expand)Author
2023-12-18kunit: tool: add test for parsing attributesRae Moar
2023-12-18kunit: tool: fix parsing of test attributesRae Moar
2023-08-30Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-08-29Merge tag 'regmap-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2023-07-26kunit: tool: Add command line interface to filter and report attributesRae Moar
2023-07-18kunit: qemu_configs: Enable all architectural features for arm64Mark Brown
2023-07-18ASoC: topology: Add explicit build optionMark Brown
2023-07-18kunit: Enable ASoC in all_tests.configMark Brown
2023-07-13regmap: Provide user selectable option to enable regmapMark Brown
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-05-16kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UMLKees Cook
2023-05-08kunit: tool: undo type subscripts for subprocess.PopenDaniel Latypov
2023-04-05kunit: tool: Add support for SH under QEMUGeert Uytterhoeven
2023-04-05kunit: tool: Add support for overriding the QEMU serial portGeert Uytterhoeven
2023-03-17kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.pyDaniel Latypov
2023-03-17kunit: tool: remove unused imports and variablesDaniel Latypov
2023-03-17kunit: tool: add subscripts for type annotations where appropriateDaniel Latypov
2023-03-06kunit: tool: Add support for m68k under QEMUGeert Uytterhoeven
2023-02-08kunit: kunit.py extract handlersAlexander Pantyukhin
2023-02-08tools/testing/kunit/kunit.py: remove redundant double checkAlexander Pantyukhin
2022-12-12kunit: tool: make parser preserve whitespace when printing test logDaniel Latypov
2022-12-12kunit: tool: don't include KTAP headers and the like in the test logDaniel Latypov
2022-12-12kunit: tool: parse KTAP compliant test outputRae Moar
2022-12-12kunit: tool: make --json do nothing if --raw_ouput is setDaniel Latypov
2022-12-12kunit: tool: tweak error message when no KTAP foundDaniel Latypov
2022-12-12kunit: tool: remove redundant file.close() call in unit testDaniel Latypov
2022-12-12kunit: tool: unit tests all check parser errors, standardize formatting a bitDaniel Latypov
2022-12-12kunit: tool: make TestCounts a dataclassDaniel Latypov
2022-10-31kunit: tool: print summary of failed tests if a few failed out of a lotDaniel Latypov
2022-10-31kunit: tool: make unit test not print parsed testdata to stdoutDaniel Latypov
2022-10-07kunit: tool: Don't download risc-v opensbi firmware with wgetDavid Gow
2022-09-30kunit: tool: rename all_test_uml.config, use it for --alltestsDaniel Latypov
2022-09-30kunit: tool: remove UML specific options from all_tests_uml.configDaniel Latypov
2022-09-30kunit: add kunit.enable to enable/disable KUnit testJoe Fradley
2022-09-30kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spacesDaniel Latypov
2022-07-08kunit: tool: Enable virtio/PCI by default on UMLDavid Gow
2022-07-08kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov
2022-07-07kunit: add coverage_uml.config to enable GCOV on UMLDaniel Latypov
2022-07-07kunit: tool: refactor internal kconfig handling, allow overridingDaniel Latypov
2022-07-07kunit: tool: introduce --qemu_argsDaniel Latypov
2022-07-07kunit: tool: simplify creating LinuxSourceTreeOperationsDaniel Latypov
2022-07-07kunit: tool: cosmetic: don't specify duplicate kernel cmdline optionsDaniel Latypov
2022-07-07kunit: tool: refactoring printing logic into kunit_printer.pyDaniel Latypov
2022-07-07kunit: tool: redo how we construct and mock LinuxSourceTreeDaniel Latypov
2022-07-07kunit: tool: drop unused load_config argumentDaniel Latypov
2022-05-18kunit: tool: Use qemu-system-i386 for i386 runsDavid Gow
2022-05-16kunit: tool: update riscv QEMU config with new serial dependencyBrendan Higgins
2022-05-16kunit: tool: Add list of all valid test configs on UMLDavid Gow
2022-05-16kunit: tool: misc cleanupsDaniel Latypov
2022-05-16kunit: tool: minor cosmetic cleanups in kunit_parser.pyDaniel Latypov