randoop: Randoop Failed in an Unexpected Way randoop.BugInRandoopException
Version of Randoop: 4.0.3
Commands to Reproduce:
git clone https://github.com/WilliamCao13/json-schema-core.git
cd json-schema-core
./gradlew build
# (may need to run more than once (w/o cleaning) as the build fails periodically)
./gradlew build
./gradlew test --rerun-tasks
./gradlew jacocoTestReport
# (place randoop-all-4.0.3.jar in the json-schema-core directory)
# (place classStripped.txt in the json-schema-core directory)
java -ea -classpath "./build/classes/main/:/usr/share/java/junit4.jar:/usr/share/java/hamcrest-core.jar:./randoop-all-4.0.3.jar" randoop.main.Main gentests --classlist=classStripped.txt --time-limit=60
Here is the classStripped.txt that was used in the command: classStripped.txt
The output for the commands: build.txt test.txt report.txt randoopError.txt
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 15 (8 by maintainers)
Thanks for verifying; I appreciate it. If you have other problems, please let us know.
Interesting. So, there is some problem here, but I’m not sure how the OS is affecting it. The next step is for one of the Randoop developers to create an Ubuntu 16.04 virtual machine and try your test case within it. Thanks for the followup! I appreciate it.