Revision: 71973
          http://sourceforge.net/p/brlcad/code/71973
Author:   starseeker
Date:     2018-10-12 17:46:21 +0000 (Fri, 12 Oct 2018)
Log Message:
-----------
The default arb7 from make, facetized into a BoT, triggers an infinite loop in 
the oriented bounding box code (bb -o arb7.bot).  Stash this to use for later 
testing/debugging - the immediate infinite loop is in the 
MinAreaRectangle::find_vertex logic, but why its getting inputs that kick it 
into the loop will take more investigation.

Modified Paths:
--------------
    brlcad/trunk/src/libged/tests/CMakeLists.txt

Added Paths:
-----------
    brlcad/trunk/src/libged/tests/obb_tests.g

Modified: brlcad/trunk/src/libged/tests/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libged/tests/CMakeLists.txt        2018-10-12 17:30:45 UTC 
(rev 71972)
+++ brlcad/trunk/src/libged/tests/CMakeLists.txt        2018-10-12 17:46:21 UTC 
(rev 71973)
@@ -1,10 +1,12 @@
 BRLCAD_ADDEXEC(test_tops test_tops.c libged TEST)
 add_test(NAME test_tops_moss COMMAND test_tops 
"${CMAKE_CURRENT_SOURCE_DIR}/ged_tests.g")
 
-# Note the lint tests are kept in a separate file, since its bad input examples
-# stand an excellent chance of breaking commands.
+# Note: it is particularly important that the lint tests in particular are kept
+# in a separate file, since its bad input examples stand an excellent chance of
+# breaking commands.
 CMAKEFILES(
   lint_tests.g
+  obb_tests.g
   ged_tests.g
   )
 

Added: brlcad/trunk/src/libged/tests/obb_tests.g
===================================================================
(Binary files differ)

Index: brlcad/trunk/src/libged/tests/obb_tests.g
===================================================================
--- brlcad/trunk/src/libged/tests/obb_tests.g   2018-10-12 17:30:45 UTC (rev 
71972)
+++ brlcad/trunk/src/libged/tests/obb_tests.g   2018-10-12 17:46:21 UTC (rev 
71973)

Property changes on: brlcad/trunk/src/libged/tests/obb_tests.g
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to