Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JRuby 1.6.6, JRuby 1.7.0.pre1
-
Component/s: Windows
-
Labels:None
-
Environment:Windows
-
Number of attachments :
Description
MRI 1.9 tests are added recently. Some files are skipped via excludes files in test/externals/ruby1.9/excludes, but those under Psych contain colons, which is problematic on Windows. (This prevents proper git operations on Windows.)
It appears to me that the problem lies with Psych's test structure. The test cases are inside Psych module, so in order for minitest to exclude them properly, the file name must contain colons.
I believe that we need to have Psych's tests restructured.