glslang testing: Remove dependence on testfiles from LunarGLASS.
authorJohn Kessenich <cepheus@frii.com>
Wed, 17 Jun 2015 16:15:09 +0000 (16:15 +0000)
committerJohn Kessenich <cepheus@frii.com>
Wed, 17 Jun 2015 16:15:09 +0000 (16:15 +0000)
commit2f21fccee9625fcd872fecf86459d8203a839992
tree3851143f2377099ac627dfb925d84701801cf703
parentab556eaaeae1ef386330a1693bd7cf4a369b5427
glslang testing: Remove dependence on testfiles from LunarGLASS.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31512 e7fa87d3-cd2b-0410-9028-fcbf551c1848
82 files changed:
Test/Operations.frag [new file with mode: 0644]
Test/aggOps.frag [new file with mode: 0644]
Test/always-discard.frag [new file with mode: 0644]
Test/always-discard2.frag [new file with mode: 0644]
Test/baseResults/Operations.frag.out
Test/baseResults/aggOps.frag.out
Test/baseResults/always-discard.frag.out
Test/baseResults/always-discard2.frag.out
Test/baseResults/conditionalDiscard.frag.out
Test/baseResults/conversion.frag.out
Test/baseResults/dataOut.frag.out
Test/baseResults/dataOutIndirect.frag.out
Test/baseResults/deepRvalue.frag.out
Test/baseResults/depthOut.frag.out
Test/baseResults/discard-dce.frag.out
Test/baseResults/doWhileLoop.frag.out
Test/baseResults/earlyReturnDiscard.frag.out
Test/baseResults/flowControl.frag.out
Test/baseResults/forLoop.frag.out
Test/baseResults/functionCall.frag.out
Test/baseResults/functionSemantics.frag.out
Test/baseResults/length.frag.out
Test/baseResults/localAggregates.frag.out
Test/baseResults/loops.frag.out
Test/baseResults/loopsArtificial.frag.out
Test/baseResults/matrix.frag.out
Test/baseResults/matrix2.frag.out
Test/baseResults/newTexture.frag.out
Test/baseResults/prepost.frag.out
Test/baseResults/simpleFunctionCall.frag.out
Test/baseResults/spv.140.vert.out
Test/baseResults/structAssignment.frag.out
Test/baseResults/structDeref.frag.out
Test/baseResults/structure.frag.out
Test/baseResults/swizzle.frag.out
Test/baseResults/syntaxError.frag.out
Test/baseResults/test.frag.out
Test/baseResults/texture.frag.out
Test/baseResults/types.frag.out
Test/baseResults/uniformArray.frag.out
Test/baseResults/variableArrayIndex.frag.out
Test/baseResults/varyingArray.frag.out
Test/baseResults/varyingArrayIndirect.frag.out
Test/baseResults/voidFunction.frag.out
Test/baseResults/whileLoop.frag.out
Test/conditionalDiscard.frag [new file with mode: 0644]
Test/conversion.frag [new file with mode: 0644]
Test/dataOut.frag [new file with mode: 0644]
Test/dataOutIndirect.frag [new file with mode: 0644]
Test/deepRvalue.frag [new file with mode: 0644]
Test/depthOut.frag [new file with mode: 0644]
Test/discard-dce.frag [new file with mode: 0644]
Test/doWhileLoop.frag [new file with mode: 0644]
Test/earlyReturnDiscard.frag [new file with mode: 0644]
Test/flowControl.frag [new file with mode: 0644]
Test/forLoop.frag [new file with mode: 0644]
Test/functionCall.frag [new file with mode: 0644]
Test/functionSemantics.frag [new file with mode: 0644]
Test/length.frag [new file with mode: 0644]
Test/localAggregates.frag [new file with mode: 0644]
Test/loops.frag [new file with mode: 0644]
Test/loopsArtificial.frag [new file with mode: 0644]
Test/matrix.frag [new file with mode: 0644]
Test/matrix2.frag [new file with mode: 0644]
Test/newTexture.frag [new file with mode: 0644]
Test/prepost.frag [new file with mode: 0644]
Test/simpleFunctionCall.frag [new file with mode: 0644]
Test/structAssignment.frag [new file with mode: 0644]
Test/structDeref.frag [new file with mode: 0644]
Test/structure.frag [new file with mode: 0644]
Test/swizzle.frag [new file with mode: 0644]
Test/syntaxError.frag [new file with mode: 0644]
Test/test.frag [new file with mode: 0644]
Test/testlist
Test/texture.frag [new file with mode: 0644]
Test/types.frag [new file with mode: 0644]
Test/uniformArray.frag [new file with mode: 0644]
Test/variableArrayIndex.frag [new file with mode: 0644]
Test/varyingArray.frag [new file with mode: 0644]
Test/varyingArrayIndirect.frag [new file with mode: 0644]
Test/voidFunction.frag [new file with mode: 0644]
Test/whileLoop.frag [new file with mode: 0644]