1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/net/gnrc_sixlowpan_frag_sfr_congure
Marian Buschsieweke 77b6264da1
tests/net/gnrc_sixlowpan_frag_sfr_congure: work around bug in test
The test following test is flaky:

    TEST_ASSERT(msg->send_time > 0U);

It assumes that 0 as time is indicating the time is invalid. But on
`native`, the time will be zero for the first millisecond the test
is launched. Before the interactive sync caused seemingly a reliable
delay of at least one milli second, but this no longer is the case.

This works around the bug by just waiting at the start of the test
until the time is no longer zero, possibly spinning for one millisecond.
2024-11-08 20:52:14 +01:00
..
tests tests: move net related applications to tests/net 2023-05-12 16:36:39 +02:00
app.config *.config: Modify all .config kconfig files 2024-03-26 14:53:40 +01:00
common.h tests: move net related applications to tests/net 2023-05-12 16:36:39 +02:00
main.c tests/net/gnrc_sixlowpan_frag_sfr_congure: work around bug in test 2024-11-08 20:52:14 +01:00
Makefile tests: move net related applications to tests/net 2023-05-12 16:36:39 +02:00
Makefile.ci boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
mockup_netif.c tests: move net related applications to tests/net 2023-05-12 16:36:39 +02:00