>
> # 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 <[email protected]> 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 > [email protected] > https://pairlist2.pair.net/mailman/listinfo/scons-dev >
_______________________________________________ Scons-dev mailing list [email protected] https://pairlist2.pair.net/mailman/listinfo/scons-dev
