Port-macppc archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: ATF testing
On Sat, Feb 24, 2018 at 17:13:09 +0000, Sevan Janiyan wrote:
> https://www.geeklan.co.uk/netbsd-atf/macppc/
* lib/libm/t_ilogb ilogb
The test is not prepared to handle extra bits powerpc returns,
indicating what kind of invalid it's reporting. It returns
FE_INVALID | FE_VXSOFT
i.e. invalid, requested by software, but the test wants to see just
FE_INVALID. May be #ifdef powerpc in the test is called for here?
* lib/libpthread/t_swapcontext swapcontext1
Unfortunately gdb is completely useless with pthreads :(
-uwe
Home |
Main Index |
Thread Index |
Old Index