
Boost Regression test failures Report time: 2007-05-26T04:23:37Z This report lists all regression test failures on release platforms. Detailed report: http://engineering.meta-comm.com/boost-regression/CVS-RC_1_34_0/developer/is... 3 failures in 3 libraries date_time (1) graph (1) serialization (1) |date_time| testtime_serialize_std_config: msvc-8.0 |graph| graphviz_test: gcc-cygwin-3.4.4 |serialization| test_no_rtti_xml_warchive: msvc-8.0

Douglas Gregor wrote:
Boost Regression test failures Report time: 2007-05-26T04:23:37Z
This report lists all regression test failures on release platforms.
Detailed report: http://engineering.meta-comm.com/boost-regression/CVS-RC_1_34_0/developer/is...
3 failures in 3 libraries date_time (1) graph (1) serialization (1)
|date_time| testtime_serialize_std_config: msvc-8.0
Just looking at this it looks like a false/environmental issue -- error report isn't terribly helpful. Normally I wouldn't post, but due to our short fuse for 1.34.1 and the fact that I checked in a date-time change for ticket 992 yesterday at Thomas's request thought it would be good to note that this seems unrelated. Not sure why this test is having a problem linking...if this were a 'real' failure other date-time tests would fail as well since they also depend on having the date-time library available which appears to be the compliant. Link [2007-05-25 22:02:06 UTC]: fail call "c:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86 >nul link /NOLOGO /INCREMENTAL:NO /DEBUG /subsystem:console /out:"C:\Projects\results\boost\bin.v2\libs\date_time\test\testtime_serialize_std_config.test\msvc-8.0\debug\threading-multi\testtime_serialize_std_config.exe" @"C:\Projects\results\boost\bin.v2\libs\date_time\test\testtime_serialize_std_config.test\msvc-8.0\debug\threading-multi\testtime_serialize_std_config.exe.rsp" if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL% if exist "C:\Projects\results\boost\bin.v2\libs\date_time\test\testtime_serialize_std_config.test\msvc-8.0\debug\threading-multi\testtime_serialize_std_config.exe.manifest" ( mt -nologo -manifest "C:\Projects\results\boost\bin.v2\libs\date_time\test\testtime_serialize_std_config.test\msvc-8.0\debug\threading-multi\testtime_serialize_std_config.exe.manifest" "-outputresource:C:\Projects\results\boost\bin.v2\libs\date_time\test\testtime_serialize_std_config.test\msvc-8.0\debug\threading-multi\testtime_serialize_std_config.exe;1" ) Creating library C:\Projects\results\boost\bin.v2\libs\date_time\test\testtime_serialize_std_config.test\msvc-8.0\debug\threading-multi\testtime_serialize_std_config.lib and object C:\Projects\results\boost\bin.v2\libs\date_time\test\testtime_serialize_std_config.test\msvc-8.0\debug\threading-multi\testtime_serialize_std_config.exp libboost_date_time-vc80-mt-gd-1_34.lib(greg_month.obj) : fatal error LNK1000: unknown error; consult documentation for technical support options

----- Mensaje original ----- De: Jeff Garland <jeff@crystalclearsoftware.com> Fecha: Sábado, Mayo 26, 2007 6:15 pm Asunto: Re: [boost] [Report] 3 regressions on RC_1_34_0 (2007-05-26) Para: boost@lists.boost.org CC: "Victor A. Wagner Jr." <vawjr@rudbek.com>
Douglas Gregor wrote:
Boost Regression test failures Report time: 2007-05-26T04:23:37Z
This report lists all regression test failures on release platforms.
Detailed report: http://engineering.meta-comm.com/boost-regression/CVS- RC_1_34_0/developer/issues.html> 3 failures in 3 libraries date_time (1) graph (1) serialization (1)
|date_time| testtime_serialize_std_config: msvc-8.0
Just looking at this it looks like a false/environmental issue -- error report isn't terribly helpful. [...]
Hello Jeff, I mihgt tbe wrong, but this looks pretty much like a spurious error that pops every so oftens with MSVC 8.0, I've seen it quite some times in unrelated places during the last year, and it always clears up spontaneously at the next cycle --so I guess you don't have anything to worry about. The serialization issue looks exactly the same, that leaves us with the graph problem. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

Joaquín, I use the serialization libraries extensively with vc80+sp1 and have had no problems whatsoever. Regards, George.
participants (4)
-
"JOAQUIN LOPEZ MU?Z"
-
Douglas Gregor
-
George M. Garner Jr.
-
Jeff Garland