[llvm-bugs] [Bug 27654] New: [AARCH64] lit tests not being run on windows build machines
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu May 5 02:36:03 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27654
Bug ID: 27654
Summary: [AARCH64] lit tests not being run on windows build
machines
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Backend: AArch64
Assignee: unassignedbugs at nondot.org
Reporter: llvm-dev at redking.me.uk
CC: james.molloy at arm.com, llvm-bugs at lists.llvm.org,
vitalybuka at google.com
Classification: Unclassified
llvm\test\CodeGen\AArch64\lit.local.cfg currently disables tests on windows
machines:
# For now we don't test arm64-win32.
if re.search(r'cygwin|mingw32|win32|windows-gnu|windows-msvc',
config.target_triple):
config.unsupported = True
Removing this snippet and running on a win7/vs2015 build, I saw the tests run
and with no resultant failures. However, I don't have a cygwin/mingw machine at
hand to check with those.
Note: This led to the build failure on D19805/r268504 as the patch had only
been tested on windows before commit.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160505/c5d7706a/attachment.html>
More information about the llvm-bugs
mailing list