开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
kunit
/
assert.h
Age
Commit message (
Expand
)
Author
2024-07-12
kunit: Rename KUNIT_ASSERT_FAILURE to KUNIT_FAIL_AND_ABORT for readability
Eric Chan
2024-05-30
kunit: Cover 'assert.c' with tests
Ivan Orlov
2022-12-12
kunit: remove KUNIT_INIT_MEM_ASSERTION macro
Daniel Latypov
2022-12-12
kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macros
Daniel Latypov
2022-10-27
kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros
Maíra Canal
2022-10-07
kunit: remove format func from struct kunit_assert, get it to 0 bytes
Daniel Latypov
2022-01-31
kunit: factor out str constants from binary assertion structs
Daniel Latypov
2022-01-31
kunit: consolidate KUNIT_INIT_BINARY_ASSERT_STRUCT macros
Daniel Latypov
2022-01-31
kunit: remove va_format from kunit_assert
Daniel Latypov
2022-01-25
kunit: drop unused assert_type from kunit_assert and clean up macros
Daniel Latypov
2022-01-25
kunit: split out part of kunit_assert into a static const
Daniel Latypov
2022-01-25
kunit: drop unused kunit* field in kunit_assert
Daniel Latypov
2022-01-20
kunit: replace kernel.h with the necessary inclusions
Andy Shevchenko
2020-01-09
kunit: move string-stream.h to lib/kunit
Alan Maguire
2019-09-30
kunit: test: add assertion printing library
Brendan Higgins