
Hi, A test is failing for Move in Sandia-darwin-intel-11.1 (and 12.0): http://www.boost.org/development/tests/release/developer/output/Sandia-darwi... and I don't know why, since Intel 11.0 in windows seems to work fine. Anyone with access to that compiler can help me? Thanks! Ion

Ion Gaztañaga wrote:
Hi,
A test is failing for Move in Sandia-darwin-intel-11.1 (and 12.0):
http://www.boost.org/development/tests/release/developer/output/Sandia-darwi...
and I don't know why, since Intel 11.0 in windows seems to work fine. Anyone with access to that compiler can help me?
A number of tests of the serialization library are also failing on this platform. Unfortunately the test matix doesn't given any useful clue as to what to change so any suggestions would be interesting to hear about. Robert Ramey
Thanks!
Ion
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

2011/8/2 Robert Ramey <ramey@rrsd.com>:
Ion Gaztańaga wrote:
and I don't know why, since Intel 11.0 in windows seems to work fine.
A number of tests of the serialization library are also failing on this platform. Unfortunately
In most cases it is a Boost.Exception library failures. Looks like it fails on platforms sun, intel+darwin, 9.0~wm5~stlport5.2, pgi. (I have tested lexical_cast without Boost.Exception support on pgi and it pass). I did not look through the trac, may be Boost.Exception already has a ticket for those failures. If nobody takes care about this bug in the nearest future, I`ll try to fix it by myself. Best regards, Antony Polukhin

On 02/08/2011 06:08, Antony Polukhin wrote:
2011/8/2 Robert Ramey<ramey@rrsd.com>:
Ion Gaztańaga wrote:
and I don't know why, since Intel 11.0 in windows seems to work fine.
A number of tests of the serialization library are also failing on this platform. Unfortunately
In most cases it is a Boost.Exception library failures.
Why would move depend on exception?

El 02/08/2011 10:58, Mathias Gaunard escribió:
On 02/08/2011 06:08, Antony Polukhin wrote:
2011/8/2 Robert Ramey<ramey@rrsd.com>:
Ion Gaztańaga wrote:
and I don't know why, since Intel 11.0 in windows seems to work fine.
A number of tests of the serialization library are also failing on this platform. Unfortunately
In most cases it is a Boost.Exception library failures.
Why would move depend on exception?
It does not depend. It seems like SFINAE related error, but it's strange I can't reproduce it in Windows. Maybe I could add some flags to the command line to make Intel-windows front-end to parse the code exactly like in Linux? Ion

Antony Polukhin wrote:
2011/8/2 Robert Ramey <ramey@rrsd.com>:
Ion Gaztañaga wrote:
and I don't know why, since Intel 11.0 in windows seems to work fine.
A number of tests of the serialization library are also failing on this platform. Unfortunately
In most cases it is a Boost.Exception library failures. Looks like it fails on platforms sun, intel+darwin, 9.0~wm5~stlport5.2, pgi. (I have tested lexical_cast without Boost.Exception support on pgi and it pass).
Hmmmm - I modified the serialization library to avoid direct dependencies on Boost.Exception. But I might be on it in an indirect way. Robert Ramey
participants (4)
-
Antony Polukhin
-
Ion Gaztañaga
-
Mathias Gaunard
-
Robert Ramey