geometry icon indicating copy to clipboard operation
geometry copied to clipboard

Develop Testing Failures with MSVC

Open rconde01 opened this issue 2 years ago • 4 comments

On Windows, Visual Studio 2022 17.4.5. I'm just getting setup to do some boost geometry dev and following the contribution tutorial. There seem to be a number of failures when running b2 test in the libs/geometry directory. Unsure if these are expected. See the attached file.

geometry_test_results.txt

rconde01 avatar Feb 21 '23 16:02 rconde01

OK it seems that there are several rutime errors (most probably due to accuracy issues) in formulas, buffer and overlay. Similar errors are encountered when compiling with the -std=c++2a flag for some compilers e.g. gcc-8 and clang-9.

vissarion avatar Feb 22 '23 10:02 vissarion

@rconde01 could you tell us if https://github.com/boostorg/geometry/pull/1120 fixed your issue here?

vissarion avatar Jun 19 '23 14:06 vissarion

Yes i will try to look today

rconde01 avatar Jun 19 '23 15:06 rconde01

There are still a number of build and test failures: geometry_test_results_04796496c6bf5a1d33c8f282465bfa3804761932_debug.txt

rconde01 avatar Jun 20 '23 14:06 rconde01