Skip to content
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

Jump to errors produced by sanitizers and CTest #341

Open
rafaelrojasmiliani opened this issue May 28, 2023 · 0 comments
Open

Jump to errors produced by sanitizers and CTest #341

rafaelrojasmiliani opened this issue May 28, 2023 · 0 comments

Comments

@rafaelrojasmiliani
Copy link

I'm using dispatch with cmake4vim and running a test (using gtest) what is runned with the CTest command of cmake4vim. My project workspace is /workspace and is the same folder where I open vim.

  • CTest (with gtest) generates error lines like:
6: /workspace/tests/manifold_test.cpp|31| Failure

Dispatch will try to open a file in the folder /workspace/6: /workspace/tests

  • ASAN produces error like
||     #3 0x559d46228838 in manifolds::MatrixManifold<20l, 30l>::MatrixManifold(manifolds::MatrixManifold<20l, 30l> const&) /workspace/include/Manifolds/LinearManifolds/LinearManifolds.hpp:97

Dispatch is not capable of open it.

In principle this look simple to implement. But I don't have idea of where to search. Can someone give me a hand to understand where to start?

@rafaelrojasmiliani rafaelrojasmiliani changed the title Jump to errors produce by sanitizers and CTest Jump to errors produced by sanitizers and CTest May 28, 2023
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

No branches or pull requests

1 participant