[compiler-rt] [scudo] Fix wording for unsupported test reason. (PR #110716)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 1 11:14:42 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

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

Author: Evgenii Stepanov (eugenis)

<details>
<summary>Changes</summary>



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


1 Files Affected:

- (modified) compiler-rt/lib/scudo/standalone/tests/memtag_test.cpp (+1-1) 


``````````diff
diff --git a/compiler-rt/lib/scudo/standalone/tests/memtag_test.cpp b/compiler-rt/lib/scudo/standalone/tests/memtag_test.cpp
index 1fae6518653595..09093e11452ddd 100644
--- a/compiler-rt/lib/scudo/standalone/tests/memtag_test.cpp
+++ b/compiler-rt/lib/scudo/standalone/tests/memtag_test.cpp
@@ -19,7 +19,7 @@ namespace scudo {
 
 TEST(MemtagBasicDeathTest, Unsupported) {
   if (archSupportsMemoryTagging())
-    TEST_SKIP("Memory tagging is not supported");
+    TEST_SKIP("Memory tagging is not unsupported");
   // Skip when running with HWASan.
   if (&__hwasan_init != 0)
     TEST_SKIP("Incompatible with HWASan");

``````````

</details>


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


More information about the llvm-commits mailing list