START usr.bin/ctfdump 2024-04-05T15:07:23Z ==== base_types_encoding ==== cc -O2 -pipe -g -MD -MP -c example.c cc -g -o example example.o /usr/bin/ctfstrip -o example.ctf example make -C /usr/src/regress/usr.bin/ctfdump run-example RT=base_types_encoding RE=' (INTEGER|FLOAT) ' /usr/bin/ctfdump example.ctf 2>&1 | sed 's/\[[0-9]*\]/[]/' | sort | egrep '(INTEGER|FLOAT) ' >base_types_encoding.out diff -u /usr/src/regress/usr.bin/ctfdump/base_types_encoding.i386 base_types_encoding.out --- /usr/src/regress/usr.bin/ctfdump/base_types_encoding.i386 Tue Feb 27 07:58:48 2024 +++ base_types_encoding.out Fri Apr 5 17:07:23 2024 @@ -1,6 +1,6 @@ [] FLOAT float encoding=LDOUBLE offset=0 bits=32 (4 bytes) [] FLOAT float encoding=LDOUBLE offset=0 bits=64 (8 bytes) - [] FLOAT float encoding=LDOUBLE offset=0 bits=96 (12 bytes) + [] FLOAT float encoding=LDOUBLE offset=0 bits=96 (16 bytes) [] INTEGER char encoding=SIGNED CHAR offset=0 bits=8 (1 bytes) [] INTEGER signed encoding=SIGNED offset=0 bits=32 (4 bytes) [] INTEGER signed encoding=SIGNED offset=0 bits=64 (8 bytes) *** Error 1 in . (Makefile:22 'run-example') *** Error 2 in . (Makefile:15 'base_types_encoding') FAILED FAIL usr.bin/ctfdump *** Error 2 in . (Makefile:15 'base_types_encoding')