From: "raylinn@... (ray linn)" Date: 2012-04-27T14:27:40+09:00 Subject: [ruby-core:44679] [ruby-trunk - Bug #6370][Open] NaNTest failed for Ruby 1.9.3 P194 Issue #6370 has been reported by raylinn@gmail.com (ray linn). ---------------------------------------- Bug #6370: NaNTest failed for Ruby 1.9.3 P194 https://bugs.ruby-lang.org/issues/6370 Author: raylinn@gmail.com (ray linn) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.3p194 (2012-04-20) [x64-mingw32] The Ruby 1.9.3 is compibled by GCC 4.7.0 (MinGW64) under Windows64. Configure line is as following: .configure --build=x86_64-w64-mingw32 CFLAGS="-Ofast -mieee-fp -I/usr/local/include" CPPFLAGS="-Ofast -mieee-fp -I/usr/local/include" LDFLAGS="-L/usr/local/lib" When compiled complete, run make test, it reports: not ok float 15 -- C:/msys/1.0/home/beta/ruby-1.9.3-p194/sample/test.rb:1410:in `nan_test' not ok float 20 -- C:/msys/1.0/home/beta/ruby-1.9.3-p194/sample/test.rb:1410:in `nan_test' not ok float 25 -- C:/msys/1.0/home/beta/ruby-1.9.3-p194/sample/test.rb:1410:in `nan_test' not ok float 30 -- C:/msys/1.0/home/beta/ruby-1.9.3-p194/sample/test.rb:1410:in `nan_test' not ok float 35 -- C:/msys/1.0/home/beta/ruby-1.9.3-p194/sample/test.rb:1410:in `nan_test' not ok float 40 -- C:/msys/1.0/home/beta/ruby-1.9.3-p194/sample/test.rb:1410:in `nan_test' not ok float 45 -- C:/msys/1.0/home/beta/ruby-1.9.3-p194/sample/test.rb:1410:in `nan_test' not ok/test: 903 failed 7 marked these 7 lines could pass the test #nan_test(nan, 0) #nan_test(nan, 1) #nan_test(nan, -1) #nan_test(nan, 1000) #nan_test(nan, -1000) #nan_test(nan, 1_000_000_000_000) #nan_test(nan, -1_000_000_000_000) -- http://bugs.ruby-lang.org/