From 53a8b1486b0e020858aa04f004aa22f4396a1bd0 Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Thu, 13 Feb 2020 04:20:22 +0900 Subject: skip SEGV test if RUBY_ON_BUG is specified --- test/-ext-/bug_reporter/test_bug_reporter.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/-ext-/bug_reporter/test_bug_reporter.rb b/test/-ext-/bug_reporter/test_bug_reporter.rb index 576628d63e..628fcd0340 100644 --- a/test/-ext-/bug_reporter/test_bug_reporter.rb +++ b/test/-ext-/bug_reporter/test_bug_reporter.rb @@ -4,6 +4,8 @@ require 'tmpdir' class TestBugReporter < Test::Unit::TestCase def test_bug_reporter_add + skip if ENV['RUBY_ON_BUG'] + description = RUBY_DESCRIPTION description = description.sub(/\+JIT /, '') if RubyVM::MJIT.enabled? expected_stderr = [ -- cgit v1.2.3