problem with release branch serialization test results

I recently merged the serialization library files from the trunk to the release branch. Now most of the tests on the release branch are failing. The message is: "Error extracting file: No matching files were found." Which suggested to me that I munched up the merge. But when I browse through the release branch files and log I can't see anything wrong. Would anyone have any idea what might be causing this and what I have to do to fix it? Robert Ramey

On Wed, Jan 2, 2013 at 11:47 AM, Robert Ramey <ramey@rrsd.com> wrote:
I recently merged the serialization library files from the trunk to the release branch.
Now most of the tests on the release branch are failing. The message is:
"Error extracting file: No matching files were found."
That just says that the results from failed building the dependency did not get included in the testing processing (it's a known problem which is likely never going to get fixed in this version of the test results processing).
Which suggested to me that I munched up the merge.
But when I browse through the release branch files and log I can't see anything wrong. Would anyone have any idea what might be causing this and what I have to do to fix it?
Which log are you looking at? As the logs we would want to look at are the ones from the test machines (assuming someone has made one of them available). An option to track the problem down is to checkout the release branch and manually run the tests from the root/status directory for the serialization lib only to see if you can reproduce the errors (as it could be a build system issue also): cd <boost-root>/status b2 --limit-tests=serialization HTH. -- -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo
participants (2)
-
Rene Rivera
-
Robert Ramey