summaryrefslogtreecommitdiff
path: root/test/lsan/TestCases/large_allocation_leak.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/lsan/TestCases/large_allocation_leak.cc')
-rw-r--r--test/lsan/TestCases/large_allocation_leak.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lsan/TestCases/large_allocation_leak.cc b/test/lsan/TestCases/large_allocation_leak.cc
index 7254f9cbe..c3da932a4 100644
--- a/test/lsan/TestCases/large_allocation_leak.cc
+++ b/test/lsan/TestCases/large_allocation_leak.cc
@@ -5,7 +5,7 @@
// For 32 bit LSan it's pretty likely that large chunks are "reachable" from some
// internal data structures (e.g. Glibc global data).
-// UNSUPPORTED: x86
+// UNSUPPORTED: x86, arm
#include <stdio.h>
#include <stdlib.h>