Regression test results starting to become available
http://beta.boost.org/development/tests/master/developer/summary.html http://beta.boost.org/development/tests/develop/developer/summary.html Only a few of the testers have cycled. Some testers are only reporting results for 15 or so libraries. That's an artifact of getting started; these testers cycle the full tests will appear. --Beman
I have been a regression tester in the past and have been waiting for instructions on how to get going again with the git change. Are these instructions ready for general consumption yet? If so, where may I find them? I'll try to get my setup changed over. Jason On 01/14/2014 04:54 PM, Beman Dawes wrote:
http://beta.boost.org/development/tests/master/developer/summary.html http://beta.boost.org/development/tests/develop/developer/summary.html
Only a few of the testers have cycled.
Some testers are only reporting results for 15 or so libraries. That's an artifact of getting started; these testers cycle the full tests will appear.
--Beman
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
On Tue, Jan 14, 2014 at 5:00 PM, Jason Roehm
I have been a regression tester in the past and have been waiting for instructions on how to get going again with the git change. Are these instructions ready for general consumption yet? If so, where may I find them? I'll try to get my setup changed over.
An (incomplete) edit of http://www.boost.org/development/running_regression_tests.html provides the details, but for an existing runner the critical changes are (1) to download a fresh copy of run.py from https://github.com/boostorg/boost/blob/develop/tools/regression/src/run.py, (2) supply --tag=develop or --tag=master, and (3) start with a fresh directory structure. Thanks, --Beman
On 14 January 2014 21:54, Beman Dawes
http://beta.boost.org/development/tests/master/developer/summary.html http://beta.boost.org/development/tests/develop/developer/summary.html
It's better to link to www.boost.org than beta.boost.org. So people don't bookmark the wrong location, and then get annoyed when it breaks.
Hi Beman, On Tuesday, 14. January 2014 16:54:45 Beman Dawes wrote:
Some testers are only reporting results for 15 or so libraries. That's an artifact of getting started; these testers cycle the full tests will appear.
Unfortunately there is a typo in status/Jamfile.v2. The "predef" entry is missing a "p". Diff is: diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index d808e71..28753f5 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -124,7 +124,7 @@ run-tests libs : phoenix/test # test-suite phoenix polygon/test # test-suite polygon pool/test # test-suite pool - redef/test # test-suite predef + predef/test # test-suite predef preprocessor/test # test-suite preprocessor program_options/test # test-suite program_options property_map/test # test-suite property_map So Boost.Build errors out with error: Unable to find file or target named error: '../libs/redef/test/' error: referred to from project at error: '.' Yours, Jürgen -- * Dipl.-Math. Jürgen Hunold ! * voice: ++49 4257 300 ! Fährstraße 1 * fax : ++49 4257 300 ! 31609 Balge/Sebbenhausen * jhunold@gmx.eu ! Germany
On Tue, Jan 14, 2014 at 5:06 PM, Jürgen Hunold
Hi Beman,
On Tuesday, 14. January 2014 16:54:45 Beman Dawes wrote:
Some testers are only reporting results for 15 or so libraries. That's an artifact of getting started; these testers cycle the full tests will appear.
Unfortunately there is a typo in status/Jamfile.v2. The "predef" entry is missing a "p".
Fixed. Thanks, --Beman
2014/1/15 Beman Dawes
On Tue, Jan 14, 2014 at 5:06 PM, Jürgen Hunold
wrote: Hi Beman,
On Tuesday, 14. January 2014 16:54:45 Beman Dawes wrote:
Some testers are only reporting results for 15 or so libraries. That's an artifact of getting started; these testers cycle the full tests will appear.
Unfortunately there is a typo in status/Jamfile.v2. The "predef" entry is missing a "p".
Fixed.
There are some fatal errors while building under Windows: compile-c-c++ bin\msvc-11.0\release\process_jam_log.obj call "F:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x86 >nul cl /Zm800 -nologo @"bin\msvc-11.0\release\process_jam_log.obj.rsp" process_jam_log.cpp ..\..\..\boost/config.hpp(26) : fatal error C1083: Cannot open include file: 'boost/config/user.hpp': No such file or directory ...failed compile-c-c++ bin\msvc-11.0\release\process_jam_log.obj... file bin\msvc-11.0\release\tiny_xml.obj.rsp "..\src\detail\tiny_xml.cpp" -Fo"bin\msvc-11.0\release\tiny_xml.obj" -TP /O2 /Ob2 /W3 /GR /MD /Zc:forScope /Zc:wchar_t /wd4675 /EHs -c -DBOOST_ALL_NO_LIB=1 -DNDEBUG -D_CRT_SECURE_NO_WARNINGS "-I..\..\.." compile-c-c++ bin\msvc-11.0\release\tiny_xml.obj call "F:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x86 >nul cl /Zm800 -nologo @"bin\msvc-11.0\release\tiny_xml.obj.rsp" tiny_xml.cpp ..\..\..\boost/config.hpp(26) : fatal error C1083: Cannot open include file: 'boost/config/user.hpp': No such file or directory ...failed compile-c-c++ bin\msvc-11.0\release\tiny_xml.obj... -- Best regards, Antony Polukhin
participants (5)
-
Antony Polukhin
-
Beman Dawes
-
Daniel James
-
Jason Roehm
-
Jürgen Hunold