Revision: 57335
          http://sourceforge.net/p/brlcad/code/57335
Author:   brlcad
Date:     2013-08-30 18:43:37 +0000 (Fri, 30 Aug 2013)
Log Message:
-----------
semaphore test failure encountered where it shouldn't be failing.  probably 
something wrong with the test that needs correcting.

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

Modified: brlcad/trunk/src/libbu/tests/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libbu/tests/CMakeLists.txt 2013-08-30 18:14:06 UTC (rev 
57334)
+++ brlcad/trunk/src/libbu/tests/CMakeLists.txt 2013-08-30 18:43:37 UTC (rev 
57335)
@@ -303,8 +303,12 @@
 #  ************ bu_semaphore.c tests *************
 #
 BRLCAD_ADDEXEC(tester_bu_semaphore bu_semaphore.c "libbu;${WINMM_LIBRARY}" 
NO_INSTALL LOCAL)
-add_test(bu_semaphore_test tester_bu_semaphore)
 
+# failure encountered, output:
+# parallel-increment bu_semaphore test invalid: threads did not run in parallel
+# disabled prior to release 7.22.2
+# add_test(bu_semaphore_test tester_bu_semaphore)
+
 #
 #  ************ vls_vprintf.c tests *************
 #

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