forked from OSchip/llvm-project
[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.
This commit is contained in:
parent
7598a42e2a
commit
d3ff32720d
|
@ -1,3 +1,5 @@
|
||||||
|
UNSUPPORTED: system-windows
|
||||||
|
|
||||||
RUN: echo -e "\033[1mbold\033[0mreset" > %t.input
|
RUN: echo -e "\033[1mbold\033[0mreset" > %t.input
|
||||||
RUN: echo -e "\033[1mboldnoreset" >> %t.input
|
RUN: echo -e "\033[1mboldnoreset" >> %t.input
|
||||||
RUN: echo -e "resetafternewline" >> %t.input
|
RUN: echo -e "resetafternewline" >> %t.input
|
||||||
|
|
Loading…
Reference in New Issue