summaryrefslogtreecommitdiff
path: root/test/dfsan
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2016-12-09 19:02:04 +0000
committerRenato Golin <renato.golin@linaro.org>2016-12-09 19:02:04 +0000
commit4c944cba096f7a4d5033002ed46854e3b74d2cff (patch)
tree1c5a00e6306d94db7fef5b23433f3927f92f8408 /test/dfsan
parent2f6cff1b72b413c01b3937d1f3f6b5f674ed929a (diff)
downloadcompiler-rt-4c944cba096f7a4d5033002ed46854e3b74d2cff.tar.gz
[DFSAN] Another unstable test in AArch64 breaking bots unnecessarily
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@289253 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/dfsan')
-rw-r--r--test/dfsan/write_callback.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dfsan/write_callback.c b/test/dfsan/write_callback.c
index 3ba027a0a..31470efa9 100644
--- a/test/dfsan/write_callback.c
+++ b/test/dfsan/write_callback.c
@@ -3,6 +3,7 @@
// Tests that the custom implementation of write() does writes with or without
// a callback set using dfsan_set_write_callback().
+// REQUIRES: stable-runtime
#include <sanitizer/dfsan_interface.h>