Closed
Description
Description
UTBot freezes when there is an infinite loop in a function and then fails.
To Reproduce
Steps to reproduce the behavior:
- Write the following function:
func InfinityLoop(n int) {
for {
}
}
- Use plugin to generate tests
Expected behavior
Similar to this file should be generated.
package simple
// InfinityLoop(9223372036854775807) exceeded 1000 ms timeout
Actual behavior
UTBot freezes.
Environment
There is no specific environment.
Metadata
Metadata
Assignees
Type
Projects
Status
Done