<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - [AARCH64] lit tests not being run on windows build machines"
href="https://llvm.org/bugs/show_bug.cgi?id=27654">27654</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[AARCH64] lit tests not being run on windows build machines
</td>
</tr>
<tr>
<th>Product</th>
<td>libraries
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Backend: AArch64
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>llvm-dev@redking.me.uk
</td>
</tr>
<tr>
<th>CC</th>
<td>james.molloy@arm.com, llvm-bugs@lists.llvm.org, vitalybuka@google.com
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>