Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2025 15:55:07 -0700
From:      John-Mark Gurney <jmg@funkthat.com>
To:        freebsd-testing@FreeBSD.org
Subject:   testing compat32 bit binaries
Message-ID:  <20250825225507.GF3032@funkthat.com>

next in thread | raw e-mail | index | archive | help

Hello,

So, Juniper recently discovered a bug in the 32bit compat layer for arm64,
and I was looking at adding a test to make sure that this doesn't regress
in the future (and other platforms aren't effected either).

I wrote a test using ATF, and it works in 64-bit mode, but compiling it for
32-bit fails because the private atf libaries aren't compiled for 32-bit
compat (not present in /usr/lib32).

Should I just redo the test with TAP instead (even though discouraged),
so we don't need 32-bit ATF?

Adding the ATF libaries to lib32 seems excessive, the C library
is over 400k (static lib).

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20250825225507.GF3032>