This is the mail archive of the
libffi-discuss@sourceware.org
mailing list for the libffi project.
137 test failures ?
- From: Dennis Clarke <dclarke at blastwave dot org>
- To: libffi-discuss at sourceware dot org
- Date: Fri, 27 May 2016 01:09:40 -0400
- Subject: 137 test failures ?
- Authentication-results: sourceware.org; auth=none
After a clean build I see "make check" reports :
=== libffi Summary ===
# of unexpected failures 137
# of unresolved testcases 137
This is almost certainly because the test process ignores the CFLAGS and
performs all tests using the wrong linkage options etc and we get total
failure.
Where in the test process can I see the CFLAGS being used and can I run
the tests entirely manually one at a time myself ?
Also, system is Solaris 10 using the Oracle Studio 12.4 compiler set.
Dennis