Re: [Scons-dev] D tool test fail

2015-02-22 Thread Russel Winder
On Sun, 2015-02-22 at 16:39 -0800, Bill Deegan wrote: > Russel, > > I have a 32 bit ubuntu VM I've been using to work on these tests. > On my 32 bit VM dmd does have 64 bit support built in, so adding -m64 > doesn't fail and the test fails. > I did have to add the following: > environment = Enviro

Re: [Scons-dev] D tool test fail

2015-02-22 Thread Bill Deegan
Russel, I have a 32 bit ubuntu VM I've been using to work on these tests. On my 32 bit VM dmd does have 64 bit support built in, so adding -m64 doesn't fail and the test fails. I did have to add the following: environment = Environment( CFLAGS=['-m64'], DLINKFLAGS=['-m64'], DFLAGS=['-m

[Scons-dev] D tool test fail

2015-02-22 Thread Russel Winder
Bill, I think we both missed that the Debian 7 failing test is still failing because the: test.run() is not returning as the return code is not 0. I assume this should be: test.run(status=2) I'll make this change and a pull request. If this is not the correct solution to the on