Revert "Disable buggy test for now"

This reverts commit 8c82229eda7e6416b207d775976cca35eef674e8.

The actual bug was in raw_path.cpp (from long ago). This test was just the first (afaik) to exercise the case that would cause an illegal memory write from the bug.

Bug was fixed here : https://github.com/rive-app/rive/pull/4027

Diffs=
ac811aaa4 Revert "Disable buggy test for now"
This commit is contained in:
mikerreed
2022-07-15 19:38:09 +00:00
parent 97de9002ce
commit 63b887f94e
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +1 @@
1a605c434dc7862d6402c5b2c58dcffb1f0aacf5
ac811aaa4b35e861838711db9b92e08649fb1c8a

View File

@@ -76,7 +76,6 @@ TEST_CASE("contour-basics", "[contourmeasure]") {
}
TEST_CASE("multi-contours", "[contourmeasure]") {
return; // disabled for now, strange crash on windows
const Vec2D pts[] = {
{0, 0},
{3, 0},