From: Charlie Savage Date: 2009-03-30T05:37:18+09:00 Subject: [ruby-core:23060] [Bug #1327] CSV unit test failures on windows Bug #1327: CSV unit test failures on windows http://redmine.ruby-lang.org/issues/show/1327 Author: Charlie Savage Status: Open, Priority: Normal Category: core, Target version: 1.9.1 ruby -v: ruby 1.9.2dev (2009-03-29) [i386-mswin32_90] Thought it might be easier to split the csv failures into a separate ticket (see #1326). After r23094, the number of failures has been reduced from 10 to 7. Finished in 1.521000 seconds. 1) Error: test_append(TestCSVInterface): CSV::MalformedCSVError: Unquoted fields do not allow \r or \n (line 1). C:/Development/src/ruby_trunk/test/csv/test_interface.rb:103:in `block in test_shift' C:/Development/src/ruby_trunk/test/csv/test_interface.rb:102:in `test_shift' C:/Development/src/ruby_trunk/test/csv/test_interface.rb:252:in `test_append' 2) Error: test_parse(TestCSVInterface): CSV::MalformedCSVError: Unquoted fields do not allow \r or \n (line 1). C:/Development/src/ruby_trunk/test/csv/test_interface.rb:58:in `test_parse' 3) Error: test_shift(TestCSVInterface): CSV::MalformedCSVError: Unquoted fields do not allow \r or \n (line 1). C:/Development/src/ruby_trunk/test/csv/test_interface.rb:103:in `block in test_shift' C:/Development/src/ruby_trunk/test/csv/test_interface.rb:102:in `test_shift' 4) Error: test_write_hash_with_headers_array(TestCSVInterface): CSV::MalformedCSVError: Unquoted fields do not allow \r or \n (line 1). C:/Development/src/ruby_trunk/test/csv/test_interface.rb:194:in `block in test_write_hash_with_headers_array' C:/Development/src/ruby_trunk/test/csv/test_interface.rb:192:in `test_write_hash_with_headers_array' 5) Error: test_write_hash_with_headers_string(TestCSVInterface): CSV::MalformedCSVError: Unquoted fields do not allow \r or \n (line 1). C:/Development/src/ruby_trunk/test/csv/test_interface.rb:216:in `block in test_write_hash_with_headers_string' C:/Development/src/ruby_trunk/test/csv/test_interface.rb:213:in `test_write_hash_with_headers_string' 6) Error: test_write_headers(TestCSVInterface): CSV::MalformedCSVError: Unquoted fields do not allow \r or \n (line 1). C:/Development/src/ruby_trunk/test/csv/test_interface.rb:241:in `block in test_write_headers' C:/Development/src/ruby_trunk/test/csv/test_interface.rb:238:in `test_write_headers' 7) Error: test_io(TestSerialization): CSV::MalformedCSVError: Unquoted fields do not allow \r or \n (line 1). C:/Development/src/ruby_trunk/test/csv/test_serialization.rb:147:in `test_io' 134 tests, 1900 assertions, 0 failures, 7 errors, 0 skips ---------------------------------------- http://redmine.ruby-lang.org