[compiler-rt] 846ffc7 - Disable flaky test: dfsan/release_shadow_space.c (#91493)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 9 07:32:58 PDT 2024
Author: Mehdi Amini
Date: 2024-05-09T22:32:54+08:00
New Revision: 846ffc7ac1a43dc83fc0ee1280a793988fae7ab0
URL: https://github.com/llvm/llvm-project/commit/846ffc7ac1a43dc83fc0ee1280a793988fae7ab0
DIFF: https://github.com/llvm/llvm-project/commit/846ffc7ac1a43dc83fc0ee1280a793988fae7ab0.diff
LOG: Disable flaky test: dfsan/release_shadow_space.c (#91493)
The current pass rate on the bot is ~50%.
https://github.com/llvm/llvm-project/issues/91287
Added:
Modified:
compiler-rt/test/dfsan/release_shadow_space.c
Removed:
################################################################################
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 <assert.h>
#include <sanitizer/dfsan_interface.h>
#include <stdbool.h>
More information about the llvm-commits
mailing list