aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2023-12-08 13:36:41 +0000
committerDavid Spickett <david.spickett@linaro.org>2023-12-08 13:36:41 +0000
commit810d09faf89af53025205c540ef9980e2286e687 (patch)
treee43ac4b6abe36c4eb6b8375e43e9d1552defb6df
parentce3c7c09100803608177459b4d923f17742885f9 (diff)
downloadllvm-810d09faf89af53025205c540ef9980e2286e687.zip
llvm-810d09faf89af53025205c540ef9980e2286e687.tar.gz
llvm-810d09faf89af53025205c540ef9980e2286e687.tar.bz2
[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.
-rw-r--r--lldb/test/Shell/Commands/command-image-lookup-color.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/Shell/Commands/command-image-lookup-color.test b/lldb/test/Shell/Commands/command-image-lookup-color.test
index 2b44524..4a3169f 100644
--- a/lldb/test/Shell/Commands/command-image-lookup-color.test
+++ b/lldb/test/Shell/Commands/command-image-lookup-color.test
@@ -1,5 +1,8 @@
# RUN: %clang_host -g %S/Inputs/main.c -o %t
+# The file main.c is does not show up in search on Windows.
+# UNSUPPORTED: system-windows
+
# Checking simple regex search
# RUN: %lldb %t -b -o 'settings set use-color true' -o 'image lookup -r -s ma' | FileCheck %s --check-prefix CHECK1