Restore r26245 and all tests and test results since 4/1:
r26245: Remove "not yet complete" warning for versions 130 and 140, after tidying up a bit and adding tests. Token pasting is the only known missing feature, and gives its own message now on use. git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@26226 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
@@ -26,13 +26,23 @@ while read t; do
|
||||
diff -b $BASEDIR/$b.out $TARGETDIR/$b.out
|
||||
done < testlist
|
||||
|
||||
if [ -a localtestlist ]
|
||||
then
|
||||
while read t; do
|
||||
echo Running $t...
|
||||
b=`basename $t`
|
||||
$EXE -i -l $t > $TARGETDIR/$b.out
|
||||
diff -b $BASEDIR/$b.out $TARGETDIR/$b.out
|
||||
done < localtestlist
|
||||
fi
|
||||
|
||||
#
|
||||
# grouped shaders for bulk (faster) tests
|
||||
#
|
||||
function runBulkTest {
|
||||
echo Running $*...
|
||||
$EXE -i -l -t $* > $TARGETDIR/$1.out
|
||||
diff -b $BASEDIR/$1.out $TARGETDIR/$1.out
|
||||
diff -b $BASEDIR/$1.out $TARGETDIR/$1.out
|
||||
}
|
||||
|
||||
runBulkTest mains1.frag mains2.frag noMain1.geom noMain2.geom
|
||||
|
||||
Reference in New Issue
Block a user