summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-05-03 21:03:27 +0900
committernagachika <nagachika@ruby-lang.org>2022-05-03 21:03:27 +0900
commit5a578f10aef8c0935090ea8d4e66c7ad3094fc18 (patch)
tree2775881f3d6360ca602e0056f54fd7f0009793c6 /test
parent6d8007fab4d085812ff3b738a919c3e0f93ef1c2 (diff)
merge revision(s) 44c44b9b4af14f42a0dc6df9287c45d9689847bb:
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(+)
Diffstat (limited to 'test')
-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 5018a38152..aae2522fc6 100644
--- a/test/ruby/test_rubyoptions.rb
+++ b/test/ruby/test_rubyoptions.rb
@@ -760,6 +760,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,