Andrew Stitcher wrote:
On Wed, 2009-06-17 at 09:21 -0400, Alan Conway wrote:
Ján Sáreník wrote:
Hi there!

On Mon, Jun 15, 2009 at 01:59:29PM -0400, Ted Ross wrote:
Thanks for sending this error report.  Can you include the
information from the test that failed?  That information isn't in
the body of your email.  Please note that the Apache list servers
strip attachments off of email messages.
On Arch Linux I get also one error, so it should be the same.
I used trunk of 785110.

--------------------------------------------------------------------------
make[3]: Leaving directory `/home/jasan/tmp/qpid-20090616/cpp/src/tests'
make  check-TESTS
make[3]: Entering directory `/home/jasan/tmp/qpid-20090616/cpp/src/tests'

0%   10   20   30   40   50   60   70   80   90   100%
|----|----|----|----|----|----|----|----|----|----|
Running 212 test cases...
*********************************unknown location(0): fatal error in 
"testSuspend0Timeout": std::exception: not-implemented: Resume not yet 
implemented by client!
ClientSessionTest.cpp(147): last checkpoint
unknown location(0): fatal error in "testSuspendResume": std::exception: 
not-implemented: Resume not yet implemented by client!
ClientSessionTest.cpp(147): last checkpoint
******************

*** 2 failures detected (2 failures expected) in test suite "Master Test Suite"
FAIL: unit_test
--------------------------------------------------------------------------

  Best regards, Jasan
Those two tests are expected to fail as inidcated by the _EXPECTED_FAILURES macro. There's some dubious hackery to make this work across multiple boost versions. My guess is the version of boost you are using is more recent and has broken the hacks.

I get the same failures compiling trunk with Fedora 11.

Andrew
r785601
This should be fixed as of Andrew Stitcher wrote:
> On Wed, 2009-06-17 at 09:21 -0400, Alan Conway wrote:
>> Ján Sáreník wrote:
>>> Hi there!
>>>
>>> On Mon, Jun 15, 2009 at 01:59:29PM -0400, Ted Ross wrote:
>>>> Thanks for sending this error report.  Can you include the
>>>> information from the test that failed?  That information isn't in
>>>> the body of your email.  Please note that the Apache list servers
>>>> strip attachments off of email messages.
>>> On Arch Linux I get also one error, so it should be the same.
>>> I used trunk of 785110.
>>>
>>> --------------------------------------------------------------------------
>>> make[3]: Leaving directory `/home/jasan/tmp/qpid-20090616/cpp/src/tests'
>>> make  check-TESTS
>>> make[3]: Entering directory `/home/jasan/tmp/qpid-20090616/cpp/src/tests'
>>>
>>> 0%   10   20   30   40   50   60   70   80   90   100%
>>> |----|----|----|----|----|----|----|----|----|----|
>>> Running 212 test cases...
>>> *********************************unknown location(0): fatal error in "testSuspend0Timeout": std::exception: not-implemented: Resume not yet implemented by client!
>>> ClientSessionTest.cpp(147): last checkpoint
>>> unknown location(0): fatal error in "testSuspendResume": std::exception: not-implemented: Resume not yet implemented by client!
>>> ClientSessionTest.cpp(147): last checkpoint
>>> ******************
>>>
>>> *** 2 failures detected (2 failures expected) in test suite "Master Test 
Suite"
>>> FAIL: unit_test
>>> --------------------------------------------------------------------------
>>>
>>>   Best regards, Jasan
>> Those two tests are expected to fail as inidcated by the _EXPECTED_FAILURES
>> macro. There's some dubious hackery to make this work across multiple boost
>> versions. My guess is the version of boost you are using is more recent and has
>> broken the hacks.
>
> I get the same failures compiling trunk with Fedora 11.
>
> Andrew

This should be fixed as of r785601

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to