[test][serialization] Fwd: [Boost-testing] regression testing failure on develop branch
---------- Forwarded message ----------
From: Aparna Kumta
"Aparna Kumta"
My regresion tests are failing on develop branch as follows: error: at /export/home/boost_regression_develop/boost_sparc-S2_stlport4/boost_bb/src/kernel/modules.jam:107 error: Unable to find file or target named error: 'test_boost_array.cpp' error: referred to from project at error: '../libs/serialization/test'
Anyone seeing this issue?
Yes, the last couple of runs of my NA-QNX* runners have also failed this way. Regards, Niklas Angare
On 03/11/2015 19:31, Niklas Angare wrote:
"Aparna Kumta"
wrote: My regresion tests are failing on develop branch as follows: error: at /export/home/boost_regression_develop/boost_sparc-S2_stlport4/boost_bb/src/kernel/modules.jam:107
error: Unable to find file or target named error: 'test_boost_array.cpp' error: referred to from project at error: '../libs/serialization/test'
Anyone seeing this issue?
Yes, the last couple of runs of my NA-QNX* runners have also failed this way.
Regards,
Niklas Angare
It seems that some test files are missing in the serialization test directory (taken from serialization/test/Jamfile.v2): [ test-bsl-run_files test_boost_array : A ] However it seems that the file is not committed and this is stopping the whole regression (I think a good improvement to the regression framework would be to just avoid testing serialization). I think there are more missing files in serialization. Robert, can you take look? Best, Ion
On 11/3/15 10:55 AM, Ion Gaztañaga wrote:
It seems that some test files are missing in the serialization test directory (taken from serialization/test/Jamfile.v2):
[ test-bsl-run_files test_boost_array : A ]
However it seems that the file is not committed and this is stopping the whole regression (I think a good improvement to the regression framework would be to just avoid testing serialization). I think there are more missing files in serialization. Robert, can you take look?
Fixed Robert Ramey
participants (4)
-
Ion Gaztañaga
-
Niklas Angare
-
Rene Rivera
-
Robert Ramey