[Lldb-commits] [lldb] 61f1825 - [lldb][test] Disable image lookup colour test on Mac OS
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 8 05:45:25 PST 2023
Author: David Spickett
Date: 2023-12-08T13:44:06Z
New Revision: 61f18255fab3c404dc43a59091a750c22e5d0ccb
URL: https://github.com/llvm/llvm-project/commit/61f18255fab3c404dc43a59091a750c22e5d0ccb
DIFF: https://github.com/llvm/llvm-project/commit/61f18255fab3c404dc43a59091a750c22e5d0ccb.diff
LOG: [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.
Added:
Modified:
lldb/test/Shell/Commands/command-image-lookup-color.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/Commands/command-image-lookup-color.test b/lldb/test/Shell/Commands/command-image-lookup-color.test
index 4a3169f269f2b..186526b7efaee 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
More information about the lldb-commits
mailing list