[Scons-dev] Buildbot, Java and D...

William Blevins wblevins001 at gmail.com
Fri Sep 12 18:59:11 EDT 2014


>
> # No result if tools not available
> test.no_result( condition=(test.where_is( 'javac' ) is None) )
> test.no_result( condition=(test.where_is( 'jar' ) is None) )
> # This test is known to fail as of July 2014; see Tigris issue 1771 and
> issue 2931.
> # Once the underlying issue is corrected, this test should be re-enabled.
> test.skip_test('Skipping derived-source test until issue 1771 is fixed.\n'
> )


Based on the above code snippet, I don't understand how that is possible.
 If Java is not installed, then the test should be a "no result".

V/R,
William


On Fri, Sep 12, 2014 at 6:06 PM, Dirk Bächle <tshortik at gmx.de> wrote:

> Hi there,
>
> I just checked the latest Buildbot runs for my slaves and see
>
>   test/D/SharedObjects/sconstest-ldc.py
>
> failing under Fedora20. More importantly, the other slaves can't get green
> because
>
>   test/Java/DerivedSourceTest.py
>
> gets a "NO RESULT" when no Java is installed. This yields an exit code of
> "2", which is then interpreted as a "fail". I'm not sure what to do about
> the latter, should we remove the test for now, or rather patch it? Or is it
> possible to teach the Buildbot to accept a "2" as return value?
>
> Best regards,
>
> Dirk
>
> _______________________________________________
> Scons-dev mailing list
> Scons-dev at scons.org
> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist2.pair.net/pipermail/scons-dev/attachments/20140912/4c7cfbdc/attachment.html>


More information about the Scons-dev mailing list