History log of /seL4-camkes-master/projects/lwip/test/unit/arch/sys_arch.c
Revision Date Author Comments
# e415151c 05-Jan-2018 goldsimon <goldsimon@gmx.de>

minor style change: fixed indentation


# 40c0f21b 05-Jan-2018 goldsimon <goldsimon@gmx.de>

Added dummy sys_mbox_trypost to unit test port


# 756b7431 04-Jan-2018 Dirk Ziegelmeier <dirk@ziegelmeier.net>

Start implementing unit tests for timers


# 597d5459 20-Jul-2017 goldsimon <goldsimon@gmx.de>

Make sys_arch_sem_wait() & sys_arch_mbox_fetch() a little more robust when waiting (although this should never be a problem...)


# 7b477b32 10-Apr-2017 goldsimon <goldsimon@gmx.de>

let unit test sys_arch check that a mutex is not taken recursively


# 972b7c2b 18-Mar-2017 goldsimon <goldsimon@gmx.de>

sys_arch unit tests: refine test_sys_arch_waiting_fn a bit


# aa129f35 17-Mar-2017 goldsimon <goldsimon@gmx.de>

hopefully fix building unit tests on linux/clang


# b0444a63 17-Mar-2017 goldsimon <goldsimon@gmx.de>

tried to fix sockets unit tests; fix configuration to run with any NO_SYS setting and with/without IPv6 (IPv4 is required)


# fc47f846 16-Mar-2017 goldsimon <goldsimon@gmx.de>

Fix and improve sockets unit test and unit test sys_arch (with a little help of tcpip.c)


# 8313c4d8 16-Mar-2017 goldsimon <goldsimon@gmx.de>

tried to add basic socket unit tests (nonsense only for now); made LOCK_TCPIP_CORE()/UNLOCK_TCPIP_CORE() overridable for that