File: TestReadline.rb

package info (click to toggle)
jruby 9.4.8.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 89,244 kB
  • sloc: ruby: 548,574; java: 276,189; yacc: 25,873; ansic: 6,178; xml: 6,111; sh: 1,855; sed: 94; makefile: 78; jsp: 48; tcl: 40; exp: 12
file content (32 lines) | stat: -rw-r--r-- 1,919 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
exclude :test_closed_outstream, "hangs"
exclude :test_completion_encoding, "needs investigation"
exclude :test_completion_proc, "needs investigation"
exclude :test_completion_proc_empty_result, "hangs waiting for input"
exclude :test_completion_with_completion_append_character, "hangs waiting for input"
exclude :test_input=, "needs investigation"
exclude :test_input_metachar, "hangs waiting for input"
exclude :test_input_metachar_multibyte, "hangs waiting for input"
exclude :test_insert_text, "needs investigation"
exclude :test_line_buffer__point, "hangs waiting for input"
exclude :test_modify_text_in_pre_input_hook, "needs investigation"
exclude :test_output=, "needs investigation"
exclude :test_pre_input_hook, "needs investigation"
exclude :test_readline, "hangs waiting for input"
exclude :test_safe_level_4, "hangs waiting for input"
exclude :test_simple_completion, "hangs waiting for input"
exclude :test_some_characters_methods, "needs investigation"
exclude :"test_completion_append_character", "work in progress"
exclude :"test_completion_case_fold", "work in progress"
exclude :"test_completion_quote_character_after_completion", "work in progress"
exclude :"test_completion_quote_character_completing_quoted_argument", "work in progress"
exclude :"test_completion_quote_character_completing_unquoted_argument", "work in progress"
exclude :"test_delete_text", "work in progress"
exclude :"test_editing_mode", "work in progress"
exclude :"test_get_screen_size", "work in progress"
exclude :"test_interrupt_in_other_thread", "work in progress"
exclude :"test_point", "work in progress"
exclude :"test_refresh_line", "work in progress"
exclude :"test_setting_quoting_detection_proc", "work in progress"
exclude :"test_using_quoting_detection_proc", "work in progress"
exclude :"test_using_quoting_detection_proc_with_multibyte_input", "work in progress"
exclude :"test_without_tty", "work in progress"