[Scons-users] Tests not passing
Dirk Bächle
tshortik at gmx.de
Fri Jan 1 11:31:52 EST 2016
Hi Adarsh,
On 01.01.2016 12:38, Adarsh Sanjeev wrote:
> Hey, I am currently trying to run runtest.py -a. However, it is giving me failures on the following tests, even on a fresh clone.
>
> [...]
>
> However, scons is building and running. Do I have to solve these errors before I continue? If so, could someone direct me on how to?
it would be interesting to know under which system you tried to run all the tests (Linux, Windows, which version/kernel?) and which
Python version you are using.
The tests (like SWIG/Qt and so on) are usually designed to get skipped automatically when a prerequisite isn't installed. As you can
see in our Buildbot waterfall display ( http://buildbot.scons.org/waterfall ) all tests should actually pass (or get skipped, hence
delivering a "NO RESULT").
However, you may also continue with development straight away. Running "runtest.py -a" *before* developing things further, serves
the purpose of taking a snapshot regarding the test outputs. If you then apply your patch and suddenly some other tests fail, you
know you've done something wrong immediately.
Best regards,
Dirk
More information about the Scons-users
mailing list