Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reline doesn't clear SIGINT/SIGTSTP #370

Open
ko1 opened this issue Oct 7, 2021 · 2 comments
Open

reline doesn't clear SIGINT/SIGTSTP #370

ko1 opened this issue Oct 7, 2021 · 2 comments

Comments

@ko1
Copy link
Contributor

ko1 commented Oct 7, 2021

The following tests in ruby/ruby doesn't clear SIGINT/SIGTSTP.
They should be default after the tests, otherwise trap condition changed on non-related tests.

Reline::KeyActor::Emacs::Test#test_completion signal(INT) is not default: #<Proc:0x00007f759ec0d558 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:154>
Reline::KeyActor::Emacs::Test#test_completion signal(TSTP) is not default: #<Proc:0x00007f759ec0d490 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_completion_duplicated_list signal(TSTP) is not default: #<Proc:0x00007f759eb16028 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_completion_in_middle_of_line signal(TSTP) is not default: #<Proc:0x00007f759eb1bd20 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_completion_with_completion_ignore_case signal(TSTP) is not default: #<Proc:0x00007f759eb144f8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_completion_with_indent signal(TSTP) is not default: #<Proc:0x00007f759eb14098 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_completion_with_indent_and_completer_quote_characters signal(TSTP) is not default: #<Proc:0x00007f759eb142a0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_completion_with_nil_value signal(TSTP) is not default: #<Proc:0x00007f759eb14110 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_completion_with_perfect_match signal(TSTP) is not default: #<Proc:0x00007f759eb14200 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_argument_digit_by_meta_num signal(TSTP) is not default: #<Proc:0x00007f759eb14110 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_clear_screen signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_clear_screen_with_inputed signal(TSTP) is not default: #<Proc:0x00007f759eb14110 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_delete_next_char signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_delete_prev_word signal(TSTP) is not default: #<Proc:0x00007f759eb14110 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_delete_prev_word_for_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_delete_prev_word_for_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb14110 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_digit signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_insert_for_include_valiation_selector signal(TSTP) is not default: #<Proc:0x00007f759eb14110 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_insert_for_include_zwj_emoji signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_insert_for_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb14110 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_insert_for_plural_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_insert_mbchar_one signal(TSTP) is not default: #<Proc:0x00007f759eb14110 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_insert_mbchar_two signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_insert_one signal(TSTP) is not default: #<Proc:0x00007f759eb14110 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_insert_two signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_kill_line signal(TSTP) is not default: #<Proc:0x00007f759eb14110 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_move_to_beg signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_move_to_beg_with_blank signal(TSTP) is not default: #<Proc:0x00007f759eb14110 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_move_to_end signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_newline_with_cr signal(TSTP) is not default: #<Proc:0x00007f759eb14110 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_newline_with_lf signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_next_and_prev_char signal(TSTP) is not default: #<Proc:0x00007f759eb14110 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_next_and_prev_char_for_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_next_and_prev_char_for_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb14110 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_quoted_insert signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_search_next_history signal(TSTP) is not default: #<Proc:0x00007f759eb14110 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_search_next_history_with_empty signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_search_prev_history signal(TSTP) is not default: #<Proc:0x00007f759eb14110 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_search_prev_history_with_empty signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_search_prev_history_without_match signal(TSTP) is not default: #<Proc:0x00007f759eb14110 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_search_prev_next_history_in_multibyte signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_transpose_chars signal(TSTP) is not default: #<Proc:0x00007f759eb14228 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_transpose_chars_for_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_transpose_chars_for_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_transpose_words signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_transpose_words_for_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_transpose_words_with_one_word signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ed_transpose_words_with_one_word_for_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_capitol_case signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_capitol_case_with_complex_example signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_delete signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_delete_for_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_delete_for_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_delete_next_word signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_delete_next_word_for_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_delete_next_word_for_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_delete_or_list signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_delete_prev_char signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_delete_prev_char_for_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_delete_prev_char_for_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_exchange_mark_without_mark signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_kill_line signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_kill_region signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_kill_region_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_kill_region_with_kill_ring signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_lower_case signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_lower_case_with_complex_example signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_next_word signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_next_word_for_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_next_word_for_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_prev_word signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_prev_word_for_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_prev_word_for_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_set_mark_and_em_exchange_mark signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_upper_case signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_upper_case_with_complex_example signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_em_yank_pop signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_ignore_NUL_by_ed_quoted_insert signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_input_unknown_char signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_larger_histories_than_history_size signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_modify_lines_with_wrong_rs signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_move_next_and_prev signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_move_next_and_prev_for_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_move_next_and_prev_for_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_move_to_beg_end signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_search_history_back_and_front signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_search_history_by_last_determined signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_search_history_front_and_back signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_search_history_to_back signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_search_history_to_back_in_the_middle_of_histories signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_search_history_to_front signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_search_history_twice signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_search_history_with_isearch_terminator signal(TSTP) is not default: #<Proc:0x00007f759eb14188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::Emacs::Test#test_vi_search_prev signal(TSTP) is not default: #<Proc:0x00007f759eb141d8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_completion signal(TSTP) is not default: #<Proc:0x00007f759eb1dd28 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_completion_journey signal(TSTP) is not default: #<Proc:0x00007f759eb1ac40 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_completion_journey_in_middle_of_line signal(TSTP) is not default: #<Proc:0x00007f759eb189e0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_completion_journey_reverse signal(TSTP) is not default: #<Proc:0x00007f759eb19610 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_completion_with_disable_completion signal(TSTP) is not default: #<Proc:0x00007f759eb18ee0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_delete_next_char_at_eol signal(TSTP) is not default: #<Proc:0x00007f759eb19250 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_delete_prev_char signal(TSTP) is not default: #<Proc:0x00007f759eb190e8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_delete_prev_word signal(TSTP) is not default: #<Proc:0x00007f759eb19250 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_delete_prev_word_for_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb18ff8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_delete_prev_word_for_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb19188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_insert_for_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb18ff8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_insert_for_plural_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb19188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_insert_mbchar_one signal(TSTP) is not default: #<Proc:0x00007f759eb18ff8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_insert_mbchar_two signal(TSTP) is not default: #<Proc:0x00007f759eb19188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_insert_one signal(TSTP) is not default: #<Proc:0x00007f759eb18ff8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_insert_two signal(TSTP) is not default: #<Proc:0x00007f759eb19188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_move_to_beg signal(TSTP) is not default: #<Proc:0x00007f759eb18ff8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_newline_with_cr signal(TSTP) is not default: #<Proc:0x00007f759eb19188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_newline_with_lf signal(TSTP) is not default: #<Proc:0x00007f759eb18ff8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_next_char signal(TSTP) is not default: #<Proc:0x00007f759eb19188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_prev_char signal(TSTP) is not default: #<Proc:0x00007f759eb18ff8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_quoted_insert signal(TSTP) is not default: #<Proc:0x00007f759eb19188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_ed_quoted_insert_with_vi_arg signal(TSTP) is not default: #<Proc:0x00007f759eb18ff8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_history signal(TSTP) is not default: #<Proc:0x00007f759eb19188 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_pasting signal(TSTP) is not default: #<Proc:0x00007f759eb193e0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_pasting_fullwidth signal(TSTP) is not default: #<Proc:0x00007f759eb19250 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_unimplemented_vi_command_should_be_no_op signal(TSTP) is not default: #<Proc:0x00007f759eb19368 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_add signal(TSTP) is not default: #<Proc:0x00007f759eb19250 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_add_at_eol signal(TSTP) is not default: #<Proc:0x00007f759eb192f0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_change_meta signal(TSTP) is not default: #<Proc:0x00007f759eb19250 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_change_meta_with_vi_next_word signal(TSTP) is not default: #<Proc:0x00007f759eb19368 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_command_mode signal(TSTP) is not default: #<Proc:0x00007f759eb19278 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_command_mode_with_input signal(TSTP) is not default: #<Proc:0x00007f759eb192f0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_delete_meta signal(TSTP) is not default: #<Proc:0x00007f759eb19278 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_delete_meta_with_arg signal(TSTP) is not default: #<Proc:0x00007f759eb19368 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_delete_meta_with_vi_next_char signal(TSTP) is not default: #<Proc:0x00007f759eb19278 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_delete_meta_with_vi_next_word_at_eol signal(TSTP) is not default: #<Proc:0x00007f759eb19368 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_delete_next_char signal(TSTP) is not default: #<Proc:0x00007f759eb19278 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_delete_next_char_for_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb19368 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_delete_next_char_for_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb19278 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_delete_prev_char signal(TSTP) is not default: #<Proc:0x00007f759eb19368 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_delete_prev_char_for_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb19250 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_delete_prev_char_for_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb192f0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_end_big_word signal(TSTP) is not default: #<Proc:0x00007f759eb19250 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_end_big_word_with_operator signal(TSTP) is not default: #<Proc:0x00007f759eb192f0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_end_word signal(TSTP) is not default: #<Proc:0x00007f759eb19368 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_end_word_with_operator signal(TSTP) is not default: #<Proc:0x00007f759eb192c8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_first_print signal(TSTP) is not default: #<Proc:0x00007f759eb19368 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_insert signal(TSTP) is not default: #<Proc:0x00007f759eb192a0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_insert_at_bol signal(TSTP) is not default: #<Proc:0x00007f759eb192f0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_list_or_eof signal(TSTP) is not default: #<Proc:0x00007f759eb192a0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_list_or_eof_with_non_empty_line signal(TSTP) is not default: #<Proc:0x00007f759eb192f0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_next_char signal(TSTP) is not default: #<Proc:0x00007f759eb192a0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_next_char_with_operator signal(TSTP) is not default: #<Proc:0x00007f759eb192f0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_paste_next signal(TSTP) is not default: #<Proc:0x00007f759eb19368 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_paste_next_for_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb192f0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_paste_next_for_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb19368 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_paste_prev signal(TSTP) is not default: #<Proc:0x00007f759eb192f0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_paste_prev_for_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb19368 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_paste_prev_for_mbchar_by_plural_code_points signal(TSTP) is not default: #<Proc:0x00007f759eb192f0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_prev_char signal(TSTP) is not default: #<Proc:0x00007f759eb19368 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_prev_next_big_word signal(TSTP) is not default: #<Proc:0x00007f759eb192c8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_prev_next_word signal(TSTP) is not default: #<Proc:0x00007f759eb192f0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_replace_char signal(TSTP) is not default: #<Proc:0x00007f759eb192c8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_replace_char_with_mbchar signal(TSTP) is not default: #<Proc:0x00007f759eb192f0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_to_next_char signal(TSTP) is not default: #<Proc:0x00007f759eb192c8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_to_prev_char signal(TSTP) is not default: #<Proc:0x00007f759eb192f0 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::KeyActor::ViInsert::Test#test_vi_yank signal(TSTP) is not default: #<Proc:0x00007f759eb192c8 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::LineEditor::StringProcessingTest#test_calculate_width signal(TSTP) is not default: #<Proc:0x00007f759eb25118 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::LineEditor::StringProcessingTest#test_calculate_width_with_escape_sequence signal(TSTP) is not default: #<Proc:0x00007f759eb1af88 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
Reline::LineEditor::StringProcessingTest#test_completion_proc_with_preposing_and_postposing signal(TSTP) is not default: #<Proc:0x00007f759eb23f20 /home/ko1/ruby/src/trunk/lib/reline/line_editor.rb:175>
@gotoken
Copy link
Member

gotoken commented Nov 25, 2021

I guess this problem can be solved by adding Signal.trap to teardown or test_reset. By the way, how can we write a test for this problem? Do you have any ideas, @ko1?

@ima1zumi
Copy link
Member

ima1zumi commented Dec 5, 2022

@ko1 Is this situation still going on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants