mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
comment out test that uses undefined API in release
This commit is contained in:
@@ -445,7 +445,7 @@ TEST(Table, Prefetch) {
|
||||
|
||||
// Do not run in debug mode, when prefetch is not implemented, or when
|
||||
// sanitizers are enabled.
|
||||
#if defined(NDEBUG) && defined(__GNUC__) && defined(__x86_64__) && \
|
||||
#if 0 && defined(NDEBUG) && defined(__GNUC__) && defined(__x86_64__) && \
|
||||
!defined(ADDRESS_SANITIZER) && !defined(MEMORY_SANITIZER) && \
|
||||
!defined(THREAD_SANITIZER) && !defined(UNDEFINED_BEHAVIOR_SANITIZER)&& \
|
||||
!defined(__EMSCRIPTEN__)
|
||||
|
||||
Reference in New Issue
Block a user