<html>
<head>
<base href="http://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 --- - AddressSanitizer: Linux '-m32' tests cannot be avoidable if '-m32' option is not supported"
href="http://llvm.org/bugs/show_bug.cgi?id=16197">16197</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>AddressSanitizer: Linux '-m32' tests cannot be avoidable if '-m32' option is not supported
</td>
</tr>
<tr>
<th>Product</th>
<td>compiler-rt
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</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>compiler-rt
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>ed0.88.prez@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Hi. I get these failures in the following tests:
Failing Tests (28):
AddressSanitizer :: Linux/clone_test.cc
AddressSanitizer :: Linux/glob.cc
AddressSanitizer :: Linux/heavy_uar_test.cc
AddressSanitizer :: Linux/interception_failure_test.cc
AddressSanitizer :: Linux/interception_malloc_test.cc
AddressSanitizer :: Linux/interception_test.cc
AddressSanitizer :: allow_user_segv.cc
AddressSanitizer :: blacklist.cc
AddressSanitizer :: deep_stack_uaf.cc
AddressSanitizer :: deep_tail_call.cc
AddressSanitizer :: deep_thread_stack.cc
AddressSanitizer :: global-overflow.cc
AddressSanitizer :: heap-overflow.cc
AddressSanitizer :: initialization-blacklist.cc
AddressSanitizer :: initialization-bug.cc
AddressSanitizer :: initialization-constexpr.cc
AddressSanitizer :: initialization-nobug.cc
AddressSanitizer :: large_func_test.cc
AddressSanitizer :: memcmp_test.cc
AddressSanitizer :: null_deref.cc
AddressSanitizer :: partial_right.cc
AddressSanitizer :: shared-lib-test.cc
AddressSanitizer :: stack-overflow.cc
AddressSanitizer :: strncpy-overflow.cc
AddressSanitizer :: use-after-free-right.cc
AddressSanitizer :: use-after-free.cc
AddressSanitizer :: use-after-scope-inlined.cc
AddressSanitizer :: wait.cc
All of these have commands like this:
"// RUN: %clangxx_asan -m32 -O2 %s -o %t &&
ASAN_OPTIONS=allow_user_segv_handler=true %t 2>&1 | FileCheck %s"
which my system don't support.
Because of this, I can't be certain if I get regressions or not when I update
the code base.</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>