summaryrefslogtreecommitdiff
path: root/test/ruby/test_rubyoptions.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-29 22:54:35 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-01-29 22:59:39 +0900
commit44c44b9b4af14f42a0dc6df9287c45d9689847bb (patch)
treed3a27809183476df361dfa9e67bdca0b42927a5c /test/ruby/test_rubyoptions.rb
parent67f4729ff0b0493ad82486b2f797a5c2b3ee20a6 (diff)
Ignore warnings at reading debug info for now
Something seems changed on FreeBSD 13.
Diffstat (limited to 'test/ruby/test_rubyoptions.rb')
-rw-r--r--test/ruby/test_rubyoptions.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb
index 2cbd902f1f..8839efd04a 100644
--- a/test/ruby/test_rubyoptions.rb
+++ b/test/ruby/test_rubyoptions.rb
@@ -762,6 +762,7 @@ class TestRubyOptions < Test::Unit::TestCase
%r(
(?:
--\sC\slevel\sbacktrace\sinformation\s-------------------------------------------\n
+ (?:Un(?:expected|supported|known)\s.*\n)*
(?:(?:.*\s)?\[0x\h+\].*\n|.*:\d+\n)*\n
)?
)x,