Skip to content

Conversation

chrisbra
Copy link
Member

@chrisbra chrisbra commented Oct 6, 2025

Problem: tests: Test_plugin_evaluate_in_popup() fails on 32bit arch
Solution: Instead of evaluating the ptr, let's evaluate just the pointer
content, skipping printing the pointer address.

fixes: #18499

Problem:  tests: Test_plugin_evaluate_in_popup() fails on 32bit arch
Solution: Instead of evaluating the ptr, let's evaluate just the pointer
          content, skipping printing the pointer address.

fixes: vim#18499

Signed-off-by: Christian Brabandt <cb@256bit.org>
@jamessan
Copy link
Contributor

jamessan commented Oct 6, 2025

Thanks, @chrisbra! I've verified this fixes the issue.

@chrisbra
Copy link
Member Author

chrisbra commented Oct 7, 2025

thanks

@chrisbra chrisbra closed this in d8ae416 Oct 7, 2025
bennyyip pushed a commit to bennyyip/vim that referenced this pull request Oct 7, 2025
Problem:  tests: Test_plugin_evaluate_in_popup() fails on 32bit arch
          (James McCoy)
Solution: Instead of evaluating the ptr, let's evaluate just the pointer
          content, skipping printing the pointer address.

fixes: vim#18499
closes: vim#18503

Signed-off-by: Christian Brabandt <cb@256bit.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test_termdebug_evaluate_in_popup fails on 32-bit systems
2 participants