llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux
Dmitry Vyukov 2e2ac45655 asan: fix a test
Page size is not necessary 4096.
Use sysconf to obtain page size.

llvm-svn: 242651
2015-07-19 21:44:49 +00:00
..
aligned_alloc.c [sanitizer] support c11 aligned_alloc, Linux only for now 2014-07-04 07:30:34 +00:00
assert.cc [asan] under handle_abort=1 option intercept SIGABRT in addition to SIGSEGV/SIGBUS. Among other things this will allow to set up a death callback for SIGABRT and thus properly handle assert() in lib/Fuzzer 2015-05-05 01:37:33 +00:00
clock_gettime.c Add regression test for PR15823 2014-08-18 22:11:14 +00:00
getpass.cc [sanitizer] De-flake one test. 2014-07-15 08:46:51 +00:00
getpwnam_r_invalid_user.cc [Sanitizer] Fix getpwnam test on ppc64le Fedora 21. 2015-04-23 22:20:33 +00:00
hard_rss_limit_mb_test.cc [asan] use getrusage as an alternative to reading /proc/self/statm. Also move GetRSS to sanitizer_linux_libcdep.cc (no change in the function itself) 2015-01-29 02:54:39 +00:00
lit.local.cfg
mlock_test.cc [sanitizer] move mlock interceptor from asan/tsan/msan to common; no functionality change intended 2014-08-25 20:57:59 +00:00
open_memstream.cc [msan] Fix open_memstream handling. 2015-07-17 16:10:37 +00:00
ptrace.cc [MSan][MIPS] Fix for some failing tests on MIPS64 2015-02-18 09:24:19 +00:00
sanitizer_set_death_callback_test.cc [asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_callback 2014-12-15 23:02:57 +00:00
sched_getparam.cc [sanitizer] Move sched_getparam test under Linux/. 2015-01-22 15:34:50 +00:00
signal_segv_handler.cc asan: fix a test 2015-07-19 21:44:49 +00:00
soft_rss_limit_mb_test.cc [asan] use getrusage as an alternative to reading /proc/self/statm. Also move GetRSS to sanitizer_linux_libcdep.cc (no change in the function itself) 2015-01-29 02:54:39 +00:00
timerfd.cc [sanitizer] Intercept timerfd_settime, timerfd_gettime. 2014-08-07 14:21:42 +00:00