win98 results (was Re: Cygwin Python regression testers wanted)

Hal Wine hal_wine at yahoo.com
Fri Apr 4 19:08:35 EST 2003


Jason Tishler wrote:
> If you are willing to help, then perform the following steps:
> 
> 1. rebase your system [1]
> 
>    a. install the rebase package via Cygwin's setup.exe (if not installed)
>    b. shutdown all Cygwin processes
>    c. start bash (do not use rxvt)
>    d. execute rebaseall (in the bash window)
> 
> 2. run the Python regression test [2]
> 
>    python -E -tt /usr/lib/python2.2/test/regrtest.py -l 2>&1 | tee regrtest.out
> 
> 3. post any failures and/or hangs other than test_commands
> 
> Notes:
> 
> [1] Sorry, but Python's regression test requires a fully rebased system
>     to prevent Cygwin fork() problems.
> 
> [2] If a test hangs, then use regrtest.py's "-x" option to exclude this
>     test.  For example, in the past test_select has hung under 9X/Me, so
>     this test can be skipped as follows:

Final command:
#!/bin/bash

# test_fork1 -- system hang, reboot required
# test_hotshot  -- test hang > 1 min, kill cygwin window required
# test_popen2 -- mouse freeze & win abend dialog

python -E -tt /usr/lib/python2.2/test/regrtest.py -l 2>&1 \
     -x test_fork1		\
     -x test_hotshot		\
     -x test_popen2		\
     | tee regrtest_3.txt

test_pty requires 2 "Illegal program operation" for Python2 
dialogs answered 'debug'. test_socket takes 1

Output (test_XXXX lines removed) attached.


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: regrtest_3.txt
URL: <http://mail.python.org/pipermail/python-list/attachments/20030404/7d50a9d6/attachment.txt>


More information about the Python-list mailing list