Age | Commit message (Expand) | Author | Files | Lines |
2023-09-18 | kunit: string-stream: Add tests for freeing resource-managed string_stream | Richard Fitzgerald | 1 | -0/+3 |
2023-09-18 | kunit: string-stream: Decouple string_stream from kunit | Richard Fitzgerald | 1 | -21/+40 |
2023-09-18 | kunit: string-stream: Add kunit_alloc_string_stream() | Richard Fitzgerald | 1 | -1/+11 |
2023-09-18 | kunit: string-stream: Add option to make all lines end with newline | Richard Fitzgerald | 1 | -7/+21 |
2023-09-18 | kunit: string-stream: Don't create a fragment for empty strings | Richard Fitzgerald | 1 | -2/+8 |
2022-12-26 | kunit: alloc_string_stream_fragment error handling bug fix | YoungJun.park | 1 | -1/+3 |
2022-12-12 | Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc... | Linus Torvalds | 1 | -5/+0 |
2022-10-27 | kunit: remove unused structure definition | YoungJun.park | 1 | -5/+0 |
2022-10-18 | kunit: update NULL vs IS_ERR() tests | Dan Carpenter | 1 | -2/+2 |
2022-10-07 | kunit: drop test pointer in string_stream_fragment | Daniel Latypov | 1 | -5/+5 |
2022-10-07 | kunit: string-stream: Simplify resource use | David Gow | 1 | -74/+16 |
2020-06-26 | kunit: generalize kunit_resource API beyond allocated resources | Alan Maguire | 1 | -8/+6 |
2020-01-09 | kunit: move string-stream.h to lib/kunit | Alan Maguire | 1 | -1/+2 |
2019-09-30 | kunit: test: add string_stream a std::stream like string builder | Brendan Higgins | 1 | -0/+217 |