test/frame_test.rb in byebug-1.1.0 vs test/frame_test.rb in byebug-1.1.1

- old
+ new

@@ -123,17 +123,9 @@ 'Invalid call style tracked. Should be one of: "last".' Byebug::Command.settings[:callstyle].must_equal :last end end - it 'must change to frame in another thread' do - skip('No threads supported') - end - - it 'must not change to frame in another thread if thread doesn\'t exist' do - skip('No threads supported') - end - describe 'Post Mortem' do it 'must work in post-mortem mode' do #skip 'TODO: This test fails with \'Segmentation fault\'.' enter 'cont', 'frame' debug_file('post_mortem') { state.line.must_equal 8 }