-
Notifications
You must be signed in to change notification settings - Fork 4
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
Need more help on running tool #1
Comments
Many thanks for your interest! I have some of the files I used in my experiments on another laptop. I will try to retrieve them soon (sorry I missed this github issue earlier today). The error is related to the missing The calleeMethod.evosuite_target, calleeMethod.test and callerMethod.evosuite_target are given in these files: https://github.com/soarsmu/transfer/blob/public2/vulnerabilities/bouncycastle/bouncycastle_openfire.txt. I will try to give these files directly when I retrieve them. |
I'm still working on retrieving some of the files (which can be enormous..). One thing that I would have done in retrospect was not to download the entire client project. There are many complexities with the classpath (i.e., the -projectCP part) that crops up because of the use of whole client project (and the total size of the project + dependencies can be very large). It may be easier to simply extract the relevant java files from the client project, then run the experiment on it. If so, then I can provide the exact java file and test file. Will the above be preferable? |
Here's one example of running the tool: https://drive.google.com/drive/folders/1Vl8LXIhu78J10DNjK8nHlvf85n9L-5ap?usp=sharing If you download and unzip this file, you can run the |
I just request permission for this example. Would you mind kindly approving
it?
Kang Hong Jin ***@***.***> 于2022年9月20日周二 09:52写道:
… Here's one example of running the tool:
https://drive.google.com/drive/folders/1Vl8LXIhu78J10DNjK8nHlvf85n9L-5ap?usp=sharing
If you download and unzip this file, you can run the run.sh script in the
source directory. This should create a test.transfer_evosuite_output at
the end
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEGFCPAHSMWLYVUAUZLK2TLV7G6QLANCNFSM6AAAAAAQPQUSDE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I have changed the permissions for the google drive, such that everyone should be able to access it. I missed this out the first time. Thanks for your patience |
Hi, just got one more question, may I know which evosuite version (commit-id) you are using in this project? I saw 1.1.0-SNAPSHOT in the repo, so just out of curiosity to know which commit-id you based. |
The version number can be ignored (I may have modified it randomly..). I used commit 4101af05ad100217e6594f68011d044b397b93c1 (which should be snapshot from 1.1.1). |
hi, when i clean the "functions_covered.log" file, the tool cann't run properly. how i get the content of "functions_covered.log"? |
Hi,
I am trying to run the tool with the example project listed on README.MD. But I encountered some problems:
And in the README.MD,
calleeMethod.evosuite_target
.calleeMethod.test
are required. May I know what I should put inside these two files?The text was updated successfully, but these errors were encountered: