Created
November 21, 2014 05:51
-
-
Save SDkie/6d2013b72ea67d77d094 to your computer and use it in GitHub Desktop.
make check-sanitizer output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kms@mipssw006:~/LLVM_x86/compiler-rt_build/test/sanitizer_common$ /usr/bin/python /home/kms/LLVM_mips/source/llvm/utils/lit/lit.py -v /home/kms/LLVM_x86/compiler-rt_build/test/sanitizer_common/asan /home/kms/LLVM_x86/compiler-rt_build/test/sanitizer_common/tsan /home/kms/LLVM_x86/compiler-rt_build/test/sanitizer_common/msan /home/kms/LLVM_x86/compiler-rt_build/test/sanitizer_common/lsan | |
-- Testing: 48 tests, 6 threads -- | |
PASS: SanitizerCommon-asan :: Linux/mlock_test.cc (1 of 48) | |
PASS: SanitizerCommon-asan :: Linux/clock_gettime.c (2 of 48) | |
PASS: SanitizerCommon-asan :: Linux/aligned_alloc.c (3 of 48) | |
PASS: SanitizerCommon-asan :: Linux/getpass.cc (4 of 48) | |
PASS: SanitizerCommon-asan :: Linux/getpwnam_r_invalid_user.cc (5 of 48) | |
PASS: SanitizerCommon-asan :: corelimit.cc (6 of 48) | |
PASS: SanitizerCommon-asan :: Linux/timerfd.cc (7 of 48) | |
PASS: SanitizerCommon-asan :: Linux/ptrace.cc (8 of 48) | |
PASS: SanitizerCommon-asan :: pthread_mutexattr_get.cc (9 of 48) | |
PASS: SanitizerCommon-lsan :: Linux/aligned_alloc.c (10 of 48) | |
PASS: SanitizerCommon-asan :: malloc_hook.cc (11 of 48) | |
PASS: SanitizerCommon-lsan :: Linux/clock_gettime.c (12 of 48) | |
XFAIL: SanitizerCommon-lsan :: Linux/mlock_test.cc (13 of 48) | |
PASS: SanitizerCommon-asan :: Linux/open_memstream.cc (14 of 48) | |
PASS: SanitizerCommon-lsan :: Linux/getpass.cc (15 of 48) | |
PASS: SanitizerCommon-lsan :: Linux/getpwnam_r_invalid_user.cc (16 of 48) | |
PASS: SanitizerCommon-asan :: print-stack-trace.cc (17 of 48) | |
XFAIL: SanitizerCommon-lsan :: corelimit.cc (18 of 48) | |
PASS: SanitizerCommon-lsan :: Linux/ptrace.cc (19 of 48) | |
PASS: SanitizerCommon-lsan :: Linux/timerfd.cc (20 of 48) | |
PASS: SanitizerCommon-lsan :: malloc_hook.cc (21 of 48) | |
PASS: SanitizerCommon-lsan :: Linux/open_memstream.cc (22 of 48) | |
PASS: SanitizerCommon-lsan :: pthread_mutexattr_get.cc (23 of 48) | |
PASS: SanitizerCommon-msan :: Linux/aligned_alloc.c (24 of 48) | |
PASS: SanitizerCommon-msan :: Linux/clock_gettime.c (25 of 48) | |
PASS: SanitizerCommon-msan :: Linux/mlock_test.cc (26 of 48) | |
PASS: SanitizerCommon-msan :: Linux/getpass.cc (27 of 48) | |
PASS: SanitizerCommon-msan :: Linux/getpwnam_r_invalid_user.cc (28 of 48) | |
PASS: SanitizerCommon-lsan :: print-stack-trace.cc (29 of 48) | |
PASS: SanitizerCommon-msan :: Linux/ptrace.cc (30 of 48) | |
PASS: SanitizerCommon-msan :: corelimit.cc (31 of 48) | |
PASS: SanitizerCommon-tsan :: Linux/aligned_alloc.c (32 of 48) | |
PASS: SanitizerCommon-msan :: Linux/timerfd.cc (33 of 48) | |
PASS: SanitizerCommon-msan :: malloc_hook.cc (34 of 48) | |
PASS: SanitizerCommon-msan :: pthread_mutexattr_get.cc (35 of 48) | |
PASS: SanitizerCommon-tsan :: Linux/clock_gettime.c (36 of 48) | |
PASS: SanitizerCommon-msan :: Linux/open_memstream.cc (37 of 48) | |
PASS: SanitizerCommon-tsan :: Linux/mlock_test.cc (38 of 48) | |
PASS: SanitizerCommon-tsan :: Linux/getpwnam_r_invalid_user.cc (39 of 48) | |
PASS: SanitizerCommon-tsan :: Linux/getpass.cc (40 of 48) | |
PASS: SanitizerCommon-msan :: print-stack-trace.cc (41 of 48) | |
PASS: SanitizerCommon-tsan :: corelimit.cc (42 of 48) | |
PASS: SanitizerCommon-tsan :: Linux/ptrace.cc (43 of 48) | |
PASS: SanitizerCommon-tsan :: Linux/timerfd.cc (44 of 48) | |
PASS: SanitizerCommon-tsan :: malloc_hook.cc (45 of 48) | |
PASS: SanitizerCommon-tsan :: pthread_mutexattr_get.cc (46 of 48) | |
PASS: SanitizerCommon-tsan :: Linux/open_memstream.cc (47 of 48) | |
PASS: SanitizerCommon-tsan :: print-stack-trace.cc (48 of 48) | |
Testing Time: 4.04s | |
Expected Passes : 46 | |
Expected Failures : 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment