Merge tag 'linux_kselftest-kunit-6.7-rc1' of...
Merge tag 'linux_kselftest-kunit-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest Pull kunit updates from Shuah Khan: - string-stream testing enhancements - several fixes memory leaks - fix to reset status during parameter handling * tag 'linux_kselftest-kunit-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: kunit: test: Fix the possible memory leak in executor_test kunit: Fix possible memory leak in kunit_filter_suites() kunit: Fix the wrong kfree of copy for kunit_filter_suites() kunit: Fix missed memory release in kunit_free_suite_set() kunit: Reset test status on each param iteration kunit: string-stream: Test performance of string_stream kunit: Use string_stream for test log kunit: string-stream: Add tests for freeing resource-managed string_stream kunit: string-stream: Decouple string_stream from kunit kunit: string-stream: Add kunit_alloc_string_stream() kunit: Don't use a managed alloc in is_literal() kunit: string-stream-test: Add cases for string_stream newline appending kunit: string-stream: Add option to make all lines end with newline kunit: string-stream: Improve testing of string_stream kunit: string-stream: Don't create a fragment for empty strings
No related branches found
No related tags found
Showing
- include/kunit/test.h 6 additions, 8 deletionsinclude/kunit/test.h
- lib/kunit/assert.c 6 additions, 8 deletionslib/kunit/assert.c
- lib/kunit/debugfs.c 23 additions, 13 deletionslib/kunit/debugfs.c
- lib/kunit/executor.c 17 additions, 6 deletionslib/kunit/executor.c
- lib/kunit/executor_test.c 22 additions, 14 deletionslib/kunit/executor_test.c
- lib/kunit/kunit-example-test.c 3 additions, 2 deletionslib/kunit/kunit-example-test.c
- lib/kunit/kunit-test.c 47 additions, 9 deletionslib/kunit/kunit-test.c
- lib/kunit/string-stream-test.c 508 additions, 17 deletionslib/kunit/string-stream-test.c
- lib/kunit/string-stream.c 76 additions, 24 deletionslib/kunit/string-stream.c
- lib/kunit/string-stream.h 14 additions, 2 deletionslib/kunit/string-stream.h
- lib/kunit/test.c 12 additions, 44 deletionslib/kunit/test.c
Loading
Please register or sign in to comment