summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/vla_condition_overflow.cc
diff options
context:
space:
mode:
authorYury Gribov <y.gribov@samsung.com>2015-05-28 10:30:46 +0000
committerYury Gribov <y.gribov@samsung.com>2015-05-28 10:30:46 +0000
commitbb89b882be64819adf2de223e4bbe71156eb038b (patch)
tree28185a951451db8a86a4345bcb21ae5fa9047352 /test/asan/TestCases/vla_condition_overflow.cc
parentcb85a49273f9c60998656315df87b5b1090c5811 (diff)
[ASan] XFAIL VLA tests on ARM and PowerPC. Patch by Max Ostapenko!
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@238409 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/vla_condition_overflow.cc')
-rw-r--r--test/asan/TestCases/vla_condition_overflow.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/asan/TestCases/vla_condition_overflow.cc b/test/asan/TestCases/vla_condition_overflow.cc
index 07470d202..4f083ee9a 100644
--- a/test/asan/TestCases/vla_condition_overflow.cc
+++ b/test/asan/TestCases/vla_condition_overflow.cc
@@ -1,6 +1,8 @@
// RUN: %clangxx_asan -O0 -mllvm -asan-instrument-allocas %s -o %t
// RUN: not %run %t 2>&1 | FileCheck %s
//
+// XFAIL: arm-linux-gnueabi
+// XFAIL: armv7l-unknown-linux-gnueabihf
#include <assert.h>
#include <stdint.h>