Skip to content

Conversation

joker-eph
Copy link
Collaborator

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

#91287

@llvmbot
Copy link
Member

llvmbot commented May 8, 2024

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

Author: Mehdi Amini (joker-eph)

Changes

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

#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 --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>

Copy link

github-actions bot commented May 8, 2024

✅ With the latest revision this PR passed the C/C++ code formatter.

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

llvm#91287
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants