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

via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 09:02:02 PDT 2024


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 8296f061aafb844bf3b9b002b7791ade7a1d3006 c4c16ec927761d1f9d82e2be488a9d54277498f0 -- compiler-rt/test/dfsan/release_shadow_space.c
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/compiler-rt/test/dfsan/release_shadow_space.c b/compiler-rt/test/dfsan/release_shadow_space.c
index 50ad7e701b..60dec98ebe 100644
--- a/compiler-rt/test/dfsan/release_shadow_space.c
+++ b/compiler-rt/test/dfsan/release_shadow_space.c
@@ -6,7 +6,6 @@
 // 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>

``````````

</details>


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


More information about the llvm-commits mailing list