index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
/
kunit_tool_test.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kunit: tool: add test for parsing attributes
Rae Moar
2023-12-18
1
-0
/
+16
*
kunit: tool: Add command line interface to filter and report attributes
Rae Moar
2023-07-26
1
-21
/
+18
*
kunit: tool: remove unused imports and variables
Daniel Latypov
2023-03-17
1
-1
/
+1
*
kunit: tool: make parser preserve whitespace when printing test log
Daniel Latypov
2022-12-12
1
-0
/
+2
*
kunit: tool: don't include KTAP headers and the like in the test log
Daniel Latypov
2022-12-12
1
-0
/
+17
*
kunit: tool: parse KTAP compliant test output
Rae Moar
2022-12-12
1
-0
/
+14
*
kunit: tool: tweak error message when no KTAP found
Daniel Latypov
2022-12-12
1
-2
/
+2
*
kunit: tool: remove redundant file.close() call in unit test
Daniel Latypov
2022-12-12
1
-2
/
+0
*
kunit: tool: unit tests all check parser errors, standardize formatting a bit
Daniel Latypov
2022-12-12
1
-55
/
+38
*
kunit: tool: make TestCounts a dataclass
Daniel Latypov
2022-12-12
1
-3
/
+1
*
kunit: tool: print summary of failed tests if a few failed out of a lot
Daniel Latypov
2022-10-31
1
-0
/
+22
*
kunit: tool: make unit test not print parsed testdata to stdout
Daniel Latypov
2022-10-31
1
-0
/
+6
*
kunit: tool: rename all_test_uml.config, use it for --alltests
Daniel Latypov
2022-09-30
1
-7
/
+19
*
kunit: tool: Enable virtio/PCI by default on UML
David Gow
2022-07-08
1
-0
/
+12
*
kunit: tool: make --kunitconfig repeatable, blindly concat
Daniel Latypov
2022-07-08
1
-7
/
+49
*
kunit: tool: refactor internal kconfig handling, allow overriding
Daniel Latypov
2022-07-07
1
-27
/
+18
*
kunit: tool: introduce --qemu_args
Daniel Latypov
2022-07-07
1
-3
/
+17
*
kunit: tool: refactoring printing logic into kunit_printer.py
Daniel Latypov
2022-07-07
1
-2
/
+2
*
kunit: tool: redo how we construct and mock LinuxSourceTree
Daniel Latypov
2022-07-07
1
-54
/
+49
*
kunit: tool: drop unused load_config argument
Daniel Latypov
2022-07-07
1
-1
/
+1
*
kunit: tool: misc cleanups
Daniel Latypov
2022-05-16
1
-4
/
+6
*
kunit: tool: remove dead parse_crash_in_log() logic
Daniel Latypov
2022-05-16
1
-13
/
+4
*
kunit: tool: print clearer error message when there's no TAP output
Daniel Latypov
2022-05-12
1
-2
/
+2
*
kunit: tool: more descriptive metavars/--help output
Daniel Latypov
2022-04-04
1
-0
/
+5
*
kunit: tool: refactor how we plumb metadata into JSON
Daniel Latypov
2022-04-04
1
-5
/
+4
*
kunit: tool: simplify code since build_dir can't be None
Daniel Latypov
2022-04-04
1
-1
/
+1
*
kunit: tool: make --json handling a bit clearer
Daniel Latypov
2022-04-04
1
-2
/
+1
*
kunit: tool: Default --jobs to number of CPUs
David Gow
2021-12-15
1
-2
/
+3
*
kunit: tool: make `build` subcommand also reconfigure if needed
Daniel Latypov
2021-12-15
1
-1
/
+1
*
kunit: tool: delete kunit_parser.TestResult type
Daniel Latypov
2021-12-15
1
-17
/
+17
*
kunit: tool: use dataclass instead of collections.namedtuple
Daniel Latypov
2021-12-15
1
-3
/
+3
*
kunit: tool: reconfigure when the used kunitconfig changes
Daniel Latypov
2021-12-13
1
-0
/
+45
*
kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigs
Daniel Latypov
2021-12-13
1
-0
/
+18
*
kunit: tool: move Kconfig read_from_file/parse_from_string to package-level
Daniel Latypov
2021-12-13
1
-4
/
+2
*
kunit: tool: print parsed test results fully incrementally
Daniel Latypov
2021-12-13
1
-1
/
+41
*
kunit: tool: Report an error if any test has no subtests
David Gow
2021-12-13
1
-0
/
+12
*
kunit: tool: Do not error on tests without test plans
David Gow
2021-12-13
1
-1
/
+4
*
kunit: tool: fix --json output for skipped tests
Daniel Latypov
2021-12-13
1
-0
/
+6
*
kunit: tool: improve compatibility of kunit_parser with KTAP specification
Rae Moar
2021-10-19
1
-38
/
+98
*
kunit: tool: yield output from run_kernel in real time
Daniel Latypov
2021-10-19
1
-0
/
+17
*
kunit: tool: support running each suite/test separately
Daniel Latypov
2021-10-19
1
-0
/
+40
*
kunit: tool: show list of valid --arch options when invalid
Daniel Latypov
2021-10-19
1
-0
/
+4
*
kunit: tool: misc fixes (unused vars, imports, leaked files)
Daniel Latypov
2021-10-19
1
-10
/
+8
*
kunit: tool: better handling of quasi-bool args (--json, --raw_output)
Daniel Latypov
2021-10-01
1
-0
/
+8
*
kunit: tool: make --raw_output support only showing kunit output
Daniel Latypov
2021-08-13
1
-0
/
+9
*
kunit: tool: add --kernel_args to allow setting module params
Daniel Latypov
2021-08-13
1
-6
/
+14
*
kunit: tool: Fix error messages for cases of no tests and wrong TAP header
Rae Moar
2021-07-12
1
-3
/
+13
*
kunit: tool: Support skipped tests in kunit_tool
David Gow
2021-06-25
1
-0
/
+22
*
kunit: tool: internal refactor of parser input handling
Daniel Latypov
2021-06-25
1
-8
/
+10
*
kunit: tool: add support for QEMU
Brendan Higgins
2021-06-11
1
-5
/
+13
[next]