From: <ai...@us...> - 2010-01-30 04:37:18
|
Revision: 10780 http://plplot.svn.sourceforge.net/plplot/?rev=10780&view=rev Author: airwin Date: 2010-01-30 04:37:12 +0000 (Sat, 30 Jan 2010) Log Message: ----------- Temporarily drop example 17 because of big xcairo efficiency problems for this case which uses interactive driver functionality. Modified Paths: -------------- trunk/plplot_test/test_c_interactive.sh.in Modified: trunk/plplot_test/test_c_interactive.sh.in =================================================================== --- trunk/plplot_test/test_c_interactive.sh.in 2010-01-30 04:29:09 UTC (rev 10779) +++ trunk/plplot_test/test_c_interactive.sh.in 2010-01-30 04:37:12 UTC (rev 10780) @@ -26,7 +26,10 @@ # Use a subset of C examples that tests interactive devices. lang="c" export index lang -for index in 01 04 08 14 16 17 24 30; do +# Temporarily drop example 17 because of big xcairo problems in the +# interactive driver case. +#for index in 01 04 08 14 16 17 24 30; do +for index in 01 04 08 14 16 24 30; do if [ "$verbose_test" ] ; then echo "x${index}${lang}" fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |