hanchenye-llvm-project/compiler-rt/test/msan
Evgeniy Stepanov 3905bb9150 [asan] De-flake one test.
This change replaces an in-test timeout with an unconditional blocking wait.
It speeds up normal execution significantly at the cost of hanging up indefinitely
in case of a failure. This is a very specific regression test and we don't
expect any failures in the future.

Another approach ould be increasing the timeout to ~8 seconds, which seems too
much for a lit test.

llvm-svn: 217870
2014-09-16 12:03:52 +00:00
..
Linux [msan] Fix wrong array index in io_submit interceptor. 2014-09-08 09:28:25 +00:00
Unit
scandir_test_root
wrap_indirect_calls
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
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_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
wrap_indirect_calls.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
wrap_indirect_calls2.cc Add %run to all lit tests 2014-04-30 21:34:17 +00:00
wrap_indirect_calls_in_rtl.cc [msan] Make one test case less brittle. 2014-07-11 08:47:51 +00:00