SPIRV-Tools/test
David Neto 43f0e819c4 Avoid undefined pointer given to spvTextDestroy
The undefined pointer might get through to the call
to spvTextDestroy if the test fails on an earlier step.
In that case I just want to see the test failure, and
not a test failure followed by undefined behaviour.
2015-10-26 12:54:39 -04:00
..
BinaryDestroy.cpp Removed the ambiguity in the API for cleaning input vs output data. 2015-10-26 12:54:39 -04:00
BinaryEndianness.cpp Put test classes in anonymous namespace. 2015-10-26 12:52:01 -04:00
BinaryHeaderGet.cpp Put test classes in anonymous namespace. 2015-10-26 12:52:01 -04:00
BinaryToText.cpp Avoid undefined pointer given to spvTextDestroy 2015-10-26 12:54:39 -04:00
Comment.cpp Removed the ambiguity in the API for cleaning input vs output data. 2015-10-26 12:54:39 -04:00
DiagnosticPrint.cpp Print diagnostics at the beginning of input. 2015-10-26 12:52:01 -04:00
ExtInstGLSLstd450.cpp Avoid undefined pointer given to spvTextDestroy 2015-10-26 12:54:39 -04:00
FixWord.cpp Put test classes in anonymous namespace. 2015-10-26 12:52:01 -04:00
ImmediateInt.cpp Removed the ambiguity in the API for cleaning input vs output data. 2015-10-26 12:54:39 -04:00
LibspirvMacros.cpp Put test classes in anonymous namespace. 2015-10-26 12:52:01 -04:00
main.cpp Code drop of the Codeplay spirv-tools source. 2015-05-22 18:26:19 +01:00
NamedId.cpp Removed the ambiguity in the API for cleaning input vs output data. 2015-10-26 12:54:39 -04:00
OpcodeMake.cpp Enable OpcodeMake test, by sampling values. 2015-10-26 12:54:39 -04:00
OpcodeRequiresCapabilities.cpp Remove spvOpcodeIsVariable 2015-10-26 12:54:39 -04:00
OpcodeSplit.cpp Put test classes in anonymous namespace. 2015-10-26 12:52:01 -04:00
OpcodeTableGet.cpp Put test classes in anonymous namespace. 2015-10-26 12:52:01 -04:00
OperandPattern.cpp Use opcode operand definitions from SPIR-V specification generator. 2015-10-26 12:52:01 -04:00
OperandTableGet.cpp Put test classes in anonymous namespace. 2015-10-26 12:52:01 -04:00
TestFixture.h Add OpNop, OpUndef tests for spvTextToBinary 2015-10-26 12:54:39 -04:00
TextAdvance.cpp Put test classes in anonymous namespace. 2015-10-26 12:52:01 -04:00
TextDestroy.cpp Removed the ambiguity in the API for cleaning input vs output data. 2015-10-26 12:54:39 -04:00
TextLiteral.cpp Put test classes in anonymous namespace. 2015-10-26 12:52:01 -04:00
TextStartsNewInst.cpp Use opcode operand definitions from SPIR-V specification generator. 2015-10-26 12:52:01 -04:00
TextToBinary.cpp Preserve float values during encoding and decoding roundtrip. 2015-10-26 12:54:39 -04:00
TextToBinary.Miscellaneous.cpp Add OpNop, OpUndef tests for spvTextToBinary 2015-10-26 12:54:39 -04:00
TextWordGet.cpp Getting the next word respects quoting and escaping. 2015-10-26 12:52:01 -04:00
UnitSPIRV.h Add OpNop, OpUndef tests for spvTextToBinary 2015-10-26 12:54:39 -04:00
Validate.cpp Removed the ambiguity in the API for cleaning input vs output data. 2015-10-26 12:54:39 -04:00
ValidateID.cpp Removed the ambiguity in the API for cleaning input vs output data. 2015-10-26 12:54:39 -04:00