1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/net
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
..
emcute Merge pull request #20335 from fzi-haxel/pr/native64-board 2024-02-05 22:58:02 +00:00
gcoap_dns *.config: Modify all .config kconfig files 2024-03-26 14:53:40 +01:00
gcoap_fileserver sys/net/coap: cast in non-config define 2024-03-21 14:26:45 +01:00
gcoap_forward_proxy tests/net: add stub test for gcoap_forward_proxy 2024-10-14 16:29:52 +02:00
gnrc_dhcpv6_client treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
gnrc_dhcpv6_client_6lbr *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
gnrc_dhcpv6_client_stateless *.config: Modify all .config kconfig files 2024-03-26 14:53:40 +01:00
gnrc_dhcpv6_relay examples,tests: update Makefile.ci 2024-02-12 20:40:31 +01:00
gnrc_gomach tests: move net related applications to tests/net 2023-05-12 16:36:39 +02:00
gnrc_ipv6_ext examples,tests: update Makefile.ci 2024-02-12 20:40:31 +01:00
gnrc_ipv6_ext_frag *.config: Modify all .config kconfig files 2024-03-26 14:53:40 +01:00
gnrc_ipv6_ext_opt Merge pull request #20335 from fzi-haxel/pr/native64-board 2024-02-05 22:58:02 +00:00
gnrc_ipv6_fwd_w_sub boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
gnrc_ipv6_nib Merge pull request #20372 from xnumad/rtr_ltime-test 2024-09-06 11:36:39 +00:00
gnrc_ipv6_nib_6ln gnrc_ipv6_nib: Ignore PIO with on-link flag 2024-02-22 17:52:17 +01:00
gnrc_ipv6_nib_dns Merge pull request #20335 from fzi-haxel/pr/native64-board 2024-02-05 22:58:02 +00:00
gnrc_lorawan examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
gnrc_lorawan_11 tests: move net related applications to tests/net 2023-05-12 16:36:39 +02:00
gnrc_lwmac tests: move net related applications to tests/net 2023-05-12 16:36:39 +02:00
gnrc_mac_timeout treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
gnrc_ndp examples,tests: Bump Makefile.ci for MSP430 boards 2024-05-07 07:57:41 +02:00
gnrc_netif boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
gnrc_netif_ieee802154 examples, tests: Changes for the native64 board 2024-02-05 22:02:14 +01:00
gnrc_netif_ipv6_wait_for_global_address treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
gnrc_rpl tests/net/gnrc_rpl: Try to disable the test on native 2024-02-13 09:00:18 +01:00
gnrc_rpl_p2p examples,tests: bump Makefile.cis 2024-03-27 18:54:07 +01:00
gnrc_rpl_srh examples,tests: update Makefile.ci 2024-02-12 20:40:31 +01:00
gnrc_sixlowpan boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
gnrc_sixlowpan_frag examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
gnrc_sixlowpan_frag_minfwd *.config: Modify all .config kconfig files 2024-03-26 14:53:40 +01:00
gnrc_sixlowpan_frag_sfr *.config: Modify all .config kconfig files 2024-03-26 14:53:40 +01:00
gnrc_sixlowpan_frag_sfr_congure tests/net/gnrc_sixlowpan_frag_sfr_congure: work around bug in test 2024-11-08 20:52:14 +01:00
gnrc_sixlowpan_frag_sfr_congure_impl Merge pull request #20335 from fzi-haxel/pr/native64-board 2024-02-05 22:58:02 +00:00
gnrc_sixlowpan_iphc_w_vrb boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
gnrc_sock_async_event examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
gnrc_sock_dns examples,tests: update Makefile.ci 2024-02-12 20:40:31 +01:00
gnrc_sock_dodtls Merge pull request #20335 from fzi-haxel/pr/native64-board 2024-02-05 22:58:02 +00:00
gnrc_sock_ip boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
gnrc_sock_neterr boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
gnrc_sock_tcp Merge pull request #20335 from fzi-haxel/pr/native64-board 2024-02-05 22:58:02 +00:00
gnrc_sock_udp examples,tests: bump Makefile.cis 2024-03-27 18:54:07 +01:00
gnrc_tcp Merge pull request #20335 from fzi-haxel/pr/native64-board 2024-02-05 22:58:02 +00:00
gnrc_tx_sync boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
gnrc_udp treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
ieee802154_hal tests: drop temporary KConfig workaround 2024-05-24 18:07:28 +02:00
ieee802154_security boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
ieee802154_submac tests: drop temporary KConfig workaround 2024-05-24 18:07:28 +02:00
l2scan_list tests/net: add test for l2scan list module 2023-08-18 20:42:43 +02:00
l2util examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
nanocoap_cli tests/net/nanocoap_cli: add get_non command 2024-09-10 16:43:45 +02:00
nanocoap_fs tests/nanocoap_fs: add test for nanoCoAP fs 2024-05-29 11:32:22 +02:00
netdev_common boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
netdev_test examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
netstats_l2 tree-wide: Introduce netif feature and use it 2024-05-22 10:39:56 +02:00
netstats_neighbor examples,tests: Bump Makefile.ci for MSP430 boards 2024-05-07 07:57:41 +02:00
netutils treewide: make use of new IPv4 static init macro 2024-02-08 10:14:24 -05:00
slip boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
sntp boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
sock_udp_aux treewide: remove THREAD_CREATE_STACKTEST from thread creation 2024-07-29 11:45:58 +02:00
socket_zep examples, tests: Changes for the native64 board 2024-02-05 22:02:14 +01:00
Makefile.net_common tests: move net related applications to tests/net 2023-05-12 16:36:39 +02:00