This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Cygwin Python regression testers wanted


I'm in the process of updating the Cygwin section of the official Python
README.  Since I only have access to Windows NT 4.0 and 2000, I am
seeking Cygwin Python regression testers for the following Windows
platforms:

    95
    95 OSR2
    98
    98 Second Edition
    Me
    XP Home
    XP Professional

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:

        python -E -tt /usr/lib/python2.2/test/regrtest.py -l -x test_select ...

Thanks,
Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]