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