public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Dennis Clarke <dclarke@blastwave.org>
To: libffi-discuss@sourceware.org
Subject: Re: 137 test failures ?
Date: Fri, 27 May 2016 05:25:00 -0000	[thread overview]
Message-ID: <9573ae0c-eddb-a1c7-f721-174701bc0a67@blastwave.org> (raw)
In-Reply-To: <a9a18238-222f-2749-3dbb-a6f241341ee1@blastwave.org>



> Also, system is Solaris 10 using the Oracle Studio 12.4 compiler set.


As a follow up, to myself, I can easily compile and link anything in the 
testsuite and run manually provided that the correct $CFLAGS are used 
thus :

$ pwd
/usr/local/build/libffi-3.2.1_SunOS5.10_sparcv9.002

$ $CC $CFLAGS 
-I/usr/local/build/libffi-3.2.1_SunOS5.10_sparcv9.002/sparc-sun-solaris2.10 
\
 > -I 
/usr/local/build/libffi-3.2.1_SunOS5.10_sparcv9.002/sparc-sun-solaris2.10/include 
\
 > -c -o /tmp/closure_fn0.o ./testsuite/libffi.call/closure_fn0.c

$ $CC $CFLAGS -R `pwd`/sparc-sun-solaris2.10/.libs -L 
`pwd`/sparc-sun-solaris2.10/.libs -o /tmp/closure_fn0 /tmp/closure_fn0.o 
-lffi
$

$ file /tmp/closure_fn0
/tmp/closure_fn0: ELF 64-bit MSB executable, SPARC V9, total store 
ordering, version 1, dynamically linked (uses shared libs), not stripped

$ /tmp/closure_fn0
1 2 3 4 127 429 7 8 9 10 11 12 13 19 21 1 3: 680
res: 680

So the real question is, what are the expected results from every test 
and then I can run them all manually.

Dennis

      reply	other threads:[~2016-05-27  5:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-27  5:09 Dennis Clarke
2016-05-27  5:25 ` Dennis Clarke [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9573ae0c-eddb-a1c7-f721-174701bc0a67@blastwave.org \
    --to=dclarke@blastwave.org \
    --cc=libffi-discuss@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).