jeremyong/klein

Tests failed in Visual Studio 2019

DJuego opened this issue · 4 comments

Well. I built the tests without any problem in environment Windows 10 x64 with Microsoft Visual Studio 2019.

By running them some are successfully passed on. For example, sym_test.exe.

image

However there are problems with klein_test.exe

image

DJuego

Looks like something broke specifically for the release version on Windows, will investigate. Can you confirm that compiled with the Debug configuration that the tests pass?

Sorry! @jeremyong You're absolutely right. The compilation I used was "release" configuration With "debug" configuration all the tests pass without a hitch. :-) This issue can be closed.

DJuego

PS: The compilation/building does not give problems. :-)

I’m going to reopen actually because it is definitely an unexpected result for me (the release configuration should pass without any failures as well) but thanks for confirming!

I can confirm that this error has also been fixed in the release configuration. Now the tests are passed. Thank you!

DJuego