We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6c02a commit a200201Copy full SHA for a200201
compiler-rt/lib/scudo/standalone/tests/memtag_test.cpp
@@ -19,7 +19,7 @@ namespace scudo {
19
20
TEST(MemtagBasicDeathTest, Unsupported) {
21
if (archSupportsMemoryTagging())
22
- TEST_SKIP("Memory tagging is not supported");
+ TEST_SKIP("Memory tagging is not unsupported");
23
// Skip when running with HWASan.
24
if (&__hwasan_init != 0)
25
TEST_SKIP("Incompatible with HWASan");
0 commit comments