llvm-project/compiler-rt/lib/dfsan/lit_tests
Lorenzo Martignoni f073541819 [DFSan] New custom wrappers
Added the following custom wrappers:
  strstr
  strrchr
  memchr
  nanosleep
  socketpair

Tweaked a couple of existing wrappers: if a wrapper returns a pointers derived
from an input pointer, then return the label of the input pointer

Sorted tests invocation

Differential Revision: D2354

llvm-svn: 197601
2013-12-18 19:25:34 +00:00
..
Inputs [dfsan] Initial set of DFSAN_OPTIONS flags. 2013-09-10 01:51:35 +00:00
CMakeLists.txt [dfsan] Runtime support for ABI list functionality; can now run integration tests with args ABI. 2013-08-14 18:54:06 +00:00
basic.c [dfsan] Runtime support for ABI list functionality; can now run integration tests with args ABI. 2013-08-14 18:54:06 +00:00
custom.c [DFSan] New custom wrappers 2013-12-18 19:25:34 +00:00
flags.c [dfsan] Initial set of DFSAN_OPTIONS flags. 2013-09-10 01:51:35 +00:00
fncall.c [dfsan] Runtime support for ABI list functionality; can now run integration tests with args ABI. 2013-08-14 18:54:06 +00:00
lit.cfg [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 22:14:01 +00:00
lit.site.cfg.in [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 22:14:01 +00:00
propagate.c [dfsan] Integration test for the equal-labels case 2013-08-23 18:45:22 +00:00