================
@@ -237,12 +237,38 @@ def test_help_unknown_flag(self):
@no_debug_info_test
def test_help_format_output(self):
----------------
charles-zablit wrote:
> @charles-zablit the other tests I found that looked for ANSI codes were for
> the status bar. Which is implicitly skipped on Windows because we don't have
> pexpect.
>
> This test doesn't use pexpect, but I don't know if I can safely expect ANSI
> codes on Windows. I wonder if:
>
> * "use-color on" outputs them anyway, or
> * I should skip on Windows, or
> * I should do a pre-check to see if I get any ANSI codes at all, and if not,
> skip the test
https://github.com/llvm/llvm-project/blob/94e21bcec061c1691cd0d5382e3c6f420e0386c4/lldb/test/Shell/Settings/TestFrameFormatColor.test#L4
This test checks for ANSI codes on Windows. I think it's safe to expect them.
https://github.com/llvm/llvm-project/pull/178235
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits