Re:Re: [boost] Re: serialization:question regarding test

Aleksey Gurtovoy wrote:
This is explained in the serialization documentation. I wouldn't think this is interesting for the notes markup. I don't see that the above issue has any relationship at all with the question of notes markup. Regarding markup. As far as I can tell, there is no simple way to specify a note that a applies to all tests for a given toolset. E.G. All serialization tests that depend upon wide character i/o under gcc/cygwin as wide char i/o isn't supported there. E.G. All tests which depend up export on borland compilers fail. E.G. All tests for msvc which use more than one archive class in the same code module fail. These issues are addressed in the library documentation. I don't see an easy way to fit them into the notes system. Robert Ramey

Robert Ramey writes:
Aleksey Gurtovoy wrote:
Sorry for the late reply.
The intention is that the regression reports will accompany the release so that users can readily see what are they chances with any particular library. Without some kind of markup, it's going to be very confusing for them to see the library work well in the reports and miserably fail on their local, supposedly identical configuration. Having said that, we did configure our environment to test your library with Spirit 1.6. The results are available at http://www.boost.org/regression-logs/developer/serialization.html
Unless you want the note to say "unusable", no. That's what I was saying -- it needs implementing.
IMO they need to be there, eventually. We'll see if we can implement it before the release is out. -- Aleksey Gurtovoy MetaCommunications Engineering

Aleksey Gurtovoy wrote:
Nice! Some observations. Borland tests should also use Spirit 1.6. I can fix the ambiguity on msvc-stlport. If I'm not mistaken, this has already been fixed in 1.8 but hasn't been back-patched yet to 1.6. Robert, how is xml_grammar instantiated? Please email me privately and I'll help iron out the problems. Cheers, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net

Joel de Guzman wrote:
Aleksey, Robert, and to whom it may concern, I created a branch in the CVS named SPIRIT_1_6. I had to play catch up again to make it work as best as possible with the current Boost CVS and eventually, Boost 1.32. This branch will be the basis of a Spirit 1.6.2 release which will immediately follow Boost 1.32's release. I fixed the msvc-stlport problems plus some more here and there for Borland and VC7. Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net

Joel de Guzman writes:
Aleksey, Robert, and to whom it may concern,
I created a branch in the CVS named SPIRIT_1_6.
Boost CVS or Spirit CVS? Can't see the branch in either. Or did you mean "BRANCH_1_6"?
We'll setup the regression procedure to update 1.6 sources from the branch as soon as it's clear which one. -- Aleksey Gurtovoy MetaCommunications Engineering

Aleksey Gurtovoy wrote:
It's in the Boost CVS branch SPIRIT_1_6. I only branched these directories: BOOST_ROOT/boost/ BOOST_ROOT/libs/spirit/ Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net
participants (3)
-
Aleksey Gurtovoy
-
Joel de Guzman
-
Robert Ramey