<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 --- - TestCases/stale_stack_leak.cc fails on Fedora 21"
href="http://llvm.org/bugs/show_bug.cgi?id=22760">22760</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>TestCases/stale_stack_leak.cc fails on Fedora 21
</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>hjl.tools@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>TestCases/stale_stack_leak.cc fails on Fedora 21:
[100%] Running all regression tests
lit.py: lit.cfg:195: note: using clang:
'/export/build/gnu/llvm-clang/build-x86_64-linux/./bin/clang'
lit.py: lit.cfg:272: note: Did not find llvm-go in
/export/build/gnu/llvm-clang/build-x86_64-linux/./bin
-- Testing: 23499 tests, 8 threads --
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LeakSanitizer-AddressSanitizer :: TestCases/stale_stack_leak.cc (22568 of
23499)
******************** TEST 'LeakSanitizer-AddressSanitizer ::
TestCases/stale_stack_leak.cc' FAILED ********************
Script:
--
LSAN_BASE="report_objects=1:use_registers=0:use_stacks=1"
/export/build/gnu/llvm-clang/build-x86_64-linux/./bin/clang --driver-mode=g++
-O0 -m64 -gline-tables-only -fsanitize=address
/export/ssd/git/llvm/projects/compiler-rt/test/lsan/TestCases/stale_stack_leak.cc
-o
/export/build/gnu/llvm-clang/build-x86_64-linux/projects/compiler-rt/test/lsan/AsanConfig/TestCases/Output/stale_stack_leak.cc.tmp
LSAN_OPTIONS=$LSAN_BASE not
/export/build/gnu/llvm-clang/build-x86_64-linux/projects/compiler-rt/test/lsan/AsanConfig/TestCases/Output/stale_stack_leak.cc.tmp
2>&1 | FileCheck
/export/ssd/git/llvm/projects/compiler-rt/test/lsan/TestCases/stale_stack_leak.cc
LSAN_OPTIONS=$LSAN_BASE":exitcode=0"
/export/build/gnu/llvm-clang/build-x86_64-linux/projects/compiler-rt/test/lsan/AsanConfig/TestCases/Output/stale_stack_leak.cc.tmp
2>&1 | FileCheck --check-prefix=CHECK-sanity
/export/ssd/git/llvm/projects/compiler-rt/test/lsan/TestCases/stale_stack_leak.cc
--
Exit Code: 1
Command Output (stderr):
--
/export/ssd/git/llvm/projects/compiler-rt/test/lsan/TestCases/stale_stack_leak.cc:40:11:
error: expected string not found in input
// CHECK: LeakSanitizer: detected memory leaks
^
<stdin>:2:1: note: scanning from here
Value after LSan: 0x61a00001f280.
^
<stdin>:2:4: note: possible intended match here
Value after LSan: 0x61a00001f280.
^
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LeakSanitizer-Standalone :: TestCases/stale_stack_leak.cc (22603 of
23499)
******************** TEST 'LeakSanitizer-Standalone ::
TestCases/stale_stack_leak.cc' FAILED ********************
Script:
--
LSAN_BASE="report_objects=1:use_registers=0:use_stacks=1"
/export/build/gnu/llvm-clang/build-x86_64-linux/./bin/clang --driver-mode=g++
-O0 -m64 -gline-tables-only -fsanitize=leak
/export/ssd/git/llvm/projects/compiler-rt/test/lsan/TestCases/stale_stack_leak.cc
-o
/export/build/gnu/llvm-clang/build-x86_64-linux/projects/compiler-rt/test/lsan/LsanConfig/TestCases/Output/stale_stack_leak.cc.tmp
LSAN_OPTIONS=$LSAN_BASE not
/export/build/gnu/llvm-clang/build-x86_64-linux/projects/compiler-rt/test/lsan/LsanConfig/TestCases/Output/stale_stack_leak.cc.tmp
2>&1 | FileCheck
/export/ssd/git/llvm/projects/compiler-rt/test/lsan/TestCases/stale_stack_leak.cc
LSAN_OPTIONS=$LSAN_BASE":exitcode=0"
/export/build/gnu/llvm-clang/build-x86_64-linux/projects/compiler-rt/test/lsan/LsanConfig/TestCases/Output/stale_stack_leak.cc.tmp
2>&1 | FileCheck --check-prefix=CHECK-sanity
/export/ssd/git/llvm/projects/compiler-rt/test/lsan/TestCases/stale_stack_leak.cc
--
Exit Code: 1
Command Output (stderr):
--
/export/ssd/git/llvm/projects/compiler-rt/test/lsan/TestCases/stale_stack_leak.cc:40:11:
error: expected string not found in input
// CHECK: LeakSanitizer: detected memory leaks
^
<stdin>:2:1: note: scanning from here
Value after LSan: 0x61a00001f200.
^
<stdin>:2:4: note: possible intended match here
Value after LSan: 0x61a00001f200.
^
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
Testing Time: 486.18s
********************
Failing Tests (2):
LeakSanitizer-AddressSanitizer :: TestCases/stale_stack_leak.cc
LeakSanitizer-Standalone :: TestCases/stale_stack_leak.cc
Expected Passes : 22909
Expected Failures : 144
Unsupported Tests : 444
Unexpected Failures: 2
[hjl@gnu-6 llvm-clang]$</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>