[llvm] d3ff327 - [Symbolize] Fix MarkupFilter tests for Windows.

Daniel Thornburgh via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 11:18:54 PDT 2022


Author: Daniel Thornburgh
Date: 2022-06-27T11:18:41-07:00
New Revision: d3ff32720dbeaff0ab829ebae0fa8eaa7ebaa20d

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

LOG: [Symbolize] Fix MarkupFilter tests for Windows.

The tests use in-band ANSI color codes, while the Windows cmd console
uses an out-of-band interface for color.

Added: 
    

Modified: 
    llvm/test/DebugInfo/symbolize-filter-markup-color.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/symbolize-filter-markup-color.test b/llvm/test/DebugInfo/symbolize-filter-markup-color.test
index 49f50fbc1ae75..6279ae4804f51 100644
--- a/llvm/test/DebugInfo/symbolize-filter-markup-color.test
+++ b/llvm/test/DebugInfo/symbolize-filter-markup-color.test
@@ -1,3 +1,5 @@
+UNSUPPORTED: system-windows
+
 RUN: echo -e "\033[1mbold\033[0mreset" > %t.input
 RUN: echo -e "\033[1mboldnoreset" >> %t.input
 RUN: echo -e "resetafternewline" >> %t.input


        


More information about the llvm-commits mailing list