- 33e6003 Documentation: Wholesale update of sphinx config/scripts by David Gow · 3 years, 9 months ago kunit/alpha/master
- 99b5e1f kunit: alpha: transition: fix build breakage in example and boilerplate by Daniel Latypov · 3 years, 10 months ago
- 53393b9 kunit: alpha: transition: make kunit_test_suites() take pointers by Daniel Latypov · 3 years, 10 months ago
- 3b69ace kunit: transition: add macro for defining struct kunit_suite/test_module by Daniel Latypov · 4 years, 2 months ago
- 2660ba2 kunit: transition: add macro for defining struct kunit_case/test_case by Daniel Latypov · 4 years, 2 months ago
- abd28ce kunit: transition: add macro for defining struct kunit_resource/test_resource by Daniel Latypov · 4 years, 2 months ago
- 7ac17c3 kunit: transition: add Kconfig option for test.h to use upstream names, start impl by Daniel Latypov · 4 years, 2 months ago
- 86ff265 kunit: add kunit/Kconfig and <kunit/test.h> to ease upgrade from alpha by Daniel Latypov · 4 years, 2 months ago
- 784a94e kunit: test: fix uninitialized spinlock in test by David Chiang · 4 years, 1 month ago
- 57ca866 kunit: test.h: fix format string for ASSERT_NOT_ERR_OR_NULL by Daniel Latypov · 4 years, 4 months ago
- 4745735 kunit: kunit_tool: Allow .kunitconfig to disable config items by David Gow · 4 years, 8 months ago
- b42657ac kunit: Fix platform mock to enable calling driver->remove. by Iurii Zaikin · 5 years ago
- b8d286e kunit: mock: added bool matchers by Sagi Shahar · 5 years ago
- 64fb396 kunit: Fix memory leak in test_stream_append by Sagi Shahar · 5 years ago
- 12ef96e kunit_tool: Fix error log typo in kunit_parser.py by Sagi Shahar · 5 years ago
- 5416e62 kunit: mock: added bool_return by Sagi Shahar · 5 years ago
- 233e42f kunit: Add 'kunit_shutdown' option by David Gow · 5 years ago
- d896ec4 kunit: Add compound matchers. by Iurii Zaikin · 5 years ago
- 1caa886 Documentation: kunit: Add an explicit "run" arguement to the "Getting Started" guide. by David Gow · 5 years ago
- 66f6b97 arch: um: Mock the _relaxed versions for read*/write* by David Gow · 5 years ago
- e96c281 kunit_tool: add error log to tests in kunit_test.py by Darya Verzhbinsky · 5 years ago
- f941c1a kunit_tool: add tests for method build_reconfig() by Darya Verzhbinsky · 5 years ago
- 0f5a70d kunit_tool: added tests for throw_error_if_not_subset() by Darya Verzhbinsky · 5 years ago
- 535394b kunit_tool: Move log printing out of kunit_parser by David Gow · 5 years ago
- 62100f2 kunit_tool: fix type error in exception rethrow by Brendan Higgins · 5 years ago
- 69a5a9a kunit: test: fix incorrect KUnit log prefix by Brendan Higgins · 5 years ago
- 4c35e02 Merge "kunit: test: port test abort support to x86" into kunit/alpha/master by Iurii Zaikin · 6 years ago
- 00ab351 kunit: test: port test abort support to x86 by Iurii Zaikin · 6 years ago
- bcc1666 kunit: tool: make exit status non-zero for any type of failure by Brendan Higgins · 6 years ago kunit/release/4.19/0.7
- 5ed82f2 kunit: tool: add support for building kernel with additional threads by Brendan Higgins · 6 years ago
- 7ca0a6d kunit: tool: fix invalid attribute access on build failure by Brendan Higgins · 6 years ago
- f192c18 kunit: tool: fixed issue introduced by improve error messages for invalid kconfigs by Brendan Higgins · 6 years ago
- ba42266 kunit: Documentation: fix typo and includes in getting started guide by Eric Chiang · 6 years ago
- 1996e6b kunit: test: improve error messages for invalid kconfigs by Eric Chiang · 6 years ago
- 93787af kunit: tool: fixed test broken by system.exit(1) by Brendan Higgins · 6 years ago
- 1304e03 kunit: test: implement formatters for error codes by Mike Krinkin · 6 years ago
- b9bd9a9 Include kunit.py command in the documentation by Mike Krinkin · 6 years ago
- 4691404 kunit.py : Exit with exit code of 1 when all tests do not pass. by Avi Kondareddy · 6 years ago
- ccab9ce kunit: test: add test managed resource tests by Brendan Higgins · 6 years ago
- 8a91f16 kunit: mock: add failed expectation to output message by Arturo Gomez Diaz · 6 years ago
- b16a719 kunit: mock: print the mock method name when the return value is missing by linxinan · 6 years ago
- c54af68 kunit: print the mock function and input parameters in the failure by Lin Xinan · 6 years ago kunit/release/4.19/0.6
- acd4386 kunit_tool: update to support kunit_watcher by Avi Kondareddy · 6 years ago
- 2d5620f kunit_tool: add support to print only sample test by Pallav Agarwal · 6 years ago
- 231ce736 init: main: fix ifdef in init/main.c by Brendan Higgins · 6 years ago
- a263cc6f kunit: test: fix Makefile CONFIG_ for death test by Brendan Higgins · 6 years ago
- 0faa8b8 kunit_tool: added option for creating KUnit test skeletons by Brendan Higgins · 6 years ago
- 643f3a4 kunit_tool: refactored kunit_tool for adding subcommands by Brendan Higgins · 6 years ago
- d42e03b kunit.py: handle timeout by Avi Kondareddy · 6 years ago
- ab1c223 kunit: mock : Add three Cardinality expectation macro helpers. by Harshal Tushar Lehri · 6 years ago
- 8d8814a kunit: test: move death test to its own KUnit config by Brendan Higgins · 6 years ago
- e7076f9 init: main: add KUnit to kernel init by Brendan Higgins · 6 years ago
- 38bfc36 kunit: test: create single dispatcher for kunit by Brendan Higgins · 6 years ago
- e5438c6 arch: um: add linker section for kunit test modules by Brendan Higgins · 6 years ago
- 494c9a4 kunit: mock : Retire expectations on saturation when they are passed to the InSequence macro. by Harshal Tushar Lehri · 6 years ago
- 3eb61af kunit: Documentaiton: updated download link by Brendan Higgins · 6 years ago
- f30a27a kunit: Documentation: updated documentation by Brendan Higgins · 6 years ago
- 61408ca kunit: test: fixed HAS_IOMEM CONFIGs by Brendan Higgins · 6 years ago
- 8b0397e kunit: test: add proper CONFIGs to test/Kconfig by Brendan Higgins · 6 years ago
- 6bd5551 kunit: test: use strlcat in string-stream by Brendan Higgins · 6 years ago
- fa65768 kunit: mock: swapped out fixed width integer formatters by Brendan Higgins · 6 years ago
- 3fa5ae8 kunit: Documentation: Fixed non-ASCII character by Brendan Higgins · 6 years ago
- 5b1f170 kunit: added missing newlines by Brendan Higgins · 6 years ago
- ee11674 kunit: added missing SPDX headers by Brendan Higgins · 6 years ago
- 718efcf kunit: Documentation: Dropped bad toctree from FAQ by Brendan Higgins · 6 years ago
- bcb3916 kunit: added reference counting to string-stream by Felix Guo · 6 years ago
- 12958d2 kunit: add locking to string-stream operations by Felix Guo · 6 years ago
- f1f60aa kunit: added tests for Python Script by Felix Guo · 6 years ago
- b9b6006 kunit: added file and line number to expectations by Felix Guo · 6 years ago
- 03535f4 kunit: added InSequence implementation by Felix Guo · 6 years ago
- 87329e6 kunit: fix up some style and syntax by Felix Guo · 6 years ago
- 9f75e6c kunit.py: functional changes for testing by Felix Guo · 6 years ago
- 3ccf579 kunit: add parent method reference to expectation by Felix Guo · 6 years ago
- 0daadb3 kunit: added expectation modifier macros by Felix Guo · 6 years ago
- cd490bf kunit: remove redundant semicolon from macro by Felix Guo · 6 years ago
- 10a17b2 kunit: add FAQ to documentation by Felix Guo · 6 years ago
- 8f578a8 kunit: check if kernel crashed during kunit by Felix Guo · 6 years ago
- a67b25e MAINTAINERS: add entry for KUnit the unit testing framework by Brendan Higgins · 6 years ago
- 5d05eaa kunit.py: improved output from python wrapper by Felix Guo · 6 years ago
- c4ded7b kunit: added KUnit wrapper script and simple output parser by Felix Guo · 6 years ago
- 078f374 kunit: added Python libraries for handing KUnit config and kernel by Felix Guo · 6 years ago
- dd1cc91 Documentation: kunit: adds complete documentation for KUnit by Felix Guo · 6 years ago
- d609179 arch: um: added stubs for mock iomem for KUnit by Brendan Higgins · 7 years ago
- 5c13d98 kunit: added concept of platform mocking by Brendan Higgins · 7 years ago
- 298d317 kunit: improved sigsegv stack trace printing by Brendan Higgins · 7 years ago
- 290514a kunit: mock: add parameter capturers by Brendan Higgins · 6 years ago
- 8a5d475 kunit: mock: added the concept of redirect-mockable functions by Brendan Higgins · 6 years ago
- f495263 kunit: mock: added support for arbitrary function mocking by Brendan Higgins · 6 years ago
- f5b5c08 kunit: mock: add ability to mock functions with void context by Brendan Higgins · 6 years ago
- b155a73 kunit: mock: implemented nice, strict and naggy mock distinctions by Felix Guo · 6 years ago
- 1b58276 kunit: mock: added parameter formatters by Brendan Higgins · 6 years ago
- 2dbb99b kunit: mock: added struct param matcher by Brendan Higgins · 6 years ago
- bf32743 kunit: mock: added basic mock infrastructure by Brendan Higgins · 6 years ago
- a56013b kunit: mock: added parameter list minipulation macros by Brendan Higgins · 6 years ago
- 124e6ea checkpatch: added support for struct MOCK(foo) syntax by Brendan Higgins · 6 years ago
- 7eb1645 kunit: test: added concept of post conditions by Brendan Higgins · 6 years ago
- 2181012 kunit: test: added concept of initcalls by Brendan Higgins · 6 years ago
- 6db089a kunit: test: added the concept of assertions by Brendan Higgins · 6 years ago
- 8ec1f5c arch: um: added shim to trap to allow installing a fault catcher for tests by Brendan Higgins · 7 years ago
- 08c70e2 kunit: test: adds KUnit, a basic unit testing library for Linux by Brendan Higgins · 7 years ago