This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Test failures


Timothy Wall wrote:
> I believe the bad_abi  and bad_typedef tests fail on most platforms,
> since they assume things about FFI_ABI_FIRST, FFI_ABI_LAST, and
> FFI_ABI_DEFAULT which aren't true.
> 
> Looks like cls_longdouble_va.c and huge_struct.c have issues with the
> format string (is "%L.0f" a valid format or should it be "%.02Lf" for
> long double?).

I'll have a look.

> IIRC, XFAIL won't avoid the "(test for excess errors)" compilation
> failures.

I looked at the cls_dbls_struct.c failure on x86_64, and we don't
handle doubles in structs correctly.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]