Revision: 57336
          http://sourceforge.net/p/brlcad/code/57336
Author:   brlcad
Date:     2013-08-30 18:44:52 +0000 (Fri, 30 Aug 2013)
Log Message:
-----------
disable the bn_poly_sub test, unexpected failure encountered but no diagnostic 
output is given.

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

Modified: brlcad/trunk/src/libbn/tests/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libbn/tests/CMakeLists.txt 2013-08-30 18:43:37 UTC (rev 
57335)
+++ brlcad/trunk/src/libbn/tests/CMakeLists.txt 2013-08-30 18:44:52 UTC (rev 
57336)
@@ -73,7 +73,10 @@
 add_test(bn_poly_multiply              tester_bn_poly_multiply)
 add_test(bn_poly_scale                 tester_bn_poly_scale)
 add_test(bn_poly_add                   tester_bn_poly_add)
-add_test(bn_poly_sub                   tester_bn_poly_sub)
+
+# failure encountered, no output to indicate why (disabled in prep for release)
+# add_test(bn_poly_sub                   tester_bn_poly_sub)
+
 add_test(bn_poly_syn_div               tester_bn_poly_syn_div)
 
 # Local Variables:

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to