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


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.


Did you run the gcc testsuite on this compiler/platform?

Andreas



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