1. 05 Mar, 2024 1 commit
    • Kees Cook's avatar
      string: Convert selftest to KUnit · 29d85688
      Kees Cook authored
      Convert test_string.c to KUnit so it can be easily run with everything
      else.
      
      Additional text context is retained for failure reporting. For example,
      when forcing a bad match, we can see the loop counters reported for the
      memset() tests:
      
      [09:21:52]     # test_memset64: ASSERTION FAILED at lib/string_kunit.c:93
      [09:21:52]     Expected v == 0xa2a1a1a1a1a1a1a1ULL, but
      [09:21:52]         v == -6799976246779207263 (0xa1a1a1a1a1a1a1a1)
      [09:21:52]         0xa2a1a1a1a1a1a1a1ULL == -6727918652741279327 (0xa2a1a1a1a1a1a1a1)
      [09:21:52] i:0 j:0 k:0
      [09:21:52] [FAILED] test_memset64
      
      Currently passes without problems:
      
      $ ./tools/testing/kunit/kunit.py run string
      ...
      [09:37:40] Starting KUnit Kernel (1/1)...
      [09:37:40] ============================================================
      [09:37:40] =================== string (6 subtests) ====================
      [09:37:40] [PASSED] test_memset16
      [09:37:40] [PASSED] test_memset32
      [09:37:40] [PASSED] test_memset64
      [09:37:40] [PASSED] test_strchr
      [09:37:40] [PASSED] test_strnchr
      [09:37:40] [PASSED] test_strspn
      [09:37:40] ===================== [PASSED] string ======================
      [09:37:40] ============================================================
      [09:37:40] Testing complete. Ran 6 tests: passed: 6
      [09:37:40] Elapsed time: 6.730s total, 0.001s configuring, 6.562s building, 0.131s running
      
      Link: https://lore.kernel.org/r/20240301202732.2688342-1-keescook@chromium.orgSigned-off-by: default avatarKees Cook <keescook@chromium.org>
      29d85688
  2. 02 Mar, 2024 4 commits
  3. 01 Mar, 2024 3 commits
  4. 29 Feb, 2024 21 commits
  5. 21 Feb, 2024 8 commits
  6. 06 Feb, 2024 3 commits