From: Charlie Savage <redmine@...>
Date: 2009-03-11T06:43:40+09:00
Subject: [ruby-core:22828] [Bug #1265] test_import calls printf in different c runtime libraries

Bug #1265: test_import calls printf in different c runtime libraries
http://redmine.ruby-lang.org/issues/show/1265

Author: Charlie Savage
Status: Open, Priority: Normal
Category: core, Target version: 1.9.1
ruby -v: ruby 1.9.2dev (2009-03-06) [i386-mswin32_90]

On Windows, test import loads msvcrt.dll and then calls printf.  That only works with mingw or VC6.  Any newer version of VC will cause a segmentation fault since you cannot mix file handles across runtime libraries.

Patch causes test to not be run on Windows.


----------------------------------------
http://redmine.ruby-lang.org