[llvm-bugs] [Bug 28743] New: TestCases/Darwin/dead-strip.c fails
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jul 27 16:23:21 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=28743
Bug ID: 28743
Summary: TestCases/Darwin/dead-strip.c fails
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: hans at chromium.org
CC: llvm-bugs at lists.llvm.org, rzg at apple.com
Blocks: 28600
Classification: Unclassified
These two tests always fail on my Mac, both on trunk and 3.9.
They are the only two tests failing when testing the 3.9 release.
FAIL: AddressSanitizer-i386-darwin :: TestCases/Darwin/dead-strip.c (2185 of
35004)
******************** TEST 'AddressSanitizer-i386-darwin ::
TestCases/Darwin/dead-strip.c' FAILED ********************
Script:
--
/work/release-test/branches_release_39/Phase3/Release/llvmCore-test-branches_release_39.obj/./bin/clang
-fsanitize=address -mno-omit-leaf-frame-pointer -fno-omit-frame-pointer
-fno-optimize-sibling-calls -gline-tables-only -arch i386 -mllvm
-asan-globals-live-support -Xlink
er -dead_strip -o
/work/release-test/branches_release_39/Phase3/Release/llvmCore-test-branches_release_39.obj/projects/compiler-rt/test/asan/I386DarwinConfig/TestCases/Darwin/Output/dead-strip.c.tmp
/work/release-test/branches_release_39/llvm.src/projects/compiler-rt/test/a
san/TestCases/Darwin/dead-strip.c
llvm-nm -format=posix
/work/release-test/branches_release_39/Phase3/Release/llvmCore-test-branches_release_39.obj/projects/compiler-rt/test/asan/I386DarwinConfig/TestCases/Darwin/Output/dead-strip.c.tmp
| FileCheck --check-prefix NM-CHECK /work/release-test/branches_release
_39/llvm.src/projects/compiler-rt/test/asan/TestCases/Darwin/dead-strip.c
not
/work/release-test/branches_release_39/Phase3/Release/llvmCore-test-branches_release_39.obj/projects/compiler-rt/test/asan/I386DarwinConfig/TestCases/Darwin/Output/dead-strip.c.tmp
2>&1 | FileCheck --check-prefix ASAN-CHECK
/work/release-test/branches_release_39/llvm.s
rc/projects/compiler-rt/test/asan/TestCases/Darwin/dead-strip.c
--
Exit Code: 1
Command Output (stderr):
--
<stdin>:11:1: error: NM-CHECK-NOT: string occurred!
_dead S 20e0 0
^
/work/release-test/branches_release_39/llvm.src/projects/compiler-rt/test/asan/TestCases/Darwin/dead-strip.c:16:18:
note: NM-CHECK-NOT: pattern specified here
// NM-CHECK-NOT: {{^_dead }}
^
--
********************
Testing: 0 .
FAIL: AddressSanitizer-x86_64-darwin :: TestCases/Darwin/dead-strip.c (2555 of
35004)
******************** TEST 'AddressSanitizer-x86_64-darwin ::
TestCases/Darwin/dead-strip.c' FAILED ********************
Script:
--
/work/release-test/branches_release_39/Phase3/Release/llvmCore-test-branches_release_39.obj/./bin/clang
-fsanitize=address -mno-omit-leaf-frame-pointer -fno-omit-frame-pointer
-fno-optimize-sibling-calls -gline-tables-only -arch x86_64 -mllvm
-asan-globals-live-support -Xli
nker -dead_strip -o
/work/release-test/branches_release_39/Phase3/Release/llvmCore-test-branches_release_39.obj/projects/compiler-rt/test/asan/X86_64DarwinConfig/TestCases/Darwin/Output/dead-strip.c.tmp
/work/release-test/branches_release_39/llvm.src/projects/compiler-rt/te
st/asan/TestCases/Darwin/dead-strip.c
llvm-nm -format=posix
/work/release-test/branches_release_39/Phase3/Release/llvmCore-test-branches_release_39.obj/projects/compiler-rt/test/asan/X86_64DarwinConfig/TestCases/Darwin/Output/dead-strip.c.tmp
| FileCheck --check-prefix NM-CHECK /work/release-test/branches_relea
se_39/llvm.src/projects/compiler-rt/test/asan/TestCases/Darwin/dead-strip.c
not
/work/release-test/branches_release_39/Phase3/Release/llvmCore-test-branches_release_39.obj/projects/compiler-rt/test/asan/X86_64DarwinConfig/TestCases/Darwin/Output/dead-strip.c.tmp
2>&1 | FileCheck --check-prefix ASAN-CHECK
/work/release-test/branches_release_39/llvm
.src/projects/compiler-rt/test/asan/TestCases/Darwin/dead-strip.c
--
Exit Code: 1
Command Output (stderr):
--
<stdin>:11:1: error: NM-CHECK-NOT: string occurred!
_dead S 100001140 0
^
/work/release-test/branches_release_39/llvm.src/projects/compiler-rt/test/asan/TestCases/Darwin/dead-strip.c:16:18:
note: NM-CHECK-NOT: pattern specified here
// NM-CHECK-NOT: {{^_dead }}
^
--
$ sw_vers -productVersion
10.11.5
--
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/20160727/30cced33/attachment.html>
More information about the llvm-bugs
mailing list