Skip to content

[lldb] fix failing diagnostics test when Unicode is supported#172038

Merged
adrian-prantl merged 1 commit intollvm:mainfrom
charles-zablit:charles-zablit/lldb/better-unicode-check-followup
Dec 12, 2025
Merged

[lldb] fix failing diagnostics test when Unicode is supported#172038
adrian-prantl merged 1 commit intollvm:mainfrom
charles-zablit:charles-zablit/lldb/better-unicode-check-followup

Conversation

@charles-zablit
Copy link
Contributor

This patch fixes a test failure introduced by #171832 due to a check which was not properly updated.

@llvmbot
Copy link
Member

llvmbot commented Dec 12, 2025

@llvm/pr-subscribers-lldb

Author: Charles Zablit (charles-zablit)

Changes

This patch fixes a test failure introduced by #171832 due to a check which was not properly updated.


Full diff: https://github.com/llvm/llvm-project/pull/172038.diff

1 Files Affected:

  • (modified) lldb/test/Shell/Commands/command-expr-diagnostics.test (+1-1)
diff --git a/lldb/test/Shell/Commands/command-expr-diagnostics.test b/lldb/test/Shell/Commands/command-expr-diagnostics.test
index 0cb3cd381f3e2..3695312ca1684 100644
--- a/lldb/test/Shell/Commands/command-expr-diagnostics.test
+++ b/lldb/test/Shell/Commands/command-expr-diagnostics.test
@@ -24,7 +24,7 @@
 # RUN: "expression -- FOO(\"\")" 2>&1 | FileCheck %s --check-prefix=CHECK4
 #            (lldb) expression -- FOO("")
 # CHECK4:{{^                     (\^|˄)}}
-# CHECK4: {{^                     note: in instantiation of function template}}
+# CHECK4: {{^                     (╰─ )?note: in instantiation of function template}}
 # CHECK4: error: <user expression
 
 # RUN: echo expression --\na\n+\nb

@adrian-prantl adrian-prantl merged commit 8515dda into llvm:main Dec 12, 2025
12 checks passed
shyeyian pushed a commit to shyeyian/clang that referenced this pull request Dec 15, 2025
…72038)

This patch fixes a test failure introduced by
llvm#171832 due to a check which
was not properly updated.
charles-zablit added a commit to charles-zablit/llvm-project that referenced this pull request Dec 16, 2025
…72038)

This patch fixes a test failure introduced by
llvm#171832 due to a check which
was not properly updated.

(cherry picked from commit 8515dda)
mahesh-attarde pushed a commit to mahesh-attarde/llvm-project that referenced this pull request Dec 19, 2025
…72038)

This patch fixes a test failure introduced by
llvm#171832 due to a check which
was not properly updated.
Priyanshu3820 pushed a commit to Priyanshu3820/llvm-project that referenced this pull request Dec 20, 2025
…72038)

This patch fixes a test failure introduced by
llvm#171832 due to a check which
was not properly updated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants