This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_msilib skip unexpected on non-Windows platforms
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.1, Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rosslagerwall Nosy List: loewis, nadeem.vawda, python-dev, rosslagerwall
Priority: normal Keywords: patch

Created on 2011-03-30 05:56 by nadeem.vawda, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_msilib-expected.diff nadeem.vawda, 2011-03-30 05:56 review
Messages (3)
msg132570 - (view) Author: Nadeem Vawda (nadeem.vawda) * (Python committer) Date: 2011-03-30 05:56
When running regrtest on a non-Windows platform, I get a warning that
test_msilib was skipped unexpectedly. The attached patch modifies regrtest to
indicate that this is expected.
msg133408 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-04-09 18:42
New changeset d4730f14b6c0 by Ross Lagerwall in branch '3.1':
Issue #11719: Fix message about unexpected test_msilib skip.
http://hg.python.org/cpython/rev/d4730f14b6c0

New changeset 8b146103d29e by Ross Lagerwall in branch '2.7':
Issue #11719: Fix message about unexpected test_msilib skip.
http://hg.python.org/cpython/rev/8b146103d29e
msg133409 - (view) Author: Ross Lagerwall (rosslagerwall) (Python committer) Date: 2011-04-09 18:44
Thanks for the patch.
History
Date User Action Args
2022-04-11 14:57:15adminsetgithub: 55928
2011-04-09 18:44:25rosslagerwallsetstatus: open -> closed

assignee: rosslagerwall
versions: + Python 3.1, Python 2.7, Python 3.2
nosy: + rosslagerwall

messages: + msg133409
resolution: fixed
stage: resolved
2011-04-09 18:42:00python-devsetnosy: + python-dev
messages: + msg133408
2011-03-30 05:56:49nadeem.vawdacreate