Author: toulmean
Date: Sat Jul 10 17:56:09 2010
New Revision: 962897
URL: http://svn.apache.org/viewvc?rev=962897&view=rev
Log:
marking a spec as pending a fix for JRuby to be released
Modified:
buildr/trunk/spec/core/common_spec.rb
Modified: buildr/trunk/spec/core/common_spec.rb
URL:
http://svn.apache.org/viewvc/buildr/trunk/spec/core/common_spec.rb?rev=962897&r1=962896&r2=962897&view=diff
==============================================================================
--- buildr/trunk/spec/core/common_spec.rb (original)
+++ buildr/trunk/spec/core/common_spec.rb Sat Jul 10 17:56:09 2010
@@ -541,6 +541,7 @@ describe Buildr::Filter do
end
it 'should preserve mode bits except readable' do
+ pending "Pending the release of the fix for JRUBY-4927" if RUBY_PLATFORM
=~ /java/
Dir['src/*'].each { |file| File.chmod(0o755, file) }
@filter.from('src').into('target').run
Dir['target/*'].sort.each do |file|