aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2023-12-08 13:44:06 +0000
committerDavid Spickett <david.spickett@linaro.org>2023-12-08 13:44:06 +0000
commit61f18255fab3c404dc43a59091a750c22e5d0ccb (patch)
tree0deef457b73ef91ea824894158c2e60f56ad3c1e
parent810d09faf89af53025205c540ef9980e2286e687 (diff)
downloadllvm-61f18255fab3c404dc43a59091a750c22e5d0ccb.zip
llvm-61f18255fab3c404dc43a59091a750c22e5d0ccb.tar.gz
llvm-61f18255fab3c404dc43a59091a750c22e5d0ccb.tar.bz2
[lldb][test] Disable image lookup colour test on Mac OS
I think it can work there but we need to correct the CHECK lines. ``` command-image-lookup-color.test:34:11: error: CHECK7: expected string not found in input ^ ``` https://green.lab.llvm.org/green/view/LLDB/job/as-lldb-cmake/10880/testReport/ I don't have a way to see the full output.
-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 4a3169f..186526b 100644
--- a/lldb/test/Shell/Commands/command-image-lookup-color.test
+++ b/lldb/test/Shell/Commands/command-image-lookup-color.test
@@ -3,6 +3,9 @@
# The file main.c is does not show up in search on Windows.
# UNSUPPORTED: system-windows
+# Until we figure out the correct CHECK lines.
+# UNSUPPORTED: system-darwin
+
# 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