Jurko Gospodnetić
9950d2c670
Updated the internal Boost Build testing system to use the Python subprocess module (introduced in Python 2.4) for running external processes instead of popen2 (deprecated since Python 2.6). We are already using Python 2.4 features in this codebase so there is no need to support Python releases older than 2.4.
...
Related changes:
* BoostBuild.Tester & TestCmd.TestCmd interfaces now accept external process parameters as a list of strings, thus avoiding problems with parsing arguments containing spaces.
* Avoided a potential process hang in case an external process being run prints out enough output to fill up the OS's pipe buffer (OS would pause the process until someone read the data from the pipe but the testing framework would not do this until the process in question had terminated).
[SVN r79448]
2012-07-12 12:55:25 +00:00
Jurko Gospodnetić
f9c5030d40
Boost Build cleanup - minor stylistic internal Boost Build test script & testing system changes.
...
[SVN r79445]
2012-07-12 12:22:14 +00:00
Vladimir Prus
11dd0796ab
Fix the functionality of ignoring using config in Python port.
...
[SVN r75110]
2011-10-25 08:26:40 +00:00
Vladimir Prus
ad87337fb5
Fix conditionals_multiple.py test in Boost.Build/Python.
...
Patch from Georgy Gritsenko.
[SVN r75109]
2011-10-25 08:05:06 +00:00
Jurko Gospodnetić
5edbde2a57
Renamed differently named Jamroot and Jamfile files throughout Boost Build's test suite to jamroot.jam & jamfile.jam. Stylistic changes throughout the whole Boost Build test suite.
...
[SVN r48504]
2008-08-31 21:42:27 +00:00
Jurko Gospodnetić
e61db8f60a
Corrected the Boost Build conditionals_multiple.py test case.
...
[SVN r47343]
2008-07-12 11:25:04 +00:00
Jurko Gospodnetić
50329a58c4
Added a new test making sure properties conditioned on multiple different feature values are handled correctly. This especially includes testing the case when one of those features is <toolset> and the value given for it includes a toolset version.
...
[SVN r42613]
2008-01-08 14:40:24 +00:00