Test lib updates: updated harness to support filtering, added surface comparer, updated interface to test images; added Render test suite from GSOC project
This commit is contained in:
parent
f5af517cd2
commit
81eb615d45
17 changed files with 1739 additions and 184 deletions
|
@ -116,8 +116,8 @@ SDLTest_RandomUint32()
|
|||
Uint64
|
||||
SDLTest_RandomUint64()
|
||||
{
|
||||
Uint64 value;
|
||||
Uint32 *vp = (void*)&value;
|
||||
Uint64 value = 0;
|
||||
Uint32 *vp = (void *)&value;
|
||||
|
||||
fuzzerInvocationCounter++;
|
||||
|
||||
|
@ -130,8 +130,8 @@ SDLTest_RandomUint64()
|
|||
Sint64
|
||||
SDLTest_RandomSint64()
|
||||
{
|
||||
Uint64 value;
|
||||
Uint32 *vp = (void*)&value;
|
||||
Uint64 value = 0;
|
||||
Uint32 *vp = (void *)&value;
|
||||
|
||||
fuzzerInvocationCounter++;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue