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
Describe the bug
When running tests locally on Windows, basic process tests that test for crashing will fail. This is from a combination of issues, the first being trying to get the value of a std::nullopt, the second being a difference in how QProcess and Windows handles abort.
To Reproduce
Run tests on Windows
Observe the test suite crash or have basic process tests fail
Expected behavior
The tests pass and other tests continue
Additional info
OS: Windows 10 Home/Pro
Additional context
These tests seem to pass in CI but not locally for me. They fail on my dedicated Windows 10 Home machine and my Windows 10 Pro VM. Related to debug vs release building.
The text was updated successfully, but these errors were encountered:
Describe the bug
When running tests locally on Windows, basic process tests that test for crashing will fail. This is from a combination of issues, the first being trying to get the value of a
std::nullopt
, the second being a difference in how QProcess and Windows handlesabort
.To Reproduce
Expected behavior
The tests pass and other tests continue
Additional info
Additional context
These tests seem to pass in CI but not locally for me. They fail on my dedicated Windows 10 Home machine and my Windows 10 Pro VM. Related to debug vs release building.
The text was updated successfully, but these errors were encountered: