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: how to run the testsuite


On Tuesday 16 December 2008 21:34:54 Andreas Tobler wrote:
> Sebastian Reitenbach wrote:
> > commenting them out, only lead to different errors, Illegal instructions,
> > segmentation faults, ...
> > therefore I added printf statements after each check to find out, it is
> > the third one, in the try catch statement, failing.
>
> Ouch, I was wrong, the first two CHECK's are ok (also CHECK 4 and 5). If
> you comment them the whole test goes funny.
>
> What I wanted to see is the third CHECK (and 6th CHECK) to be commented
> out. Or in other words, as it seems, you should change the test case. Try
> to do the same on unwindtest_ffi_call.cc. It smells to me like a generic eh
> (exception handling) problem
There the same problem shows up. a printf after the second CHECK doesn't show 
up. Commenting out the second CHECK only, still aborts the check.
> . 
>
> Did you run the gcc testsuite on this compiler/platform?
yes, on the openbsd 4.3 sparc64 box. I just installed gcc-4.2 on a openbsd 
4.4, i386 box, and there the test passed fine.

>
> Andreas


Sebastian


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