lix/tests
eldritch horrors c26599b143 libexpr: fix elided value counting in printer
using the total-attrs-printed and total-list-items-printed counters to
calculate how many attrs were elided only works properly if no nesting
is involved. once things do nest the global counter can exceed the size
of the currently printed object, leading to unsigned wrapping and great
overestimation of elided counts. counting locally in addition to global
counts fixes this.

these are functional tests because creating these objects requires the
evaluator to not be a huge amount of code, and we also want defaults to
be tested for cli usage.

fixes #14

Change-Id: Icb9a0cb21b2f4bacbc5e9dcdd8c0b9055b4088a7
2024-03-14 01:52:19 -06:00
..
functional libexpr: fix elided value counting in printer 2024-03-14 01:52:19 -06:00
installer test: Make the installer work on old rhel versions 2023-03-31 15:29:50 +02:00
nixos make the multi-node vm tests a bit more reliable 2024-03-10 10:10:52 +01:00
unit support <program>_ENV variables 2024-03-13 19:48:26 +01:00