Skip to content

[LLDB] Fix test failure introduced by #83234 #83406

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

svs-quic
Copy link
Contributor

Missed adding a . in the test check

@svs-quic svs-quic marked this pull request as ready for review February 29, 2024 10:53
@llvmbot llvmbot added the lldb label Feb 29, 2024
@llvmbot
Copy link
Member

llvmbot commented Feb 29, 2024

@llvm/pr-subscribers-lldb

Author: Sudharsan Veeravalli (svs-quic)

Changes

Missed adding a . in the test check


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

1 Files Affected:

  • (modified) lldb/test/API/functionalities/completion/TestCompletion.py (+1-1)
diff --git a/lldb/test/API/functionalities/completion/TestCompletion.py b/lldb/test/API/functionalities/completion/TestCompletion.py
index 2f6af3cfce109d..0d6907e0c3d229 100644
--- a/lldb/test/API/functionalities/completion/TestCompletion.py
+++ b/lldb/test/API/functionalities/completion/TestCompletion.py
@@ -65,7 +65,7 @@ def do_test_variable_completion(self, command):
         self.complete_from_to(f"{command} fooo.dd", f"{command} fooo.dd")
 
         self.complete_from_to(f"{command} ptr_fooo->", f"{command} ptr_fooo->t")
-        self.complete_from_to(f"{command} ptr_fooo->t", f"{command} ptr_fooo->t.x")
+        self.complete_from_to(f"{command} ptr_fooo->t.", f"{command} ptr_fooo->t.x")
         self.complete_from_to(f"{command} ptr_fooo->dd", f"{command} ptr_fooo->dd")
 
         self.complete_from_to(f"{command} cont", f"{command} container")

@svs-quic
Copy link
Contributor Author

@Michael137 could you please help merge this one as well.

@Michael137 Michael137 merged commit ee297a7 into llvm:main Feb 29, 2024
@svs-quic svs-quic deleted the lldb-tabtestfailure branch March 1, 2024 08:20
Michael137 pushed a commit to Michael137/llvm-project that referenced this pull request Mar 7, 2024
Missed adding a . in the test check

(cherry picked from commit ee297a7)
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