Skip to content

Commit

Permalink
Enable memory testing under Darwin, as it does work now
Browse files Browse the repository at this point in the history
(cherry picked from commit 86dc5ff)
  • Loading branch information
qris committed Oct 7, 2017
1 parent f4661d6 commit 2269177
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/common/BoxPlatform.h
Expand Up @@ -62,12 +62,6 @@
#define PLATFORM_CLIB_FNS_INTERCEPTION_IMPOSSIBLE
#endif

// Disable memory testing under Darwin, it just doesn't like it very much.
#ifdef __APPLE__
// TODO: We really should get some decent leak detection code.
#define PLATFORM_DISABLE_MEM_LEAK_TESTING
#endif

// Darwin also has a weird idea of permissions and dates on symlinks:
// perms are fixed at creation time by your umask, and dates can't be
// changed. This breaks unit tests if we try to compare these things.
Expand Down

0 comments on commit 2269177

Please sign in to comment.