test/integration/test-trace.rb in rb8-trepanning-0.1.4 vs test/integration/test-trace.rb in rb8-trepanning-0.1.5

- old
+ new

@@ -5,9 +5,11 @@ class TestTrace < Test::Unit::TestCase include TestHelper TREPAN_LOC = /.. \(.+:\d+( @\d+)?\)/ def test_trepan_trace + skip "We may get different results on an unpatched 1.9.2" if + RUBY_VERSION =~ /1.9/ common_setup(__FILE__) Dir.chdir(@srcdir) do last_line = nil filter = Proc.new{|got_lines, correct_lines| got_lines.each_with_index do |line, i|