Improve summaries for sandboxed tests by Symbolic execution #901
Labels
comp-sandboxing
Issue is related to sandboxing unpermitted operations by Java Security Manager
comp-summaries
Something related to the method names, code comments and display names generation
ctg-enhancement
New feature, improvement or change request
Uh oh!
There was an error while loading. Please reload this page.
Description
Summaries are missing when the test is generated for code with unpermitted operations in Threads.
And when Symbolic execution is used only.
To Reproduce
Steps from #895
Plus Fuzzing is OFF - only Symbolic engine is on:
Expected behavior
Generated test should have Description, Java doc, region should be named - accordingly.
New kind of tests handling by Summaries should be considered.
Actual behavior
Generated tests are not disabled due to Sandbox. And do not have any description or Java doc. Region name is empty too.
When Fuzzing mode is on - description and region name is generated.
Visual proofs (screenshots, logs, images)
Environment
Windows 10 Pro
IntelliJ IDEA 2022.1.4
JDK 8
The text was updated successfully, but these errors were encountered: