Project

General

Profile

Backport #2755

Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago

=begin 
  
  None of the tar balls for the year 2010 will pass the "make test". 
 
  tar xvzf stable-snapshot.tar.gz 
  cd ruby 
  ./configure 
  make 
  make test 
 
  The tar balls dated before 2010 seem to work fine. 
 
  Is there something wrong with all of the 2010 or am I just doing something incorrectly. 
 
  I am using Linux RedHat 4 Update 3 on my Intel computer. 
 
  Here is the output of "ruby -v" and "make test". 
 
  u0140:[11]/tmp/ruby> ./ruby -v 
  ruby 1.8.8dev (2010-01-01) [x86_64-linux] 
 
  u0140:[11]/tmp/ruby> make test 
  ./sample/test.rb:142: warning: multiple values for a block parameter (0 for 1) 
          from ./sample/test.rb:142 
  not ok assignment 95 -- ./sample/test.rb:142 
  not ok assignment 131 -- ./sample/test.rb:182 
  not ok assignment 169 -- ./sample/test.rb:224 
  not ok assignment 198 -- ./sample/test.rb:256 
  not ok assignment 271 -- ./sample/test.rb:351 
  not ok assignment 291 -- ./sample/test.rb:373 
  not ok assignment 342 -- ./sample/test.rb:430 
  not ok assignment 362 -- ./sample/test.rb:453 
  test failed 
  make: *** [test] Error 1 
 
  Thanks for the help, 
  Sam 
 
 =end 
 

Back