hanchenye-llvm-project/compiler-rt/test/msan
Evgeniy Stepanov a0b6899234 [msan] Fix origin propagation for select of floats.
MSan does not assign origin for instrumentation temps (i.e. the ones that do
not come from the application code), but "select" instrumentation erroneously
tried to use one of those.

https://code.google.com/p/memory-sanitizer/issues/detail?id=78

llvm-svn: 222918
2014-11-28 11:17:58 +00:00
..
Linux [msan] Fix wrong array index in io_submit interceptor. 2014-09-08 09:28:25 +00:00
Unit
scandir_test_root
CMakeLists.txt [CMake] lit tests shouldn't depend on runtimes in standalone build 2014-02-20 09:47:18 +00:00
allocator_returns_null.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
backtrace.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
c-strdup.c Add %run to all lit tests 2014-04-30 21:34:17 +00:00
chained_origin.cc [msan] Fix bad interaction between with-calls mode and chained origin tracking. 2014-06-25 14:41:57 +00:00
chained_origin_empty_stack.cc [msan] Add store_context_size= flag. 2014-06-27 12:48:01 +00:00
chained_origin_limits.cc [msan] Make chained_origin_limits test faster. 2014-09-08 09:04:45 +00:00
chained_origin_memcpy.cc [msan] Fix bad interaction between with-calls mode and chained origin tracking. 2014-06-25 14:41:57 +00:00
chained_origin_with_signals.cc [msan] Use SIGHUP instead of SIGUSR1 in test. 2014-07-30 08:17:58 +00:00
check_mem_is_initialized.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
cxa_atexit.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
death-callback.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
default_blacklist.cc
dlerror.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
dso-origin.cc [MSan] Use a single file for dso-origin test 2014-07-07 20:37:12 +00:00
dtls_test.c [msan] Fix false positive on dynamic tls. 2014-06-25 11:30:35 +00:00
errno.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
fork.cc [asan] De-flake one test. 2014-09-16 12:03:52 +00:00
ftime.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
getaddrinfo-positive.cc [msan] Fix __msan_check_mem_is_initialized and prettify its output. 2014-05-07 11:50:14 +00:00
getaddrinfo.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
getc_unlocked.c Add %run to all lit tests 2014-04-30 21:34:17 +00:00
getline.cc [MSan] Make one more test standalone 2014-07-07 20:59:10 +00:00
heap-origin.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
iconv.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
if_indextoname.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
ifaddrs.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
initgroups.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
inline.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
insertvalue_origin.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
ioctl.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
ioctl_custom.cc [msan] Fix __msan_check_mem_is_initialized and prettify its output. 2014-05-07 11:50:14 +00:00
ioctl_sound.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
keep-going-dso.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
keep-going.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
lit.cfg Use "-gline-tables-only" instead of "-g" in sanitizer test suites. 2014-09-05 22:05:32 +00:00
lit.site.cfg.in
mallinfo.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
mktime.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
mmap_below_shadow.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
msan_check_mem_is_initialized.cc [msan] Fix __msan_check_mem_is_initialized and prettify its output. 2014-05-07 11:50:14 +00:00
msan_dump_shadow.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
msan_print_shadow.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
msan_print_shadow2.cc [msan] Fix print_shadow test. 2014-05-06 08:15:50 +00:00
msan_print_shadow3.cc [msan] Fix wrong endianness when printing shadow. 2014-06-06 14:06:14 +00:00
mul_by_const.cc [msan] Fix handling of multiplication by a constant with a number of trailing zeroes. 2014-06-17 09:23:12 +00:00
no_sanitize_memory.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
no_sanitize_memory_prop.cc [msan] Stop propagating shadow in blacklisted functions. 2014-07-03 11:56:30 +00:00
obstack.cc [sanitizer] Intercept obstack. 2014-05-07 11:50:56 +00:00
param_tls_limit.cc [msan] Handle param-tls overflow. 2014-10-22 00:12:40 +00:00
poison_in_free.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
print_stats.cc [msan] Print stats even on successful run with atexit=1. 2014-06-24 09:04:06 +00:00
pthread_getattr_np_deadlock.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
rand_r.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
readdir64.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
report-demangling.cc [msan] Stop demangling function name in the stack origin report. 2014-07-14 09:35:27 +00:00
scandir.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
scandir_null.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
select.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
select_float_origin.cc [msan] Fix origin propagation for select of floats. 2014-11-28 11:17:58 +00:00
select_origin.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
setlocale.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
signal_stress_test.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
sigwait.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
sigwaitinfo.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
stack-origin.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
strerror_r-non-gnu.c Add %run to all lit tests 2014-04-30 21:34:17 +00:00
strlen_of_shadow.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
strxfrm.cc [msan] Intercept strxfrm. 2014-05-08 12:04:01 +00:00
sync_lock_set_and_test.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
textdomain.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
times.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
tls_reuse.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
tsearch.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
tzset.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
unaligned_read_origin.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
unpoison_string.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
use-after-free.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
vector_cvt.cc Fix line numbers for code inlined from __nodebug__ functions. 2014-06-09 09:09:19 +00:00
vector_select.cc