llvm-project/compiler-rt/test/gwp_asan
David Spickett 3d5c1a8173 [compiler-rt][GWP-ASAN] Disable 2 tests on Armv7 Linux
These have been failing on our bots for a while due to
incomplete backtraces. (you don't get the names of the
functions that did the access, just the reporter frames)

See:
https://lab.llvm.org/buildbot/#/builders/170/builds/180
2021-07-19 10:45:11 +00:00
..
unit
CMakeLists.txt [GWP-ASan] Migrate lit tests from old Scudo -> Standalone. 2021-05-14 10:41:48 -07:00
backtrace.c [compiler-rt][GWP-ASAN] Disable 2 tests on Armv7 Linux 2021-07-19 10:45:11 +00:00
double_delete.cpp
double_deletea.cpp
double_free.cpp
heap_buffer_overflow.cpp
heap_buffer_underflow.cpp
invalid_free_left.cpp
invalid_free_right.cpp
lit.cfg.py [GWP-ASan] Migrate lit tests from old Scudo -> Standalone. 2021-05-14 10:41:48 -07:00
lit.site.cfg.py.in
page_size.h
realloc.cpp
repeated_alloc.cpp [GWP-ASan] Migrate lit tests from old Scudo -> Standalone. 2021-05-14 10:41:48 -07:00
use_after_delete.cpp
use_after_deletea.cpp
use_after_free.cpp