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

link to source file in html points to wrong directory. #271

Closed
kfriedberger opened this issue Oct 22, 2017 · 3 comments
Closed

link to source file in html points to wrong directory. #271

kfriedberger opened this issue Oct 22, 2017 · 3 comments
Labels

Comments

@kfriedberger
Copy link
Member

I have several tables, where the relativ URL to source file points to a wrong sourcefile.

I have benchmark-definitions at test/test-sets/ results and tables at test/results/ and source files at test/programs/benchmarks/. The generated html table contains links of the following structure: href="../../../programs/benchmarks/ which is two directory levels too high and does not find the source file.

@PhilippWendler
Copy link
Member

For all bug reports, please state which version you are using.

Did you move any files manually between benchmark execution and looking at the table?
Which command-line options did you pass to benchexec and table-generator?

@kfriedberger
Copy link
Member Author

kfriedberger commented Oct 24, 2017

I use benchexec 1.12 as integrated into current CPAchecker.

  • scripts/benchmark.py test/test-sets/integration-concurrency.xml --cloud.
  • scripts/table-generator.py 'test/results/integration-concurrency.2017-10-24_0825.results.xml.bz2'

The filename in the result-XML-file is, for example,
../programs/benchmarks/pthread-wmm/mix000_pso.opt_false-unreach-call.i
and the corresponding link in the HTML-table is
../../../programs/benchmarks/pthread-wmm/mix000_pso.opt_false-unreach-call.i.
Note that in my case cpachecker/test/programs/benchmarks is a symlink to ../../../sv-benchmarks/c,
i.e., the CPAchecker-directory is a sibling of the sv-benchmark.

@PhilippWendler
Copy link
Member

Could you please test this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants