Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

clang 5 final on os x 10.11 fails TestCase in AddressSanitizer (3365 of 43766) #33588

Open Quuxplusone opened 7 years ago

Quuxplusone commented 7 years ago
Bugzilla Link PR34616
Status NEW
Importance P enhancement
Reported by Zac Hansen (xaxxon@gmail.com)
Reported on 2017-09-14 18:57:57 -0700
Last modified on 2018-06-11 19:01:58 -0700
Version 5.0
Hardware Macintosh MacOS X
CC ganna@apple.com, llvm-bugs@lists.llvm.org, mracek@apple.com, vitalybuka@google.com
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also
os x 10.11.6

building with:

./test-release.sh -release 5.0.0 -final -triple x86_64-apple-darwin15.6.0 -no-
test-suite -j2

Testing: 0 .
FAIL: AddressSanitizer-x86_64-darwin :: TestCases/Darwin/atos-symbolizer.cc
(3365 of 43766)
******************** TEST 'AddressSanitizer-x86_64-darwin ::
TestCases/Darwin/atos-symbolizer.cc' FAILED ********************
Script:
--
/Users/xaxxon/Downloads/llvm-
5.0.0.src/utils/release/final/Phase3/Release/llvmCore-5.0.0-
final.obj/./bin/clang --driver-mode=g++ -fsanitize=address -mno-omit-leaf-frame-
pointer -fno-omit-frame-pointer -fno-optimize-sibling-calls -gline-tables-only -
arch x86_64 -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
-O0 /Users/xaxxon/Downloads/llvm-
5.0.0.src/utils/release/final/llvm.src/projects/compiler-
rt/test/asan/TestCases/Darwin/atos-symbolizer.cc -o
/Users/xaxxon/Downloads/llvm-5.0.0.src/utils/release/final/Phase3/Release/llvmCore-5.0.0-final.obj/projects/compiler-rt/test/asan/X86_64DarwinConfig/TestCases/Darwin/Output/atos-symbolizer.cc.tmp
env ASAN_OPTIONS=abort_on_error=0:log_to_syslog=0:detect_leaks=1:verbosity=2
ASAN_SYMBOLIZER_PATH=$(which atos) not  /Users/xaxxon/Downloads/llvm-
5.0.0.src/utils/release/final/Phase3/Release/llvmCore-5.0.0-
final.obj/projects/compiler-
rt/test/asan/X86_64DarwinConfig/TestCases/Darwin/Output/atos-symbolizer.cc.tmp
2>&1 | FileCheck /Users/xaxxon/Downloads/llvm-
5.0.0.src/utils/release/final/llvm.src/projects/compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer.cc
--
Exit Code: 1

Command Output (stderr):
--
/Users/xaxxon/Downloads/llvm-
5.0.0.src/utils/release/final/llvm.src/projects/compiler-
rt/test/asan/TestCases/Darwin/atos-symbolizer.cc:20:12: error: expected string
not found in input
 // CHECK: #1 0x{{.*}} in main {{.*}}atos-symbolizer.cc:[[@LINE-4]]
           ^
<stdin>:35:30: note: scanning from here
 #0 0x106adcf3d in wrap_free (/Users/xaxxon/Downloads/llvm-5.0.0.src/utils/release/final/Phase3/Release/llvmCore-5.0.0-final.obj/./lib/clang/5.0.0/lib/darwin/libclang_rt.asan_osx_dynamic.dylib:x86_64+0x55f3d)
                             ^
<stdin>:35:30: note: with expression "@LINE-4" equal to "16"
 #0 0x106adcf3d in wrap_free (/Users/xaxxon/Downloads/llvm-5.0.0.src/utils/release/final/Phase3/Release/llvmCore-5.0.0-final.obj/./lib/clang/5.0.0/lib/darwin/libclang_rt.asan_osx_dynamic.dylib:x86_64+0x55f3d)
                             ^
<stdin>:36:175: note: possible intended match here
 #1 0x106a82ed8 in main (/Users/xaxxon/Downloads/llvm-5.0.0.src/utils/release/final/Phase3/Release/llvmCore-5.0.0-final.obj/projects/compiler-rt/test/asan/X86_64DarwinConfig/TestCases/Darwin/Output/atos-symbolizer.cc.tmp:x86_64+0x100000ed8)
                                                                                                                                                                              ^

--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
Quuxplusone commented 6 years ago

Can we close this?