[PATCH] D39774: [asan] Disable unsupported tests for custom shadow scale

Walter Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 10 09:19:41 PST 2017


waltl updated this revision to Diff 122460.
waltl added a comment.

Change approach to only override shadow scale in compiler_rt


https://reviews.llvm.org/D39774

Files:
  compiler-rt/lib/asan/tests/asan_asm_test.cc
  compiler-rt/lib/asan/tests/asan_interface_test.cc
  compiler-rt/test/asan/TestCases/Linux/allocator_oom_test.cc
  compiler-rt/test/asan/TestCases/Linux/asan-asm-stacktrace-test.cc
  compiler-rt/test/asan/TestCases/Linux/asan_prelink_test.cc
  compiler-rt/test/asan/TestCases/Linux/cuda_test.cc
  compiler-rt/test/asan/TestCases/Linux/kernel-area.cc
  compiler-rt/test/asan/TestCases/Linux/nohugepage_test.cc
  compiler-rt/test/asan/TestCases/intra-object-overflow.cc
  compiler-rt/test/asan/TestCases/small_memcpy_test.cc
  compiler-rt/test/asan/TestCases/stack-buffer-overflow-with-position.cc
  compiler-rt/test/asan/TestCases/strtol_strict.c
  compiler-rt/test/asan/TestCases/strtoll_strict.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39774.122460.patch
Type: text/x-patch
Size: 7857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171110/fb7003b3/attachment.bin>


More information about the llvm-commits mailing list