You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem stems from the following function where value overflows in the first loop iteration and the terminating condition never evaluates to false:
Given this test case
Expected Behavior
Test case fails and prints a reasonable test failure message
Actual Behavior
Test hangs indefinitely
https://godbolt.org/z/819xv47qf
Root cause of the problem
The problem stems from the following function where
value
overflows in the first loop iteration and the terminating condition never evaluates to false:https://github.com/boost-ext/ut/blob/v2.1.1/include/boost/ut.hpp#L412-L424:
Specifications
The text was updated successfully, but these errors were encountered: