mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
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:
@@ -1 +1 @@
|
||||
1a605c434dc7862d6402c5b2c58dcffb1f0aacf5
|
||||
ac811aaa4b35e861838711db9b92e08649fb1c8a
|
||||
|
||||
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user