Open awulkiew opened 3 years ago
Does variant=debug
vs variant=release
make a difference?
Does
variant=debug
vsvariant=release
make a difference?
@mloskot No, the failures are the same in both cases. The last one is compilation error so it doesn't matter.
algorithms_line_interpolate
fails since it was implemented. AFAIU it's a numerical issue. Right @vissarion ?
I created this issue to let @barendgehrels know about these failures because I think he doesn't test with msvc locally.
algorithms_line_interpolate
fails since it was implemented. AFAIU it's a numerical issue. Right @vissarion ?
right
@vissarion I don't know why exactly but it seems that after merging https://github.com/boostorg/geometry/pull/840 line_interpolate
test also started to fail with gcc-6.3 the same way:
https://app.circleci.com/pipelines/github/boostorg/geometry/165/workflows/5d3af105-4f5c-49b5-a4b6-7a128f94347c/jobs/12439
It also fails for me locally with gcc-9 as well as with clang-10.
Do you have an idea why this may be happening? Does it make sense to alter the expected results?
The issue was automatically closed after merging a fix for one of the failures. So I reopened it and edited the issue description.
This is the list of failures I get right now with msvc-14.1 (VS2017)
test\algorithms\detail\algorithms_approximately_equals
test\algorithms\overlay\algorithms_get_clusters
test\algorithms\overlay\algorithms_sort_by_side
FIXED:
test\algorithms\algorithms_line_interpolate https://github.com/boostorg/geometry/pull/854
test\algorithms\overlay\algorithms_get_clusters https://github.com/boostorg/geometry/pull/878