[dfsan] Turn off all dfsan test cases on non x86_64 OSs
authorJianzhou Zhao <jianzhouzh@google.com>
Wed, 5 May 2021 05:30:53 +0000 (05:30 +0000)
committerJianzhou Zhao <jianzhouzh@google.com>
Wed, 5 May 2021 05:30:53 +0000 (05:30 +0000)
commit79debe8d7b5897d6c8efaa8cd9846a3b4533d57f
tree7ca872c0456871cb72d90fdd33ec07c7c2593a4a
parent35ecfda01ccd19e1222c065056f68bbd2575e4ac
[dfsan] Turn off all dfsan test cases on non x86_64 OSs

https://reviews.llvm.org/D101666 enables sanitizer allocator.
This broke all test cases on non x86-64.
18 files changed:
compiler-rt/test/dfsan/basic.c
compiler-rt/test/dfsan/dump_labels.c
compiler-rt/test/dfsan/event_callbacks.c
compiler-rt/test/dfsan/fast16labels.c
compiler-rt/test/dfsan/flags.c
compiler-rt/test/dfsan/flush.c
compiler-rt/test/dfsan/fncall.c
compiler-rt/test/dfsan/interceptors.c
compiler-rt/test/dfsan/label_count.c
compiler-rt/test/dfsan/pair.cpp
compiler-rt/test/dfsan/propagate.c
compiler-rt/test/dfsan/release_shadow_space.c
compiler-rt/test/dfsan/sigaction.c
compiler-rt/test/dfsan/struct.c
compiler-rt/test/dfsan/threaded_flush.c
compiler-rt/test/dfsan/trace-cmp.c
compiler-rt/test/dfsan/vararg.c
compiler-rt/test/dfsan/write_callback.c