xreg

Kevin E Martin,,,, kem at gabe.freedesktop.org
Thu Nov 10 14:09:26 PST 2005


Update of /cvs/xtest/utils
In directory gabe:/tmp/cvs-serv2609

Modified Files:
	xreg 
Log Message:
- Add support for running individual tests
- Remove broken support for running by chapter and/or number
- Remove unrecognized individual test requests and display warning
- Disable bigreqs to workaround failed/unresolved tests
- Add fontpath to server command-line to fix certain font failures
- Add which server and depth are run to all files that didn't previously
  contain that info


Index: xreg
===================================================================
RCS file: /cvs/xtest/utils/xreg,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- xreg	14 Jul 2005 03:10:31 -0000	1.6
+++ xreg	10 Nov 2005 22:09:24 -0000	1.7
@@ -36,7 +36,6 @@
 # To build xtest from scratch see the bottom of this file.
 
 PROJECT_ROOT=/usr/X11R6
-#XTESTSUITEDIR=/opt/lsb/test/vsw4
 XTESTSUITEDIR=`pwd`
 XSERVERBINARY=X
 XF86BINARY=XFree86
@@ -56,7 +55,8 @@
 XDMXTYPE=4
 XSERVERTYPE=$XORGTYPE
 X11PERF=x11perf
[...2403 lines suppressed...]
@@ -1991,9 +2034,6 @@
       echo ""                             >> $OUTPUTDIR/xmark.${FILE}.summary
       echo "DEPTH=$DEPTH"                 >> $OUTPUTDIR/xmark.${FILE}.summary
       echo "XSERVER=$XSERVER"             >> $OUTPUTDIR/xmark.${FILE}.summary
-      if [ "$CHAPTERS" != "" ]; then
-	echo "CHAPTERS=$CHAPTERS"         >> $OUTPUTDIR/xmark.${FILE}.summary
-      fi
     fi
   fi
 
@@ -2046,9 +2086,6 @@
       echo ""                             >> $OUTPUTDIR/xbench.${FILE}.summary
       echo "DEPTH=$DEPTH"                 >> $OUTPUTDIR/xbench.${FILE}.summary
       echo "XSERVER=$XSERVER"             >> $OUTPUTDIR/xbench.${FILE}.summary
-      if [ "$CHAPTERS" != "" ]; then
-	echo "CHAPTERS=$CHAPTERS"         >> $OUTPUTDIR/xbench.${FILE}.summary
-      fi
       rm -f /tmp/xreg.$$.awk
     fi
   fi



More information about the xorg-test-commit mailing list