Closed MagnusS closed 4 months ago
Fixes the tests x86_paging
, cidr
, test_lstack_nodes
, test_lstack_merging
and test_lstack_nomerge
.
Force pushed an update to use UNITTESTS
instead of TEST
as this was more reliable and fixed a few more tests (path_test
, tcp_packet_test
). UNITTESTS
is set in https://github.com/includeos/IncludeOS/blob/v0.16.0-release/test/CMakeLists.txt#L56.
Nice, only 5 left! (all the others confirmed passing here)
Previously some unit tests would fail on calls to EXPECTS_THROW as the OS would panic. This throws an exception instead to allow those tests to proceed without failing.