Skip to content

Commit 846ffc7

Browse files
authored
Disable flaky test: dfsan/release_shadow_space.c (#91493)
The current pass rate on the bot is ~50%. #91287
1 parent 673cfcd commit 846ffc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/dfsan/release_shadow_space.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// DFSAN_OPTIONS=no_huge_pages_for_shadow=false RUN: %clang_dfsan %s -DORIGIN_TRACKING -mllvm -dfsan-track-origins=1 -o %t && %run %t
44
// DFSAN_OPTIONS=no_huge_pages_for_shadow=true RUN: %clang_dfsan %s -DORIGIN_TRACKING -mllvm -dfsan-track-origins=1 -o %t && %run %t
55

6+
// This test is flaky right now: https://github.com/llvm/llvm-project/issues/91287
7+
// UNSUPPORTED: target={{.*}}
8+
69
#include <assert.h>
710
#include <sanitizer/dfsan_interface.h>
811
#include <stdbool.h>

0 commit comments

Comments
 (0)