1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 10:03:50 +01:00

8 Commits

Author SHA1 Message Date
Marian Buschsieweke
f19f1c6063
Merge pull request #21937 from miri64/gnrc_ipv6_ext_frag/fix/corner-cases
gnrc_ipv6_ext_frag: fix some corner cases
2025-12-05 21:52:20 +00:00
Martine Lenders
af2bf2527c
tests: amend IPv6 reassembly test for empty fragments
Co-authored-by: Nils Bernsdorf <nibe00018@stud.uni-saarland.de>
2025-12-05 18:44:58 +01:00
Martine Lenders
0e4c7dcaf5
tests: amend IPv6 reassembly test for 1st fragment repeats
Co-authored-by: Nils Bernsdorf <nibe00018@stud.uni-saarland.de>
2025-12-05 18:44:51 +01:00
Martine Lenders
350553345e
tests: gnrc_ipv6_ext_frag: make slack for pktbuf test dependent on BOARD
native64 has sizeof(size_t) == 8 and sizeof(void *) == 8 instead of 4, so we need more slack for
that board.
2025-12-05 18:05:02 +01:00
Martine Lenders
1163728e39
tests: gnrc_ipv6_ext_frag: harden expected Iface pattern for early TX ends
Otherwise the match below might fail spuriously
2025-12-05 17:11:33 +01:00
Mikolai Gütschow
69c15e1754
boards: make BOARD=native an alias for BOARD=native32 2025-04-01 12:39:06 +02:00
Frederik Haxel
5ed0bafc92 examples, tests: Changes for the native64 board
- Adapted build system and test checks for the native boards to include native64
- Added `native64` to the same tests as `native`
2024-02-05 22:02:14 +01:00
Alexandre Abadie
6247f8a960
tests: move net related applications to tests/net 2023-05-12 16:36:39 +02:00