Bug 36598 - test-webkitpy: Add support for a --python24 flag
Summary: test-webkitpy: Add support for a --python24 flag
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-25 07:19 PDT by Chris Jerdonek
Modified: 2012-08-01 19:29 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Jerdonek 2010-03-25 07:19:55 PDT
The --python24 flag should run only the unit tests inside webkitpy/python24 (e.g. versioning_unittest.py).  This gives us an easy way to check that webkitpy/python24 works with Python 2.4.

Also, using test-webkitpy with this flag should warn the caller if it is run with a Python version other than Python 2.4.
Comment 1 Dirk Pranke 2012-08-01 19:29:59 PDT
we don't support python2.4 any more, closing as WONTFIX.