summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2015-09-18 17:22:48 +0000
committerRenato Golin <renato.golin@linaro.org>2015-09-18 17:22:48 +0000
commitadcd5aa8cc3bf32f6de9e3671ce4729ed8b8af44 (patch)
tree9fb66695b0016e364be20d55b991051a57a2165e
parent7f27bb2b8995bbdaf905de72cbb8b6fc770dea3d (diff)
Disable one MSAN test in AArch64 until we have a proper fix
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@248008 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/msan/insertvalue_origin.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/msan/insertvalue_origin.cc b/test/msan/insertvalue_origin.cc
index a0c70023f..96d27f089 100644
--- a/test/msan/insertvalue_origin.cc
+++ b/test/msan/insertvalue_origin.cc
@@ -4,6 +4,7 @@
// RUN: FileCheck %s < %t.out && FileCheck %s < %t.out
// Test origin propagation through insertvalue IR instruction.
+// REQUIRES: stable-runtime
#include <stdio.h>
#include <stdint.h>