1. da2a33d tests: fix `calloc()` argument list (`gcc-14` fix) by Sergei Trofimovich · 1 year, 6 months ago
  2. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  3. 986006e Make TEST_CALLOC_NONNULL more robust by Dave Rodgman · 1 year, 11 months ago
  4. a328635 Introduce TEST_CALLOC_NONNULL by Dave Rodgman · 1 year, 11 months ago
  5. e7700a7 Merge pull request #7936 from AgathiyanB/assert-false-macro by Tom Cosgrove · 2 years ago
  6. 2ec9892 Merge pull request #6253 from tom-cosgrove-arm/rename-assert_compare-to-test_assert_compare by Dave Rodgman · 2 years ago
  7. 3dd3ae2 Remove trailing backslash by Agathiyan Bragadeesh · 2 years ago
  8. e4e9e7d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 2 years ago
  9. a45d902 Rename the length argument to TEST_CALLOC() to be the more accurate item_count by Tom Cosgrove · 2 years ago
  10. 05b2a87 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 2 years ago
  11. 412a813 For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 2 years ago
  12. f9ffd11 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 2 years ago
  13. 65cd851 For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 2 years ago
  14. dc28a5a Rename ASSERT_FALSE to TEST_FAIL by Agathiyan Bragadeesh · 2 years ago
  15. ebb40bc Add ASSERT_FALSE macro for tests by Agathiyan Bragadeesh · 2 years, 1 month ago
  16. 2d310de Add cast in test macros.h by Agathiyan Bragadeesh · 2 years, 1 month ago
  17. f1b659e Move an include by Andrzej Kurek · 2 years, 2 months ago
  18. b22b977 Move the ARRAY_LENGTH definition to common.h by Andrzej Kurek · 2 years, 2 months ago
  19. d51b1c5 Remove duplicate test macros by Dave Rodgman · 2 years, 5 months ago
  20. a9a1b21 Use ASSERT_COMPARE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  21. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  22. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  23. d146542 New test helper macros TEST_LE_U, TEST_LE_S by Gilles Peskine · 3 years, 4 months ago
  24. 89615ee Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
  25. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  26. 34428a6 Remove duplicated ASSERT_ALLOC define by TRodziewicz · 4 years, 2 months ago
  27. 2d0769d Simplification of the tests by TRodziewicz · 4 years, 2 months ago
  28. 7019955 Removal of the TEST_VALID_PARAM macro and its usages by TRodziewicz · 4 years, 2 months ago
  29. 062f353 Changes after code review by TRodziewicz · 4 years, 2 months ago
  30. 875b5fb Refactor optional parameter check tests by Ronald Cron · 4 years, 2 months ago
  31. c86a165 Don't use STATIC_ASSERT_EXPR on non-GCC-compatible compilers by Gilles Peskine · 4 years, 6 months ago
  32. a6d155f Move test macros to macros.h by Chris Jones · 4 years, 6 months ago
  33. ed19762 Merge pull request #3574 from makise-homura/e2k_support by Gilles Peskine · 5 years ago
  34. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  35. e74f372 Get back -Wsigned-one-bit-field and fix sources according to it by makise-homura · 5 years ago
  36. 8697465 Add Apache-2.0 headers to all source files by Bence Szépkúti · 5 years ago
  37. 849930a tests: Move generic macros to macros.h by Ronald Cron · 5 years ago
  38. 4b8b199 tests: Add macros.h include file by Ronald Cron · 5 years ago