projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f66b4b
)
[DFSAN] Another unstable test in AArch64 breaking bots unnecessarily
author
Renato Golin
<renato.golin@linaro.org>
Fri, 9 Dec 2016 19:02:04 +0000
(19:02 +0000)
committer
Renato Golin
<renato.golin@linaro.org>
Fri, 9 Dec 2016 19:02:04 +0000
(19:02 +0000)
llvm-svn: 289253
compiler-rt/test/dfsan/write_callback.c
patch
|
blob
|
history
diff --git
a/compiler-rt/test/dfsan/write_callback.c
b/compiler-rt/test/dfsan/write_callback.c
index
3ba027a
..
31470ef
100644
(file)
--- a/
compiler-rt/test/dfsan/write_callback.c
+++ b/
compiler-rt/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>