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