Skip to content

Commit 61f1825

Browse files
committed
[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.
1 parent 810d09f commit 61f1825

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
@@ -3,6 +3,9 @@
33
# The file main.c is does not show up in search on Windows.
44
# UNSUPPORTED: system-windows
55

6+
# Until we figure out the correct CHECK lines.
7+
# UNSUPPORTED: system-darwin
8+
69
# Checking simple regex search
710

811
# 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)