summaryrefslogtreecommitdiffstats
path: root/test/MSVC/TARGET_ARCH.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix is/is not syntaxMats Wichmann2019-02-111-2/+2
| | | | | | | | In a few places, "is" and "is not" are used to compare with a string or integer literal. Python 3.8 flags these with a SyntaxWarning. Changed to == and != Signed-off-by: Mats Wichmann <mats@linux.com>
* removed unused imports and other sider changesDaniel2019-01-121-2/+0
| | | | fixed syntax issue
* added test for vs 14.1 and checking arm targetsDaniel2019-01-121-0/+22
|
* - moved check for an installed MSVC toolchain into its own function in TestSConsDirk Baechle2012-12-221-9/+1
|
* - fixes for MinGW under Windows, mainly skipping MSVS-specific testsDirk Baechle2012-12-181-0/+5
|
* MSVC: show valid $TARGET_ARCH values when invalid arch passed in.Gary Oberbrunner2012-05-071-1/+12
|
* Fix test for non-win32 platformsWilliam Deegan2010-04-061-5/+4
|
* Fix vc9.0 express issue, misspelling, and add testcase which would have ↵William Deegan2010-04-061-0/+58
exposed the issue.