From ae8d3938592cfa2425c49fd319f9cf52aba4adea Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sun, 18 Jan 2015 20:57:09 -0300 Subject: [PATCH] test/bugs: add regression tests for p2d_no_intersect and angle_3 bugs That's commits 84f9d3c3b4ebbc83f21e009cb4d666f1616288ec and 7ca942d0e94b0a8f0b1fa8193a41f46047ef3c24 --- poly2d/test/bugs | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100755 poly2d/test/bugs diff --git a/poly2d/test/bugs b/poly2d/test/bugs new file mode 100755 index 0000000..b614d61 --- /dev/null +++ b/poly2d/test/bugs @@ -0,0 +1,40 @@ +#!/bin/sh +. ./Common + +############################################################################### + +tst "bug: p2d_no_intersect could wrap around and bite itself" <