From: "phasis68 (Heesob Park)" Date: 2013-11-18T19:51:01+09:00 Subject: [ruby-core:58401] [ruby-trunk - Bug #9119] TestTime#test_marshal_broken_offset broken under MinGW Issue #9119 has been updated by phasis68 (Heesob Park). I can reproduce this bug with rubyinstaller 2.0.0-p247 version. C:\Users\phasis>ruby -ve "ENV['TZ']='UTC';p Time.now.utc_offset" ruby 2.0.0p247 (2013-06-27) [i386-mingw32] 32400 But, I cannot reproduce with my own compiled version with the same development kit with the rubyinstaller. C:\work>ruby -ve "ENV['TZ']='UTC';p Time.now.utc_offset" ruby 2.0.0p247 (2013-06-27 revision 41674) [i386-mingw32] 0 I guess this is related with the tzset runtime function and msvcrt.dll version. ---------------------------------------- Bug #9119: TestTime#test_marshal_broken_offset broken under MinGW https://bugs.ruby-lang.org/issues/9119#change-42993 Author: luislavena (Luis Lavena) Status: Assigned Priority: Normal Assignee: nobu (Nobuyoshi Nakada) Category: test Target version: current: 2.1.0 ruby -v: ruby 2.1.0dev (2013-11-17 trunk 43698) [i386-mingw32] ruby 2.0.0p350 (2013-11-13 revision 43661) [i386-mingw32] Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN =begin Hello, The test (({TestTime#test_marshal_broken_offset})) has been broken under x86-mingw32 for really long time, in both 2.0 and trunk: http://ci.rubyinstaller.org/job/ruby-2_0_0-x86-test-all/170/console http://ci.rubyinstaller.org/job/ruby-trunk-x86-test-all/2362/console TestTime#test_marshal_broken_offset [C:/Users/Worker/Jenkins/workspace/ruby-trunk-x86-build/test/ruby/test_time.rb:331]: <0> expected but was <-10800>. =end -- http://bugs.ruby-lang.org/