From: <ai...@us...> - 2013-12-10 23:46:48
|
Revision: 12838 http://sourceforge.net/p/plplot/code/12838 Author: airwin Date: 2013-12-10 23:46:45 +0000 (Tue, 10 Dec 2013) Log Message: ----------- Previously we dropped example 17 for -dev xcairo because it was painfully slow for that device. A similar issue occurs for -dev qtwidgets so drop example 17 for that device as well. 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 2013-12-10 00:14:08 UTC (rev 12837) +++ trunk/plplot_test/test_c_interactive.sh.in 2013-12-10 23:46:45 UTC (rev 12838) @@ -27,9 +27,9 @@ lang="c" export index lang -if [ "$device" = "xcairo" ] ; then - # Temporarily drop example 17 for xcairo because that driver is - # so horribly slow such interactive plots. +if [ "$device" = "xcairo" -o "$device" = "qtwidget" ] ; then + # Temporarily drop example 17 for xcairo and qtwidget because those drivers are + # so horribly slow for such interactive plots. INDEX="01 04 08 14 16 24 30" else INDEX="01 04 08 14 16 17 24 30" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |