Actions
Bug #1580
closedTestIOScanF failure in windows
Description
=begin
30) Error:
test_119(TestIOScanf):
RuntimeError: can't modify frozen string
c:/dev/downloads/ruby_trunk/test/scanf/test_scanf.rb:314:in block (3 levels) in <class:TestIOScanf>' c:/dev/downloads/ruby_trunk/test/scanf/test_scanf.rb:313:in
open'
c:/dev/downloads/ruby_trunk/test/scanf/test_scanf.rb:313:in `block
(2 levels) in class:TestIOScanf'
- Error:
test_123(TestIOScanf):
RuntimeError: can't modify frozen string
c:/dev/downloads/ruby_trunk/test/scanf/test_scanf.rb:314:inblock (3 levels) in <class:TestIOScanf>' c:/dev/downloads/ruby_trunk/test/scanf/test_scanf.rb:313:in
open'
c:/dev/downloads/ruby_trunk/test/scanf/test_scanf.rb:313:in `block
(2 levels) in class:TestIOScanf'
... [repeats with the same Exception for about 30 tests].
Thanks!
-=r
=end
Updated by nobu (Nobuyoshi Nakada) about 16 years ago
=begin
Hi,
At Sat, 6 Jun 2009 03:52:41 +0900,
Roger Pack wrote in [ruby-core:23727]:
test_119(TestIOScanf):
RuntimeError: can't modify frozen string
These errors are not actually concerned with scanf, but a bug
arond rb_str_new4().
--
Nobu Nakada
=end
Updated by nobu (Nobuyoshi Nakada) almost 16 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r23669.
=end
Actions
Like0
Like0Like0