cppcheck icon indicating copy to clipboard operation
cppcheck copied to clipboard

CI-windows.yml: run Python tests with debug build

Open firewave opened this issue 1 year ago • 3 comments

firewave avatar Dec 02 '24 06:12 firewave

I think we (I?) disabled these to speed up the run-time of the CI. But a Visual Studio debug build enables run-time checks which might detect additional issues - see https://learn.microsoft.com/en-us/cpp/build/reference/rtc-run-time-error-checks / https://learn.microsoft.com/en-us/cpp/standard-library/checked-iterators / https://learn.microsoft.com/en-us/cpp/standard-library/debug-iterator-support.

firewave avatar Dec 02 '24 06:12 firewave

The debug build is too slow to finish the test_crash_array_in_namespace Python test in time.

firewave avatar Dec 03 '24 12:12 firewave