[compiler-rt] Disable flaky test: dfsan/release_shadow_space.c (PR #91493)

via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 08:58:53 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-compiler-rt-sanitizer

Author: Mehdi Amini (joker-eph)

<details>
<summary>Changes</summary>

The current pass rate on the bot is ~50%.

https://github.com/llvm/llvm-project/issues/91287

---
Full diff: https://github.com/llvm/llvm-project/pull/91493.diff


1 Files Affected:

- (modified) compiler-rt/test/dfsan/release_shadow_space.c (+3) 


``````````diff
diff --git a/compiler-rt/test/dfsan/release_shadow_space.c b/compiler-rt/test/dfsan/release_shadow_space.c
index 675640a1c296d..6b56a153660ee 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: *
+
 #include <assert.h>
 #include <sanitizer/dfsan_interface.h>
 #include <stdbool.h>

``````````

</details>


https://github.com/llvm/llvm-project/pull/91493


More information about the llvm-commits mailing list