about summary refs log tree commit diff homepage
path: root/test/Feature/MemoryLimit.c
diff options
context:
space:
mode:
authorMartin Nowack <m.nowack@imperial.ac.uk>2019-03-10 14:19:34 +0000
committerCristian Cadar <c.cadar@imperial.ac.uk>2019-03-12 16:41:27 +0000
commit7f9f6faf0042283ba3f748d7965ba5411edd12ea (patch)
tree8c277a3b35f1798f7adc905df79cb529bbc6775b /test/Feature/MemoryLimit.c
parent74c432e6c46f4c570a14b46346b208aeb8b5e0fa (diff)
downloadklee-7f9f6faf0042283ba3f748d7965ba5411edd12ea.tar.gz
Exclude testcases not compatible with MSan
Diffstat (limited to 'test/Feature/MemoryLimit.c')
-rw-r--r--test/Feature/MemoryLimit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Feature/MemoryLimit.c b/test/Feature/MemoryLimit.c
index d1139aed..30d291e1 100644
--- a/test/Feature/MemoryLimit.c
+++ b/test/Feature/MemoryLimit.c
@@ -1,3 +1,5 @@
+// REQUIRES: not-memsan
+// Memsan adds additional memory that overflows the counter
 // Check that we properly kill states when we exceed our memory bounds, for both
 // small and large allocations (large allocations commonly use mmap(), which can
 // follow a separate path in the allocator and statistics reporting).