Project

General

Profile

Actions

Bug #1580

closed

TestIOScanF failure in windows

Added by rogerdpack (Roger Pack) about 16 years ago. Updated about 14 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
mingw trunk
Backport:
[ruby-core:23727]

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'

  1. Error:
    test_123(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'

... [repeats with the same Exception for about 30 tests].

Thanks!
-=r
=end

Actions #1

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

Actions #2

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

Also available in: Atom PDF

Like0
Like0Like0