index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-08
kunit: tool: Enable virtio/PCI by default on UML
David Gow
3
-4
/
+27
2022-07-08
kunit: tool: make --kunitconfig repeatable, blindly concat
Daniel Latypov
4
-23
/
+89
2022-07-08
kunit: add coverage_uml.config to enable GCOV on UML
Daniel Latypov
1
-0
/
+11
2022-07-08
kunit: tool: refactor internal kconfig handling, allow overriding
Daniel Latypov
3
-56
/
+54
2022-07-08
kunit: tool: introduce --qemu_args
Daniel Latypov
3
-7
/
+37
2022-07-08
kunit: tool: simplify creating LinuxSourceTreeOperations
Daniel Latypov
1
-10
/
+10
2022-07-08
kunit: tool: cosmetic: don't specify duplicate kernel cmdline options
Daniel Latypov
1
-1
/
+1
2022-07-08
kunit: tool: refactoring printing logic into kunit_printer.py
Daniel Latypov
5
-58
/
+82
2022-07-08
kunit: tool: redo how we construct and mock LinuxSourceTree
Daniel Latypov
2
-87
/
+65
2022-07-08
kunit: tool: drop unused load_config argument
Daniel Latypov
2
-5
/
+1
2022-05-19
kunit: tool: Use qemu-system-i386 for i386 runs
David Gow
1
-1
/
+1
2022-05-16
kunit: tool: update riscv QEMU config with new serial dependency
Brendan Higgins
1
-0
/
+1
2022-05-16
kunit: tool: Add list of all valid test configs on UML
David Gow
1
-0
/
+37
2022-05-16
kunit: tool: misc cleanups
Daniel Latypov
7
-46
/
+39
2022-05-16
kunit: tool: minor cosmetic cleanups in kunit_parser.py
Daniel Latypov
1
-54
/
+17
2022-05-16
kunit: tool: make parser stop overwriting status of suites w/ no_tests
Daniel Latypov
2
-3
/
+6
2022-05-16
kunit: tool: remove dead parse_crash_in_log() logic
Daniel Latypov
3
-104
/
+4
2022-05-12
kunit: tool: print clearer error message when there's no TAP output
Daniel Latypov
2
-3
/
+4
2022-05-12
kunit: tool: stop using a shell to run kernel under QEMU
Daniel Latypov
10
-20
/
+22
2022-05-12
kunit: tool: update test counts summary line format
Daniel Latypov
1
-5
/
+5
2022-04-05
kunit: tool: more descriptive metavars/--help output
Daniel Latypov
2
-14
/
+17
2022-04-05
kunit: tool: Do not colorize output when redirected
Kees Cook
1
-0
/
+7
2022-04-05
kunit: tool: properly report the used arch for --json, or '' if not known
Daniel Latypov
3
-3
/
+5
2022-04-05
kunit: tool: refactor how we plumb metadata into JSON
Daniel Latypov
3
-21
/
+33
2022-04-05
kunit: tool: readability tweaks in KernelCI json generation logic
Daniel Latypov
1
-10
/
+10
2022-04-04
kunit: tool: simplify code since build_dir can't be None
Daniel Latypov
3
-37
/
+24
2022-04-04
kunit: tool: drop last uses of collections.namedtuple
Daniel Latypov
2
-11
/
+15
2022-04-04
kunit: tool: drop unused KernelDirectoryPath var
Daniel Latypov
1
-2
/
+0
2022-04-04
kunit: tool: make --json handling a bit clearer
Daniel Latypov
3
-16
/
+11
2022-03-23
Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-16
/
+8
2022-02-02
kunit: fix missing f in f-string in run_checks.py
Daniel Latypov
1
-1
/
+1
2022-01-31
kunit: tool: drop mostly unused KunitResult.result field
Daniel Latypov
1
-16
/
+8
2022-01-25
kunit: tool: Import missing importlib.abc
MichaĆ Winiarski
1
-0
/
+1
2021-12-16
kunit: tool: Default --jobs to number of CPUs
David Gow
2
-3
/
+7
2021-12-16
kunit: tool: fix newly introduced typechecker errors
Daniel Latypov
2
-2
/
+3
2021-12-15
kunit: tool: make `build` subcommand also reconfigure if needed
Daniel Latypov
2
-2
/
+10
2021-12-15
kunit: tool: delete kunit_parser.TestResult type
Daniel Latypov
4
-35
/
+29
2021-12-15
kunit: tool: use dataclass instead of collections.namedtuple
Daniel Latypov
2
-70
/
+75
2021-12-13
kunit: tool: suggest using decode_stacktrace.sh on kernel crash
Daniel Latypov
1
-0
/
+6
2021-12-13
kunit: tool: reconfigure when the used kunitconfig changes
Daniel Latypov
2
-11
/
+74
2021-12-13
kunit: tool: revamp message for invalid kunitconfig
Daniel Latypov
1
-9
/
+11
2021-12-13
kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigs
Daniel Latypov
3
-0
/
+31
2021-12-13
kunit: tool: move Kconfig read_from_file/parse_from_string to package-level
Daniel Latypov
3
-42
/
+37
2021-12-13
kunit: tool: print parsed test results fully incrementally
Daniel Latypov
2
-7
/
+57
2021-12-13
kunit: tool: Report an error if any test has no subtests
David Gow
3
-5
/
+30
2021-12-13
kunit: tool: Do not error on tests without test plans
David Gow
2
-4
/
+6
2021-12-13
kunit: add run_checks.py script to validate kunit changes
Daniel Latypov
1
-0
/
+81
2021-12-13
kunit: tool: fix --json output for skipped tests
Daniel Latypov
2
-0
/
+8
2021-10-29
kunit: tool: fix typecheck errors about loading qemu configs
Daniel Latypov
1
-6
/
+9
2021-10-25
kunit: tool: continue past invalid utf-8 output
Daniel Latypov
2
-3
/
+4
[next]