Skip to content

Disable flaky test: dfsan/release_shadow_space.c #91493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 9, 2024

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
@joker-eph joker-eph merged commit 846ffc7 into llvm:main May 9, 2024
4 checks passed
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