Boost logo

Boost Testing :

Subject: Re: [Boost-testing] [python] missing test file on trunk ?
From: Jim Bell (Jim_at_[hidden])
Date: 2010-01-27 06:00:52


I've seen both the calling_conventions.py and union.cpp problems you both
have seen. As of last night it was union.cpp.

I went ahead and hacked a little, and found that I need to comment out these
lines:
boost/libs/python/test/Jamfile.v2, line 202: # [ py-compile union.cpp ]
boost/libs/utility/test/Jamfile.v2, line 28: # [ run
noncopyable_adl_barrier.cpp ]

After commenting out union.cpp, I then hit that second one.

My test now seems to be making real progress.

And for the record, here's the symptom I see on the command line:
# Running Boost.Build tests
Traceback (most recent call last):
  File "run.py", line 60, in <module>
    runner(root)
  File "C:\tmp\boostMinGW\trunk\tools_regression_src\regression.py", line
193, in __init__
    self.main()
  File "C:\tmp\boostMinGW\trunk\tools_regression_src\regression.py", line
551, in main
    getattr(self,action_m)()
  File "C:\tmp\boostMinGW\trunk\tools_regression_src\regression.py", line
516, in command_regression
    self.command_test()
  File "C:\tmp\boostMinGW\trunk\tools_regression_src\regression.py", line
317, in command_test
    self.command_test_boost_build()
  File "C:\tmp\boostMinGW\trunk\tools_regression_src\regression.py", line
354, in command_test_boost_build
    "boost/bin.v2/libs/any/test/any_test.test"));
WindowsError: [Error 3] The system cannot find the path specified:
'C:\\tmp\\boostMinGW\\trunk\\results\\boost/bin.v2/libs/any/test/any_test.te
st/*.*'

For those just joining us, you have to look in the log file to find:
error: Unable to find file or target named
error: 'union.cpp'
error: referred from project at
error: '../libs/python/test'

Or...
error: Unable to find file or target named
error: 'noncopyable_adl_barrier.cpp'
error: referred from project at
error: '../libs/utility/test'


Boost-testing list run by mbergal at meta-comm.com