llvm-project/compiler-rt/lib/scudo/standalone/tests
Peter Collingbourne c8a2882a97 scudo: Fix one of the C wrapper tests on Android.
The test ScudoWrappersCTest.Realloc expects realloc of memalign to work on
Android, but this relies on dealloc_type_mismatch being set to false. Commit
0d3d4d3b0 caused us to start setting it to true in the C wrapper tests,
which broke the test. Set it to the correct value on Android.

Differential Revision: https://reviews.llvm.org/D71078
2019-12-05 11:15:31 -08:00
..
CMakeLists.txt scudo: Only use the Android reserved TLS slot when building libc's copy of the allocator. 2019-11-20 11:30:58 -08:00
atomic_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
bytemap_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
checksum_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
chunk_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
combined_test.cpp [scudo][standalone] Add chunk ownership function 2019-12-03 08:32:26 -08:00
flags_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
list_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
map_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
mutex_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
primary_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
quarantine_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
release_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
report_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
scudo_unit_test.h [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
scudo_unit_test_main.cpp scudo: Fix one of the C wrapper tests on Android. 2019-12-05 11:15:31 -08:00
secondary_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
size_class_map_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
stats_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
strings_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
tsd_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
vector_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
wrappers_c_test.cpp scudo: Fix the build of wrappers_c_test.cpp on Android. 2019-12-05 11:15:00 -08:00
wrappers_cpp_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00