[clang] ea3dbb8 - [Clang] Disable rewrite-includes-bom.c on Windows

Aiden Grossman via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 19 13:39:50 PDT 2025


Author: Aiden Grossman
Date: 2025-10-19T20:38:46Z
New Revision: ea3dbb8b0061a7e44cba92b6e4e4486c4a416d65

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

LOG: [Clang] Disable rewrite-includes-bom.c on Windows

This was failing on
https://lab.llvm.org/buildbot/#/builders/46/builds/25073. This test
seems to have always had portability problems looking at the commit
history. The most recent patch I landed to touch this enabled it on
Windows again, so we are not disabling coverage that was there before.

Added: 
    

Modified: 
    clang/test/Frontend/rewrite-includes-bom.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Frontend/rewrite-includes-bom.c b/clang/test/Frontend/rewrite-includes-bom.c
index 46a6c3062a55a..27bf470ba1fd1 100644
--- a/clang/test/Frontend/rewrite-includes-bom.c
+++ b/clang/test/Frontend/rewrite-includes-bom.c
@@ -3,5 +3,6 @@
 // RUN: cat %t.c | od -t x1 | not grep -q 'ef\s*bb\s*bf'
 // RUN: %clang_cc1 -fsyntax-only -verify %t.c
 // expected-no-diagnostics
+// UNSUPPORTED: system-windows
 
 #include "rewrite-includes-bom.h"


        


More information about the cfe-commits mailing list