[Scons-dev] Failing tests

2012-10-20 Thread Russel Winder
On my MacBook Pro with OS X 10.8 Mountain Lion, I get the following test fails: test/Java/JAVAH.py test/Java/nested-classes.py test/LEX/live.py test/Repository/Java.py test/YACC/live.py test/import.py test/runtest/python.py -- Russel.

[Scons-dev] D Tools and the tests

2012-10-20 Thread Russel Winder
From what I can tell the test/D/DMD.py tests will likely fail on most systems other than Linux — it definitely fails for me on OS X 10.8. Rather than fix this as a quick hack I would rather get the totally revised version of the D tools into a better state on platforms other than Linux since this

[Scons-dev] Tests on Fedora 17

2012-10-20 Thread Russel Winder
On a new Fedora 17 install, I got the following test errors: src/engine/SCons/SConfTests.py test/AR/AR.py test/AR/ARFLAGS.py test/AS/as-live.py test/Actions/addpost-link.py test/Actions/append.py test/Actions/pre-post.py

Re: [Scons-dev] D Tooling restart

2012-10-20 Thread Russel Winder
On Fri, 2012-10-19 at 16:27 -0400, Gary Oberbrunner wrote: […] The current problem is that the linker mods for D break normal usage on Windows (even when D is not installed), not just the tests. This can surely be fixed, but without a Windows box it's hard for Russel to work on that. But

Re: [Scons-dev] D Tooling restart

2012-10-20 Thread Gary Oberbrunner
On Sat, Oct 20, 2012 at 12:01 PM, Gary Oberbrunner ga...@oberbrunner.comwrote: Indeed, if I can figure a way to make even those tools less hard-wired I will try (so D and the other compilers can be on more of an even footing). The problem in the current D code comes from trying to replace

Re: [Scons-dev] Tests on Fedora 17

2012-10-20 Thread William Deegan
Russel, Do you have any development tools installed on that system? -Bill On Oct 20, 2012, at 4:11 AM, Russel Winder rus...@winder.org.uk wrote: On a new Fedora 17 install, I got the following test errors: src/engine/SCons/SConfTests.py test/AR/AR.py test/AR/ARFLAGS.py

Re: [Scons-dev] D Tooling restart

2012-10-20 Thread William Deegan
Gary, On Oct 20, 2012, at 2:52 PM, Gary Oberbrunner ga...@oberbrunner.com wrote: On Sat, Oct 20, 2012 at 12:01 PM, Gary Oberbrunner ga...@oberbrunner.com wrote: Indeed, if I can figure a way to make even those tools less hard-wired I will try (so D and the other compilers can be on