History log of /netbsd-src/tests/include/sys/t_list.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 4adfb19e 10-Jul-2024 rillig <rillig@NetBSD.org>

tests/sys/queue.h: fix mismatch between '=' and '=='


# a3959c1f 02-Oct-2017 pgoyette <pgoyette@NetBSD.org>

Update recently-added test to adapt to new signature of LIST_MOVE()


# d77818a2 02-Oct-2017 pgoyette <pgoyette@NetBSD.org>

Add a new minimalistic test for LIST_MOVE to verify that the list's
first entry's prev pointer correctly points to the listhead.

This test will fail until a fix for LIST_MOVE is checked in (soon).