VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
34 Branches
58 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
beaglev-5.13.y
/
include
/
kunit
/
Date
Commit Message
Rev
Author
2021-04-06
kunit: fix -Wunused-function warning for __kunit_fail_current_test
f65968ac
Daniel Latypov
2021-04-02
kunit: support failure from dynamic analysis tools
359a3760
Uriel Guajardo
2020-12-02
kunit: Support for Parameterized Testing
fadb08e7
Arpitha Raghunandan
2020-11-10
kunit: fix display of failed expectations for strings
3084db0e
Daniel Latypov
2020-10-26
kunit: test: fix remaining kernel-doc warnings
7f32b10c
Mauro Carvalho Chehab
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
33def849
Joe Perches
2020-10-18
Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
7cf726a5
Linus Torvalds
2020-10-15
kunit: test.h: fix a bad kernel-doc markup
623050ae
Mauro Carvalho Chehab
2020-10-15
kunit: test.h: solve kernel-doc warnings
38d9b909
Mauro Carvalho Chehab
2020-10-13
KUnit: KASAN Integration
83c4e7a0
Patricia Alfonso
2020-10-09
init: main: add KUnit to kernel init
8c0d8849
Brendan Higgins
2020-10-09
kunit: test: create a single centralized executor for all tests
aac35468
Alan Maguire
2020-06-26
kunit: add support for named resources
725aca95
Alan Maguire
2020-06-26
kunit: generalize kunit_resource API beyond allocated resources
d4cdd146
Alan Maguire
2020-05-22
Documentation: test.h - fix warnings
c4714b00
Lothar Rubusch
2020-03-26
kunit: subtests should be indented 4 spaces according to TAP
c3bba690
Alan Maguire
2020-03-26
kunit: add debugfs /sys/kernel/debug/kunit/
/results display
e2219db2
Alan Maguire
2020-01-09
kunit: allow kunit tests to be loaded as a module
c475c77d
Alan Maguire
2020-01-09
kunit: hide unexported try-catch interface in try-catch-impl.h
9bbb11c6
Alan Maguire
2020-01-09
kunit: move string-stream.h to lib/kunit
109fb06f
Alan Maguire
2019-09-30
kunit: fix failure to build without printk
741a98d0
Brendan Higgins
2019-09-30
kunit: test: add the concept of assertions
e4aea8f8
Brendan Higgins
2019-09-30
kunit: test: add support for test abort
5f3e0620
Brendan Higgins
2019-09-30
kunit: test: add the concept of expectations
73cda7bb
Brendan Higgins
2019-09-30
kunit: test: add assertion printing library
6b229e59
Brendan Higgins
2019-09-30
kunit: test: add string_stream a std::stream like string builder
d1fadef1
Brendan Higgins
2019-09-30
kunit: test: add test resource management API
0a756853
Brendan Higgins
2019-09-30
kunit: test: add KUnit test runner core
914cc63e
Brendan Higgins