[Symbolize] Fix llvm-symbolizer --filter-markup test on Windows.
authorDaniel Thornburgh <dthorn@google.com>
Mon, 27 Jun 2022 18:13:52 +0000 (11:13 -0700)
committerDaniel Thornburgh <dthorn@google.com>
Mon, 27 Jun 2022 18:16:15 +0000 (11:16 -0700)
commit7598a42e2abcfd72bb742017d185b03fa3bb9bfd
tree6ae833274bfa57cb86cf71ef4518ca77eaac2fd8
parentd58b5a06147eb40aec807ff58c74c20ca9071f28
[Symbolize] Fix llvm-symbolizer --filter-markup test on Windows.

The tests use in-band ANSI color codes, while the Windows cmd console
uses an out-of-band interface for color.
llvm/test/tools/llvm-symbolizer/filter-markup-color.test [new file with mode: 0644]
llvm/test/tools/llvm-symbolizer/filter-markup.test