index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
kunit
/
assert.c
Age
Commit message (
Expand
)
Author
2024-05-30
kunit: Cover 'assert.c' with tests
Ivan Orlov
2023-09-18
kunit: Don't use a managed alloc in is_literal()
Richard Fitzgerald
2023-01-30
kunit: fix bug in KUNIT_EXPECT_MEMEQ
Rae Moar
2022-10-27
kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros
MaĆra Canal
2022-10-27
kunit: log numbers in decimal and hex
Mark Rutland
2022-01-31
kunit: factor out str constants from binary assertion structs
Daniel Latypov
2022-01-31
kunit: remove va_format from kunit_assert
Daniel Latypov
2022-01-25
kunit: split out part of kunit_assert into a static const
Daniel Latypov
2022-01-25
kunit: factor out kunit_base_assert_format() call into kunit_fail()
Daniel Latypov
2021-04-02
kunit: make KUNIT_EXPECT_STREQ() quote values, don't print literals
Daniel Latypov
2021-03-23
kunit: Match parenthesis alignment to improve code readability
Lucas Stankus
2021-02-08
kunit: don't show `1 == 1` in failed assertion messages
Daniel Latypov
2020-03-26
kunit: subtests should be indented 4 spaces according to TAP
Alan Maguire
2020-03-25
kunit: Always print actual pointer values in asserts
David Gow
2020-01-09
kunit: allow kunit tests to be loaded as a module
Alan Maguire
2020-01-09
kunit: move string-stream.h to lib/kunit
Alan Maguire
2019-09-30
kunit: test: add assertion printing library
Brendan Higgins