I'm trying to add a patch for a new test that I wrote a while back, and attached to an issue, but I didn't have a bitbucket account...
Now I am am coming back to it but I am having issues with "runtest.py". If I want to call my single test, the "runtest.py -h" implies I should use "runtest.py --file test/Java/DerivedSourceTest.py" but that shoves me into a python session. What is this supposed to do? When I run "runtest.py test/Java/DerivedSourceTest.py" it gives me the expected behavior but the test fails oddly. It gives a zero length field name value error for "/tmp/testcmd.12260.iuH940/SConstruct" which I assume should get created by "test.write( ['SConstruct'], 'blah blah' )" but the directory in tmp doesn't even exist. I know this test worked before... Any thoughts? William On Sat, Jul 12, 2014 at 11:32 AM, Russel Winder <[email protected]> wrote: > On Sat, 2014-07-12 at 11:26 -0400, William Blevins wrote: > > Is there also a guide for running the tests? Seems there are 3 sets. > > > > If I call "runtest.py -a", the majority of them fail probably because > some > > are windows tests (and I'm running linux), I don't have TEX installed, > etc. > > Is there an easy well to run a subset (IE. all java tests or all core > > scons tests)? > > The tests should cope with missing executables, associated tests should > be skipped not reported as fails. Although I find (on Debian Sid) I > sometimes get fails rather than skips. It is usually indicative of a > faulty test! (I have a few mildly problematic tests in the D tests :-( > > -- > Russel. > > ============================================================================= > Dr Russel Winder t: +44 20 7585 2200 voip: > sip:[email protected] > 41 Buckmaster Road m: +44 7770 465 077 xmpp: [email protected] > London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder > > _______________________________________________ > Scons-dev mailing list > [email protected] > http://two.pairlist.net/mailman/listinfo/scons-dev > >
_______________________________________________ Scons-dev mailing list [email protected] http://two.pairlist.net/mailman/listinfo/scons-dev
