-
Notifications
You must be signed in to change notification settings - Fork 9
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
Cannot reduce tar-1.14 #2
Comments
Chisel first checks whether a given test script runs correctly. It seems that Some possible reasons are 1) tar-1.14.c is missing, 2) you missed running |
The script test.sh returns 1 when running the command you specified. I did not alter the test script. I didn't see any immediate reason why it was not returning 0. |
Can you localize the problem using |
Here's the last 20 or so lines of the output from bash -x
|
That is quite odd. |
It appears the issue is on line 40 of test.sh, execution of one of the files in tests/tar is tripping the exit statement. I'll try to narrow it down further. |
Looks like the issue is during the execution of tar-archives-multiple-files for the address sanitization option. No information in the log.txt file. |
I was able to get tar to run by adding a check similar to the one for the leak sanitizer to the desired() function. I'm not sure why this works on my end and not on yours, but this appears to be some progress. |
How did you run the analysis? I'm using the docker-machine, then go to one of the examples (say tar-1.14), finally, I goto the merged directory where are the Then I run the make command |
@Mohannadcse Can you try to replace "../target.mk" with "../../target.mk"? |
Please adjust benchmark dir (BENCHMARK_DIR) in |
Thanks, the script works now. |
Apparently, the error in
and
In my case, the error in |
I have the same problem. |
When attempting to reduce tar, I get the error:
The specified oracle file ./test.sh cannot execute correctly.
The text was updated successfully, but these errors were encountered: