ruby-changes:71045
From: Nobuyoshi <ko1@a...>
Date: Sat, 29 Jan 2022 23:03:39 +0900 (JST)
Subject: [ruby-changes:71045] 44c44b9b4a (master): Ignore warnings at reading debug info for now
https://git.ruby-lang.org/ruby.git/commit/?id=44c44b9b4a From 44c44b9b4af14f42a0dc6df9287c45d9689847bb Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 29 Jan 2022 22:54:35 +0900 Subject: Ignore warnings at reading debug info for now Something seems changed on FreeBSD 13. --- test/ruby/test_rubyoptions.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 2cbd902f1fb..8839efd04aa 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -762,6 +762,7 @@ class TestRubyOptions < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_rubyoptions.rb#L762 %r( (?: --\sC\slevel\sbacktrace\sinformation\s-------------------------------------------\n + (?:Un(?:expected|supported|known)\s.*\n)* (?:(?:.*\s)?\[0x\h+\].*\n|.*:\d+\n)*\n )? )x, -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/