We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673cfcd commit 846ffc7Copy full SHA for 846ffc7
compiler-rt/test/dfsan/release_shadow_space.c
@@ -3,6 +3,9 @@
3
// DFSAN_OPTIONS=no_huge_pages_for_shadow=false RUN: %clang_dfsan %s -DORIGIN_TRACKING -mllvm -dfsan-track-origins=1 -o %t && %run %t
4
// DFSAN_OPTIONS=no_huge_pages_for_shadow=true RUN: %clang_dfsan %s -DORIGIN_TRACKING -mllvm -dfsan-track-origins=1 -o %t && %run %t
5
6
+// This test is flaky right now: https://github.com/llvm/llvm-project/issues/91287
7
+// UNSUPPORTED: target={{.*}}
8
+
9
#include <assert.h>
10
#include <sanitizer/dfsan_interface.h>
11
#include <stdbool.h>
0 commit comments