[clang] f7a10f0 - [Index] Un-XFAIL test with msan

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 20 09:41:12 PST 2025


Author: Vitaly Buka
Date: 2025-02-20T09:41:00-08:00
New Revision: f7a10f0e8d46085cfebfbd53c3ab19a5ab37774f

URL: https://github.com/llvm/llvm-project/commit/f7a10f0e8d46085cfebfbd53c3ab19a5ab37774f
DIFF: https://github.com/llvm/llvm-project/commit/f7a10f0e8d46085cfebfbd53c3ab19a5ab37774f.diff

LOG: [Index] Un-XFAIL test with msan

Passing after #127078.

Added: 
    

Modified: 
    clang/test/Index/comment-to-html-xml-conversion.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/Index/comment-to-html-xml-conversion.cpp b/clang/test/Index/comment-to-html-xml-conversion.cpp
index e0a7cff5a9a3d..941aa8a27b6bf 100644
--- a/clang/test/Index/comment-to-html-xml-conversion.cpp
+++ b/clang/test/Index/comment-to-html-xml-conversion.cpp
@@ -20,7 +20,6 @@
 // RUN: FileCheck %s < %t/out.c-index-direct
 // RUN: FileCheck %s < %t/out.c-index-pch
 
-// XFAIL: msan
 // XFAIL: valgrind
 
 #ifndef HEADER


        


More information about the cfe-commits mailing list