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: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected]
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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs