
Whenever I run my tests for borland compilers in release mode using the boost test system, the executable run forever. Is there any hope this might get addressed? Robert Ramey

"Robert Ramey" <ramey@rrsd.com> wrote in message news:d45q6s$9ai$1@sea.gmane.org...
Whenever I run my tests for borland compilers in release mode using the boost test system, the executable run forever. Is there any hope this might get addressed?
Robert Ramey
1. Was it like this always? 2. Could you provide minimal example showing the problem? 3. How could you build production version using bjam? Gennadiy

Gennadiy Rozental wrote:
"Robert Ramey" <ramey@rrsd.com> wrote in message news:d45q6s$9ai$1@sea.gmane.org...
Whenever I run my tests for borland compilers in release mode using the boost test system, the executable run forever. Is there any hope this might get addressed?
Robert Ramey
1. Was it like this always?
I believe it used to work it may be a long time ago though
2. Could you provide minimal example showing the problem?
I'll try
3. How could you build production version using bjam?
I could build the libraries and executables- the tests ran forever. I only tryied the serialization library.
Gennadiy
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

I just export the environmental variable BUILD=release when running the serialization/test/Jamfile bjam -sBUILD=release -sTOOL=... etc Robert Ramey Gennadiy Rozental wrote:
3. How could you build production version using bjam?
I could build the libraries and executables- the tests ran forever. I only tryied the serialization library.
But how to invoke bjam so it builds the production version?
Gennadiy
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Also, if you use the compiler_status program to display the test results, you can use my "improved" version, compiler_status2, which shows results for all combinations for each compiler, static/dynamic debug/release, etc. Its in the new vault. Robert Ramey Gennadiy Rozental wrote:
3. How could you build production version using bjam?
I could build the libraries and executables- the tests ran forever. I only tryied the serialization library.
But how to invoke bjam so it builds the production version?
Gennadiy
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Gennadiy Rozental
-
Robert Ramey