index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
/
kunit_kernel.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kunit: tool: rename all_test_uml.config, use it for --alltests
Daniel Latypov
2022-09-30
1
-27
/
+2
*
kunit: add kunit.enable to enable/disable KUnit test
Joe Fradley
2022-09-30
1
-0
/
+1
*
kunit: tool: Enable virtio/PCI by default on UML
David Gow
2022-07-08
1
-4
/
+10
*
kunit: tool: make --kunitconfig repeatable, blindly concat
Daniel Latypov
2022-07-08
1
-12
/
+26
*
kunit: tool: refactor internal kconfig handling, allow overriding
Daniel Latypov
2022-07-08
1
-9
/
+11
*
kunit: tool: introduce --qemu_args
Daniel Latypov
2022-07-08
1
-3
/
+7
*
kunit: tool: simplify creating LinuxSourceTreeOperations
Daniel Latypov
2022-07-08
1
-10
/
+10
*
kunit: tool: cosmetic: don't specify duplicate kernel cmdline options
Daniel Latypov
2022-07-08
1
-1
/
+1
*
kunit: tool: refactoring printing logic into kunit_printer.py
Daniel Latypov
2022-07-08
1
-4
/
+4
*
kunit: tool: drop unused load_config argument
Daniel Latypov
2022-07-08
1
-4
/
+0
*
kunit: tool: misc cleanups
Daniel Latypov
2022-05-16
1
-5
/
+5
*
kunit: tool: stop using a shell to run kernel under QEMU
Daniel Latypov
2022-05-12
1
-8
/
+10
*
kunit: tool: properly report the used arch for --json, or '' if not known
Daniel Latypov
2022-04-04
1
-0
/
+2
*
kunit: tool: simplify code since build_dir can't be None
Daniel Latypov
2022-04-04
1
-31
/
+20
*
kunit: tool: Import missing importlib.abc
MichaĆ Winiarski
2022-01-25
1
-0
/
+1
*
kunit: tool: fix newly introduced typechecker errors
Daniel Latypov
2021-12-16
1
-0
/
+1
*
kunit: tool: reconfigure when the used kunitconfig changes
Daniel Latypov
2021-12-13
1
-11
/
+29
*
kunit: tool: revamp message for invalid kunitconfig
Daniel Latypov
2021-12-13
1
-9
/
+11
*
kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigs
Daniel Latypov
2021-12-13
1
-0
/
+5
*
kunit: tool: move Kconfig read_from_file/parse_from_string to package-level
Daniel Latypov
2021-12-13
1
-8
/
+4
*
kunit: tool: fix typecheck errors about loading qemu configs
Daniel Latypov
2021-10-29
1
-6
/
+9
*
kunit: tool: continue past invalid utf-8 output
Daniel Latypov
2021-10-25
1
-2
/
+2
*
kunit: tool: yield output from run_kernel in real time
Daniel Latypov
2021-10-19
1
-30
/
+45
*
kunit: tool: show list of valid --arch options when invalid
Daniel Latypov
2021-10-19
1
-2
/
+3
*
kunit: tool: misc fixes (unused vars, imports, leaked files)
Daniel Latypov
2021-10-19
1
-8
/
+4
*
kunit: tool: remove unnecessary "annotations" import
Daniel Latypov
2021-07-12
1
-4
/
+2
*
kunit: Move default config from arch/um -> tools/testing/kunit
David Gow
2021-06-24
1
-1
/
+1
*
kunit: tool: add support for QEMU
Brendan Higgins
2021-06-12
1
-27
/
+148
*
kunit: Add 'kunit_shutdown' option
David Gow
2021-06-12
1
-1
/
+1
*
kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment
Daniel Latypov
2021-04-02
1
-0
/
+2
*
kunit: tool: fix unintentional statefulness in run_kernel()
Daniel Latypov
2021-02-09
1
-1
/
+3
*
kunit: tool: add support for filtering suites by glob
Daniel Latypov
2021-02-09
1
-1
/
+3
*
kunit: make kunit_tool accept optional path to .kunitconfig fragment
Daniel Latypov
2021-02-08
1
-4
/
+8
*
kunit: tool: move kunitconfig parsing into __init__, make it optional
Daniel Latypov
2021-01-16
1
-12
/
+13
*
kunit: tool: surface and address more typing issues
Daniel Latypov
2021-01-16
1
-18
/
+19
*
kunit: tool: Force the use of the 'tty' console for UML
David Gow
2021-01-04
1
-1
/
+1
*
kunit: Introduce get_file_path() helper
Andy Shevchenko
2020-11-30
1
-15
/
+9
*
kunit: tool: print out stderr from make (like build warnings)
Daniel Latypov
2020-11-10
1
-4
/
+9
*
kunit: Do not pollute source directory with generated files (test.log)
Andy Shevchenko
2020-11-10
1
-3
/
+11
*
kunit: Do not pollute source directory with generated files (.kunitconfig)
Andy Shevchenko
2020-11-10
1
-5
/
+19
*
kunit: tool: fix display of make errors
Daniel Latypov
2020-10-09
1
-6
/
+6
*
kunit: tool: fix --alltests flag
Brendan Higgins
2020-09-23
1
-5
/
+10
*
kunit: capture stderr on all make subprocess calls
Will Chen
2020-07-17
1
-3
/
+3
*
kunit: add --make_options
Greg Thelen
2020-03-24
1
-10
/
+14
*
kunit: Run all KUnit tests through allyesconfig
Heidi Fahim
2020-03-20
1
-17
/
+45
*
kunit: test: Improve error messages for kunit_tool when kunitconfig is invalid
Heidi Fahim
2020-02-19
1
-12
/
+16
*
kunit: Rename 'kunitconfig' to '.kunitconfig'
SeongJae Park
2019-12-23
1
-2
/
+2
*
kunit: Place 'test.log' under the 'build_dir'
SeongJae Park
2019-12-23
1
-2
/
+2
*
kunit: Create default config in '--build_dir'
SeongJae Park
2019-12-23
1
-2
/
+2
*
kunit: defconfig: add defconfigs for building KUnit tests
Brendan Higgins
2019-10-01
1
-1
/
+2
[next]