summaryrefslogtreecommitdiff
path: root/test/lib
AgeCommit message (Expand)Author
2024-12-12lmb: Return -EEXIST in lmb_add_region_flags() if region already addedSam Protsenko
2024-12-05lmb: Fix the allocation of overlapping memory areas with !LMB_NONEIlias Apalodimas
2024-11-22test: unit test for hextoull()Heinrich Schuchardt
2024-11-22Revert "test: Update time tests to use unit-test asserts"Tom Rini
2024-11-13Merge patch series "test: Tidy up the test/ directory"Tom Rini
2024-11-13test: Update time tests to use unit-test assertsSimon Glass
2024-11-13test: Move time tests into the lib suiteSimon Glass
2024-11-13test: Move time_ut test into libSimon Glass
2024-11-13test: Move unicode tests into the lib suiteSimon Glass
2024-11-13test: Move unicode_ut test into libSimon Glass
2024-11-13str: test: Move into the lib suiteSimon Glass
2024-11-13test: Move str_ut test into libSimon Glass
2024-11-13compression: test: Move into the lib suiteSimon Glass
2024-11-13compression: test: Move test into libSimon Glass
2024-11-13test: run longjmp() test only on supported architecturesHeinrich Schuchardt
2024-11-03alist: Add a way to efficiently filter an alistSimon Glass
2024-11-03alist: Add a function to empty the listSimon Glass
2024-11-03alist: Add for-loop helpersSimon Glass
2024-11-03alist: Add a way to get the next elementSimon Glass
2024-11-02alist: Add a way to efficiently filter an alistSimon Glass
2024-11-02alist: Add a function to empty the listSimon Glass
2024-11-02alist: Add for-loop helpersSimon Glass
2024-11-02alist: Add a way to get the next elementSimon Glass
2024-10-29lmb: Fix lmb_add_region_flags() return codes and testingIlias Apalodimas
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-09-12test: lib/uuid: add tests for UUID version/variant bitsCaleb Connolly
2024-09-12test: lib/uuid: add unit tests for dynamic UUIDsCaleb Connolly
2024-09-12include: export uuid.hCaleb Connolly
2024-09-03Merge patch series "Make LMB memory map global and persistent"Tom Rini
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-08-26test: Tidy up checking for console endSimon Glass
2024-08-26test: Use UTF_CONSOLE in remaining testsSimon Glass
2024-08-26test: Drop the blank line before test macrosSimon Glass
2024-08-07alist: Add support for an allocated pointer listSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06test: Remove <common.h> and add needed includesTom Rini
2023-12-13test: lmb: Move tests into the lib suiteSimon Glass
2023-10-09test: lmb: Add test for coalescing and overlap rangeUdit Kumar
2023-10-06sandbox: Move the bloblist down a little in memorySimon Glass
2023-08-25abuf: Allow incrementing the sizeSimon Glass
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini
2023-08-08test: fix a couple NULL vs IS_ERR() checksDan Carpenter
2023-08-08Revert "lib: string: Fix strlcpy return value", fix callersMatthias Schiffer
2023-08-08lib: uuid: introduce testcase for uuid_str_to_le_binAbdellatif El Khlifi
2023-07-24Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini
2023-07-24lib: uuid: introduce testcase for uuid_str_to_le_binAbdellatif El Khlifi
2023-04-25test: improve configuration for Kconfig test optionsHeinrich Schuchardt
2023-03-16Merge tag 'dm-next-12mar23a' of git://git.denx.de/u-boot-dm into nextTom Rini
2023-03-14test: Wrap assert macros in ({ ... }) and fix missing semicolonsMarek Vasut