Merge branch 'memory-release-fix' into 'vulkan-cts-1.0'
authorPyry Haulos <phaulos@google.com>
Tue, 31 May 2016 16:27:30 +0000 (16:27 +0000)
committerPyry Haulos <phaulos@google.com>
Tue, 31 May 2016 16:27:30 +0000 (16:27 +0000)
commitf13b15d5ff69adee2090930c4965281c95fe975f
treec64b177341b99378d0d1086711aff80904353072
parent7e3803ae7688f91ac275c2191862fcdc4df6bc72
parent8b9bed7d58e73412eeb361b612a51b89d1f30978
Merge branch 'memory-release-fix' into 'vulkan-cts-1.0'

Use TCU_CHECK instead of DE_ASSERT

DE_ASSERT is optimized away in release build. In this case it resulted
in the 'modifyXor' function not being called, causing the reference
memory to go out of sync with the actual memory. Follow up to the fix
for #353.

See merge request !566