[PATCH] D22094: [compiler-rt] Fix AllocatorCacheDeallocNewThread unittest

Etienne Bergeron via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 7 08:59:47 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL274764: [compiler-rt] Fix AllocatorCacheDeallocNewThread unittest (authored by etienneb).

Changed prior to commit:
  http://reviews.llvm.org/D22094?vs=63081&id=63082#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D22094

Files:
  compiler-rt/trunk/lib/sanitizer_common/tests/sanitizer_allocator_test.cc

Index: compiler-rt/trunk/lib/sanitizer_common/tests/sanitizer_allocator_test.cc
===================================================================
--- compiler-rt/trunk/lib/sanitizer_common/tests/sanitizer_allocator_test.cc
+++ compiler-rt/trunk/lib/sanitizer_common/tests/sanitizer_allocator_test.cc
@@ -601,6 +601,8 @@
   pthread_t t;
   PTHREAD_CREATE(&t, 0, DeallocNewThreadWorker, params);
   PTHREAD_JOIN(t, 0);
+
+  allocator.TestOnlyUnmap();
 }
 #endif
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22094.63082.patch
Type: text/x-patch
Size: 464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160707/6f0eb514/attachment.bin>


More information about the llvm-commits mailing list