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.

Author db3l
Recipients db3l, loewis, tarek
Date 2009-11-14.00:08:43
SpamBayes Score 6.574976e-08
Marked as misclassified No
Message-id <1258157325.99.0.88683960005.issue7293@psf.upfronthosting.co.za>
In-reply-to
Content
Since I was feeling bad for the Windows 7 build slave not being able to
pass the tests due to this (at least when other tests weren't failing),
I manually added a matching key on the slave pending any test changes.

In looking around, since this test is specifically part of the
msvc9compiler test module, thus presumably we know that VC9 (VS2008) is
installed, how about a key that is VC9 specific?  It would appear that
"HKCU\Software\Microsoft\VisualStudio\9.0\VC\Build Timing" (DWORD,
default 0) is present on a brand new VS 2008 install.  It's also present
in both the full VS version as well as express.

If the test also needs to support VC8 (VS2005), the same key is present
but under "8.0" rather than "9.0" so the test would need to pass if
either worked.

(Oh, and a correction to my last comment about HKCU - I missed that the
Reg.get_value() in the failing part of the test checks multiple roots,
not just HKCU).
History
Date User Action Args
2009-11-14 00:08:46db3lsetrecipients: + db3l, loewis, tarek
2009-11-14 00:08:45db3lsetmessageid: <1258157325.99.0.88683960005.issue7293@psf.upfronthosting.co.za>
2009-11-14 00:08:44db3llinkissue7293 messages
2009-11-14 00:08:43db3lcreate