[#104169] [Ruby master Feature#17938] Keyword alternative for boolean positional arguments — matheusrichardt@...

Issue #17938 has been reported by matheusrich (Matheus Richard).

12 messages 2021/06/04

[#104213] [Ruby master Feature#17942] Add a `initialize(public @a, private @b)` shortcut syntax for defining public/private accessors for instance vars — tyler@...

SXNzdWUgIzE3OTQyIGhhcyBiZWVuIHJlcG9ydGVkIGJ5IFR5bGVyUmljayAoVHlsZXIgUmljayku

6 messages 2021/06/09

[#104288] [Ruby master Bug#17992] Upstreaming the htmlentities gem into CGI#.(un)escape_html — alexandermomchilov@...

Issue #17992 has been reported by AMomchilov (Alexander Momchilov).

9 messages 2021/06/15

[#104338] [Ruby master Misc#17997] DevelopersMeeting20210715Japan — mame@...

Issue #17997 has been reported by mame (Yusuke Endoh).

10 messages 2021/06/17

[#104361] [Ruby master Bug#18000] have_library doesn't work when ruby is compiled with --disable-shared --disable-install-static-library — jean.boussier@...

Issue #18000 has been reported by byroot (Jean Boussier).

9 messages 2021/06/18

[#104381] [Ruby master Feature#18004] Add Async to the stdlib — shannonskipper@...

Issue #18004 has been reported by shan (Shannon Skipper).

9 messages 2021/06/22

[#104401] [Ruby master Feature#18007] Help developers of C extensions meet requirements in "doc/extension.rdoc" — mike.dalessio@...

Issue #18007 has been reported by mdalessio (Mike Dalessio).

16 messages 2021/06/25

[#104430] [Ruby master Bug#18011] `Method#parameters` is incorrect for forwarded arguments — josh.cheek@...

Issue #18011 has been reported by josh.cheek (Josh Cheek).

12 messages 2021/06/29

[ruby-core:104318] [Ruby master Bug#15587] Thread tests failing

From: merch-redmine@...
Date: 2021-06-16 18:47:09 UTC
List: ruby-core #104318
Issue #15587 has been updated by jeremyevans0 (Jeremy Evans).

Status changed from Open to Closed

Ruby 2.6 is in security maintenance mode, and this does not appear to be a security issue. CI testing on AppVeyor shows the master branch is passing for both Visual Studio 2013 and 2015.  So I think this can be closed.  If you can reproduce the issue with the master branch, please submit a new bug report or post an update to this one.

----------------------------------------
Bug #15587: Thread tests failing
https://bugs.ruby-lang.org/issues/15587#change-92541

* Author: TomasDo (Tomas Dohnal)
* Status: Closed
* Priority: Normal
* ruby -v: ruby 2.6.1p33 (2019-01-30 revision 66950) [i386-mswin32_140]
* Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN
----------------------------------------
I compiled ruby with Visual Studio 2015 tools, but test is failing (#921 test_massign.rb, #1377 test_thread.rb,...)

C:\dev\build>nmake test

Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
Copyright (C) Microsoft Corporation.  All rights reserved.

        BASERUBY = C:\Ruby26\bin\ruby.exe
        CC = cl -nologo
        LD = cl -nologo
        LDSHARED = cl -nologo -LD
        CFLAGS = -MD -Zi -W2 -wd4100 -wd4127 -wd4210 -wd4214 -wd4255 -wd4574  -wd4668 -wd4710 -wd4711 -wd4820 -wd4996  -we4028 -we4142 -O2sy- -Zm600
        XCFLAGS = -DRUBY_EXPORT -I. -I.ext/include/i386-mswin32_140 -I../source/include -I../source -I../source/enc/unicode/11.0.0  -DCANONICALIZATION_FOR_MATHN
        CPPFLAGS =  -D_WIN32_WINNT=0x0600
        DLDFLAGS = -incremental:no -debug -opt:ref -opt:icf -dll
        SOLIBS =
        LANG =
        LC_ALL =
        LC_CTYPE =
#921 test_massign.rb:    F
     a,s=[],"aaa"
     300.times { a<<s; s=s.succ }
     eval <<-END__
     GC.stress=true
     Fiber.new do
       #{ a.join(",") },*zzz=1
     end.resume
     END__
     :ok
  #=> "" (expected "ok")  [ruby-dev:32581]
test_massign.rb         FAIL 1/34
#1377 test_thread.rb:    F
     at_exit { Fiber.new{}.resume }
  #=> killed by SIGSEGV (signal 11)
#1378 test_thread.rb:    F
     g = enum_for(:local_variables)
     loop { g.next }
  #=> killed by SIGSEGV (signal 11)  [ruby-dev:34128]
#1379 test_thread.rb:    F
     g = enum_for(:block_given?)
     loop { g.next }
  #=> killed by SIGSEGV (signal 11)  [ruby-dev:34128]
#1380 test_thread.rb:    F
     g = enum_for(:binding)
     loop { g.next }
  #=> killed by SIGSEGV (signal 11)  [ruby-dev:34128]
#1381 test_thread.rb:    F
     g = "abc".enum_for(:scan, /./)
     loop { g.next }
  #=> killed by SIGSEGV (signal 11)  [ruby-dev:34128]
#1382 test_thread.rb:    F
     g = Module.enum_for(:new)
     loop { g.next }
  #=> killed by SIGSEGV (signal 11)  [ruby-dev:34128]
#1383 test_thread.rb:    F
     Fiber.new(&Object.method(:class_eval)).resume("foo")
  #=> killed by SIGSEGV (signal 11)  [ruby-dev:34128]
test_thread.rb          FAIL 7/50
FAIL 8/1397 tests failed
NMAKE : fatal error U1077: '.\ruby.exe' : return code '0x1'
Stop.



-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next