Fixing the specs on Windows

2010-05-31 Thread Pepijn Van Eeckhoudt
I've been going through the specs and up until now all failures are related to utime not behaving as expected on windows. I'm changing the specs so that they don't rely on utime but use sleeps instead. This makes the specs much more reliable (se linux doesn't allow mtime to be set in the past

Windows/JRuby 1.5.0 spec fixes

2010-05-31 Thread Pepijn Van Eeckhoudt
I've been able to get the number of failing specs down to 11. The ones that still fail fall into two categories: - FileUtils.touch is not updating the mtime of directories correctly. I've reported this as JRUBY-4837 with an included spec. - File permission checking does not work on Windows. This

Re: Fixing the specs on Windows

2010-05-31 Thread Antoine Toulme
We'll live. On Mon, May 31, 2010 at 05:16, Pepijn Van Eeckhoudt pepijn.vaneeckho...@luciad.com wrote: I've been going through the specs and up until now all failures are related to utime not behaving as expected on windows. I'm changing the specs so that they don't rely on utime but use

new CI build list

2010-05-31 Thread Antoine Toulme
As requested, here is the CI build list for Buildr builds: c...@buildr.apache.org Daniel, Alex and I are moderators of this list. I will redirect builds to it in the coming days. Thanks! Antoine

Re: Fixing the specs on Windows

2010-05-31 Thread Alex Boisvert
Fine by me and thanks for picking that up. Alex On Monday, May 31, 2010, Pepijn Van Eeckhoudt pepijn.vaneeckho...@luciad.com wrote: I've been going through the specs and up until now all failures are related to utime not behaving as expected on windows. I'm changing the specs so that they

Fixing the specs on Windows

2010-05-31 Thread Alex Boisvert
Fine by me and thanks for picking that up. Alex On Monday, May 31, 2010, Pepijn Van Eeckhoudt pepijn.vaneeckho...@luciad.com wrote: I've been going through the specs and up until now all failures are related to utime not behaving as expected on windows. I'm changing the specs so that they