On Mon, 24 Mar 2003, Robert Spier wrote: > > I tried a test run of 5.8.x on it and all combinations failed on > > op/alarm.t. > > This is not too surprising. UML has to do some weird things with > timers to function. Can you isolate which test is failing?
Yes, one of the runs said: Tests start here: PERLIO = stdio # Failed at op/alarm.t line 31 # got '' # expected 'ALARM! # ' # Failed at op/alarm.t line 32 t/op/alarm...........................FAILED at test 1 ext/Devel/Peek/Peek..................FAILED at test 14 Failed 2 test scripts out of 691, 99.71% okay. ### Since not all tests were successful, you may want to run some of ### them individually and examine any diagnostic messages they produce. ### See the INSTALL document's section on "make test". ### You have a good chance to get more information by running ### ./perl harness ### in the 't' directory since most (>=80%) of the tests succeeded. ### You may have to set your dynamic library search path, ### LD_LIBRARY_PATH, to point to the build directory: ### setenv LD_LIBRARY_PATH `pwd`:$LD_LIBRARY_PATH; cd t; ./perl harness ### LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd t; ./perl harness ### export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH; cd t; ./perl harness ### for csh-style shells, like tcsh; or for traditional/modern ### Bourne-style shells, like bash, ksh, and zsh, respectively. make[1]: *** [_test_tty] Error 1 make: *** [_test] Error 2 u=1.74 s=1.17 cu=121.71 cs=25.25 scripts=691 tests=70350 Extending failures with Harness # Failed at ../t/op/alarm.t line 31 # got '' # expected 'ALARM! # ' # Failed at ../t/op/alarm.t line 32 Failed 2/2 test scripts, 0.00% okay. 3/26 subtests failed, 88.46% okay. ../ext/Devel/Peek/Peek....FAILED test 14 Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- ../ext/Devel/Peek/Peek.t 22 1 4.55% 14 ../t/op/alarm.t 4 2 50.00% 1-2 The proper run should grind out some email later tonight, and I'm happy to run the smoketest against my "host" RH system which is also 8.0, but has some changes (e.g. LANG="en_US" in /etc/sysconfig/i18n) If there's anythign I can do to make UML usable for smoke testing then I'd be happy to do a few releases as I'm interested in Red Hat, Mandrake and Gentoo... Mike -- [EMAIL PROTECTED] | The "`Stok' disclaimers" apply. http://www.stok.co.uk/~mike/ | GPG PGP Key 1024D/059913DA [EMAIL PROTECTED] | Fingerprint 0570 71CD 6790 7C28 3D60 http://www.exegenix.com/ | 75D2 9EC4 C1C0 0599 13DA
