index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
/
kunit.py
Age
Commit message (
Expand
)
Author
2022-12-12
kunit: tool: make --json do nothing if --raw_ouput is set
Daniel Latypov
2022-09-30
kunit: tool: rename all_test_uml.config, use it for --alltests
Daniel Latypov
2022-09-30
kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spaces
Daniel Latypov
2022-07-08
kunit: tool: make --kunitconfig repeatable, blindly concat
Daniel Latypov
2022-07-07
kunit: tool: introduce --qemu_args
Daniel Latypov
2022-07-07
kunit: tool: refactoring printing logic into kunit_printer.py
Daniel Latypov
2022-07-07
kunit: tool: redo how we construct and mock LinuxSourceTree
Daniel Latypov
2022-05-16
kunit: tool: misc cleanups
Daniel Latypov
2022-04-04
kunit: tool: more descriptive metavars/--help output
Daniel Latypov
2022-04-04
kunit: tool: properly report the used arch for --json, or '' if not known
Daniel Latypov
2022-04-04
kunit: tool: refactor how we plumb metadata into JSON
Daniel Latypov
2022-04-04
kunit: tool: drop unused KernelDirectoryPath var
Daniel Latypov
2022-04-04
kunit: tool: make --json handling a bit clearer
Daniel Latypov
2022-01-31
kunit: tool: drop mostly unused KunitResult.result field
Daniel Latypov
2021-12-15
kunit: tool: Default --jobs to number of CPUs
David Gow
2021-12-15
kunit: tool: make `build` subcommand also reconfigure if needed
Daniel Latypov
2021-12-15
kunit: tool: delete kunit_parser.TestResult type
Daniel Latypov
2021-12-15
kunit: tool: use dataclass instead of collections.namedtuple
Daniel Latypov
2021-12-13
kunit: tool: suggest using decode_stacktrace.sh on kernel crash
Daniel Latypov
2021-12-13
kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigs
Daniel Latypov
2021-10-25
kunit: tool: continue past invalid utf-8 output
Daniel Latypov
2021-10-19
kunit: tool: improve compatibility of kunit_parser with KTAP specification
Rae Moar
2021-10-19
kunit: tool: support running each suite/test separately
Daniel Latypov
2021-10-19
kunit: tool: actually track how long it took to run tests
Daniel Latypov
2021-10-19
kunit: tool: factor exec + parse steps into a function
Daniel Latypov
2021-10-19
kunit: tool: misc fixes (unused vars, imports, leaked files)
Daniel Latypov
2021-10-19
kunit: tool: allow filtering test cases via glob
Daniel Latypov
2021-10-01
kunit: tool: better handling of quasi-bool args (--json, --raw_output)
Daniel Latypov
2021-08-13
kunit: tool: make --raw_output support only showing kunit output
Daniel Latypov
2021-08-13
kunit: tool: add --kernel_args to allow setting module params
Daniel Latypov
2021-07-12
kunit: tool: Assert the version requirement
SeongJae Park
2021-06-11
kunit: tool: add support for QEMU
Brendan Higgins
2021-04-02
kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment
Daniel Latypov
2021-02-08
kunit: tool: add support for filtering suites by glob
Daniel Latypov
2021-02-08
kunit: make kunit_tool accept optional path to .kunitconfig fragment
Daniel Latypov
2021-01-15
kunit: tool: move kunitconfig parsing into __init__, make it optional
Daniel Latypov
2021-01-15
kunit: tool: surface and address more typing issues
Daniel Latypov
2020-12-08
tweewide: Fix most Shebang lines
Finn Behrens
2020-11-10
kunit: Do not pollute source directory with generated files (.kunitconfig)
Andy Shevchenko
2020-11-10
kunit: Fix kunit.py parse subcommand (use null build_dir)
David Gow
2020-10-02
kunit: tool: handle when .kunit exists but .kunitconfig does not
Brendan Higgins
2020-08-31
kunit: tool: allow generating test results in JSON
Heidi Fahim
2020-08-31
kunit: tool: fix running kunit_tool from outside kernel tree
Brendan Higgins
2020-08-05
Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2020-07-17
kunit: tool: fix improper treatment of file location
Brendan Higgins
2020-06-26
kunit: kunit_tool: Fix invalid result when build fails
David Gow
2020-06-01
kunit: Fix TabError, remove defconfig code and handle when there is no kunitc...
Vitor Massaru Iha
2020-05-22
kunit: use KUnit defconfig by default
Vitor Massaru Iha
2020-05-22
kunit: use --build_dir=.kunit as default
Vitor Massaru Iha
2020-05-11
kunit: kunit_tool: Separate out config/build/exec/parse
David Gow
[next]