diff options
author | Marius Kintel <marius@kintel.net> | 2011-05-01 04:40:57 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-05-01 04:40:57 (GMT) |
commit | 50e59e94e25fd500ec8bcaef869da53674040ab4 (patch) | |
tree | 64ea315a7258a97457cefb6506c9b443cfc1d9ec /testdata/scad/bugs/polyset-reduce-crash.txt | |
parent | 75c06de2db9c3ae78f842187b86b736453cba0c1 (diff) |
Reorganized regression test folders
Diffstat (limited to 'testdata/scad/bugs/polyset-reduce-crash.txt')
-rw-r--r-- | testdata/scad/bugs/polyset-reduce-crash.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/scad/bugs/polyset-reduce-crash.txt b/testdata/scad/bugs/polyset-reduce-crash.txt new file mode 100644 index 0000000..bc9e8d5 --- /dev/null +++ b/testdata/scad/bugs/polyset-reduce-crash.txt @@ -0,0 +1,4 @@ +This testcase causes a crash in PolySet::PolyReducer::add_edges(). +It appears to be because we collapse two close vertices into the same +vertex. This is handled by just abort()'ing. + |