Skip Menu |

This queue is for tickets about the Term-ReadLine-Gnu CPAN distribution.

Maintainer(s)' notes

When you report a bug, please provide the following information;

- output of
	perl -V
	perl Makefile.PL verbose
	make test TEST_VERBOSE=1
	perl -Mblib t/00checkver.t
	echo $TERM
- terminal emulator which you are using
- compiler which is used to compile the GNU Readline Library (libreadline.a) if you can know.
Read INSTALL in the distribution for more details.

Report information
The Basics
Id: 74424
Status: rejected
Priority: 0/
Queue: Term-ReadLine-Gnu

People
Owner: HAYASHI [...] cpan.org
Requestors: cpan698301 [...] mstier.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.20
Fixed in: (no value)



Subject: tests fail in obs SLE-10:SP3 running in screen
Tests fail in chroot created by OpenSUSE build system at https://build.opensuse.org. The chroot resembles a SLE 10 SP3 environment and the tests are run in SCREEN. Without screen, the tests are ok. + strace -f -e trace=open -o trace.log screen -D -m /bin/bash -c '/opt/perl-5.14.2/bin/perl -Mblib t/readline.t >log 2>&1 ; make test Show quoted text
>>log 2>&1'
+ cat log 1..104 ok 1 loading ok 2 new ok 3 ReadLine method ok 4 Features method ok 5 Attrib method ok 6 readline_version ok 7 rl_version ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 num_chars_to_read ok 14 pending_input ok 15 dispatching ok 16 ok 17 ok 18 already_prompted ok 19 gnu_readline_p ok 20 ok 21 readline_name ok 22 executing_keymap ok 23 binding_keymap ok 24 executing_macro ok 25 readline_state ok 26 explicit_arg ok 27 numeric_arg ok 28 editing_mode ok 29 add_defun ok 30 ok 31 ok 32 ok 33 bind_key ok 34 ok 35 ok 36 ok 37 keymap binding ok 38 macro binding ok 39 function binding ok 40 rl_read_init_file ok 41 ok 42 ok 43 unbind_key ok 44 add_funmap_entry ok 45 invoking_keyseqs ok 46 catch_signals ok 47 catch_sigwinch ok 48 set/get_screen_size ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 not ok 71 default key binding Default key binding is changed? Some of following test will fail. ok 72 self insert not ok 73 cursor move mnj kl ok 74 custom commands ok 75 undo ok 76 macro ok 77 ornaments ok 78 operate_and_get_next 1 ok 79 operate_and_get_next 2 ok 80 operate_and_get_next 3 ok 81 operate_and_get_next 4 ok 82 history 1 ok 83 history 2 ok 84 history 3 ok 85 insert completion ok 86 default completion ok 87 username completion ok 88 list completion ok 89 filename completion ok 90 null completion 1 ok 91 null completion 2 ok 92 list & file completion ok 93 ingore_some_completion ok 94 filename_quoting_function ok 95 filename_dequoting_function ok 96 directory_completion_hook ok 97 filename_list ok 98 startup_hook ok 99 pre_input_hook ok 100 redisplay_function ok 101 ok 102 ok 103 ok 104 PERL_DL_NONLAZY=1 /opt/perl-5.14.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00checkver.t .. ok t/callback.t .... ok t/history.t ..... ok t/readline.t .... Failed 2/104 subtests Test Summary Report ------------------- t/readline.t (Wstat: 0 Tests: 104 Failed: 2) Failed tests: 71, 73 Files=4, Tests=196, 0 wallclock secs ( 0.05 usr 0.00 sys + 0.14 cusr 0.03 csys = 0.22 CPU) Result: FAIL Failed 1/4 test programs. 2/196 subtests failed. make: *** [test_dynamic] Error 255
Hi, Sorry for my late reply. Now I have a Linux env where I can try your report. But I could not reproduce your issue. Do you still have this problem? Thanks. $ echo $TERM xterm-256color $ uname -a Linux localhost.localdomain 3.11.10-100.fc18.x86_64 #1 SMP Mon Dec 2 20:28:38 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux $ screen -v Screen version 4.01.00devel (GNU) 2-May-06 $ strace -V strace -- version 4.7 $ strace -f -e trace=open -o trace.log screen -D -m /bin/bash -c 'perl -Mblib t/readline.t >log 2>&1' ]$ cat log 1..140 # Testing Term::ReadLine::Gnu version 1.22 ok 1 loading ok Try `/usr/bin/perl -Mblib t/readline.t verbose', if you will. ok 2 new ok 3 ReadLine method ok 4 Features method ok 5 Attrib method ok 6 readline_version ok 7 rl_version ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 num_chars_to_read ok 14 pending_input ok 15 dispatching ok 16 ok 17 ok 18 display_prompt ok 19 already_prompted ok 20 gnu_readline_p ok 21 ok 22 readline_name ok 23 prefer_envwin_size ok 24 ok 25 startup_hook ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 executing_keymap ok 35 binding_keymap ok 36 executing_macro ok 37 executing_key ok 38 executing_keyseq ok 39 key_sequence_length ok 40 readline_state ok 41 explicit_arg ok 42 numeric_arg ok 43 editing_mode ok 44 add_defun ok 45 ok 46 ok 47 ok 48 bind_key ok 49 ok 50 ok 51 ok 52 keymap binding ok 53 macro binding ok 54 function binding ok 55 rl_read_init_file ok 56 ok 57 ok 58 unbind_key ok 59 add_funmap_entry ok 60 invoking_keyseqs ok 61 catch_signals ok 62 catch_sigwinch ok 63 change_environment ok 64 set/get_screen_size ok 65 ok 66 ok 67 ok 68 ok 69 char_is_quoted_p ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 special_prefixes ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 completion_type ok 96 ok 97 ok 98 accept-line is bound to \C-m ok 99 forward-char is bound to \C-f ok 100 backward-char is bound to \C-b ok 101 forward-word is bound to \M-f ok 102 backward-word is bound to \M-b ok 103 end-of-line is bound to \C-e ok 104 beginning-of-line is bound to \C-a ok 105 backward-delete-char is bound to \C-h ok 106 delete-char is bound to \C-d ok 107 complete is bound to \C-i ok 108 self insert ok 109 cursor move ok 110 custom commands ok 111 undo ok 112 macro ok 113 ornaments ok 114 operate_and_get_next 1 ok 115 operate_and_get_next 2 ok 116 operate_and_get_next 3 ok 117 operate_and_get_next 4 ok 118 history 1 ok 119 history 2 ok 120 history 3 ok 121 insert completion ok 122 default completion ok 123 username completion ok 124 list completion ok 125 filename completion ok 126 null completion 1 ok 127 null completion 2 ok 128 list & file completion ok 129 ingore_some_completion ok 130 filename_quoting_function ok 131 filename_dequoting_function ok 132 directory_completion_hook ok 133 filename_list ok 134 startup_hook ok 135 pre_input_hook ok 136 redisplay_function ok 137 ok 138 ok 139 ok 140 $
I suspend this ticket. Please reopen this with information to reproduce the problem.
Set the status to 'rejected'. Show quoted text
> Please reopen this with information to reproduce the problem.