Merge "Avoid watchdog timeout in Vulkan builtin precision tests" into oreo-cts-dev
authorTreehugger Robot <treehugger-gerrit@google.com>
Sat, 16 Dec 2017 00:34:23 +0000 (00:34 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Sat, 16 Dec 2017 00:34:23 +0000 (00:34 +0000)
modules/egl/teglGetFrameTimestampsTests.cpp

index f3963bb..09deb06 100644 (file)
@@ -246,7 +246,6 @@ void verifySingleFrame (const FrameTimes& frameTimes, tcu::ResultCollector& resu
                check_le(result, frameTimes.renderingComplete, frameTimes.readsDone, "Buffer rendering completed after reads completed.");
 
        // Verify CPU/GPU dependencies
-       check_lt(result, frameTimes.renderingComplete, frameTimes.latch, "Buffer latched before rendering completed.");
        if (timestampValid(frameTimes.firstCompositionGpuFinished))
                check_lt(result, frameTimes.firstCompositionStart, frameTimes.firstCompositionGpuFinished, "Composition CPU work started after GPU work finished.");