From 7c4afbb497a4cab7cdaf27748971aa962e25a4e1 Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Wed, 8 May 2024 12:57:37 +0800 Subject: [PATCH] Disable flaky test: dfsan/release_shadow_space.c The current pass rate on the bot is ~50%. https://github.com/llvm/llvm-project/issues/91287 --- compiler-rt/test/dfsan/release_shadow_space.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler-rt/test/dfsan/release_shadow_space.c b/compiler-rt/test/dfsan/release_shadow_space.c index 675640a1c296d..60dec98ebec49 100644 --- a/compiler-rt/test/dfsan/release_shadow_space.c +++ b/compiler-rt/test/dfsan/release_shadow_space.c @@ -3,6 +3,9 @@ // DFSAN_OPTIONS=no_huge_pages_for_shadow=false RUN: %clang_dfsan %s -DORIGIN_TRACKING -mllvm -dfsan-track-origins=1 -o %t && %run %t // DFSAN_OPTIONS=no_huge_pages_for_shadow=true RUN: %clang_dfsan %s -DORIGIN_TRACKING -mllvm -dfsan-track-origins=1 -o %t && %run %t +// This test is flaky right now: https://github.com/llvm/llvm-project/issues/91287 +// UNSUPPORTED: target={{.*}} + #include #include #include