Skip to content

Commit 810d09f

Browse files
committed
[lldb][test] Disable image lookup colour test on Windows
On Linux `main.c` shows up in the symbol search but this is not the case on Windows according to: https://lab.llvm.org/buildbot/#/builders/219/builds/7422/steps/6/logs/stdio It's possible we could make this test work there once function search highlighting is implemented.
1 parent ce3c7c0 commit 810d09f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/test/Shell/Commands/command-image-lookup-color.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# RUN: %clang_host -g %S/Inputs/main.c -o %t
22

3+
# The file main.c is does not show up in search on Windows.
4+
# UNSUPPORTED: system-windows
5+
36
# Checking simple regex search
47

58
# RUN: %lldb %t -b -o 'settings set use-color true' -o 'image lookup -r -s ma' | FileCheck %s --check-prefix CHECK1

0 commit comments

Comments
 (0)