RE: [boost] [serialization] BOOST_CLASS_EXPORT_GUID: expected `; ' before '('

Hi, The load tests need the output of the save tests, but they are not run in that order. If you run the tests again, then the output from the previous run should still be there, and then you can see if they actually pass or not Kind regards, Rob Lievaart.
Unfortunately, I see new failures in the test_level_class_info_load_*_archive test that http://boost.sourceforge.net/regression-logs/cs-Linux.html (dated 2004-08-12) reports as passing. The test output does not tell me much:
serialization - test_level_class_info_load_binary_archive - gcc
Linker output:
Chmod1
../bin/boost/libs/serialization/test/test_level_class_info_load_binary_archi ve.test/gcc/debug/test_level_class_info_load_binary_archive
Run output:
Exception in "call_test_main": std::exception: stream error
*** errors detected in test case "call_test_main"; see standard output for details Test case "call_test_main" was aborted due to uncaught exception, user assert or system error
EXIT STATUS: 200

Hi, On Fri, Aug 13, 2004, Christoph Ludwig wrote:
Unfortunately, I see new failures in the test_level_class_info_load_*_archive test that http://boost.sourceforge.net/regression-logs/cs-Linux.html (dated 2004-08-12) reports as passing. The test output does not tell me much:
On Fri, Aug 13, 2004 at 01:21:51PM +0200, Rob Lievaart wrote:
The load tests need the output of the save tests, but they are not run in that order. If you run the tests again, then the output from the previous run should still be there, and then you can see if they actually pass or not
Thanks. I re-ran the regression tests and now 100% of the serialization tests pass. (gcc 3.4.1 / i686-pc-linux-gnu) How about the attached patch to avoid other users running the regression tests raising false alarms again? (The test programms output to stderr is included in the log, isn't it?) Regards Christoph -- http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/cludwig.html LiDIA: http://www.informatik.tu-darmstadt.de/TI/LiDIA/Welcome.html
participants (2)
-
Christoph Ludwig
-
Rob Lievaart