eglGetFrameTimestamps: Consider timestamps of 0 as invalid.
authorBrian Anderson <brianderson@google.com>
Thu, 19 Oct 2017 21:59:28 +0000 (14:59 -0700)
committerBrian Anderson <brianderson@google.com>
Thu, 19 Oct 2017 22:24:19 +0000 (15:24 -0700)
commit4efb75b8bb5793cdde1add43e2176f9e2a4a3b36
treea6e730f0a3b0c5bceb131f547f30692e7f19c5b8
parentf355f838e39e3fc567f817744436a4f868906d0b
eglGetFrameTimestamps: Consider timestamps of 0 as invalid.

There's a bug in the kernel that doesn't merge fences properly,
resulting in "reads done" timestamps of 0 when the fences being
merged have already signaled.

This is a temporary relaxation of the test requirements until
the kernel fix is required.

Bug: 66916041
Test: Test: --deqp-case=dEQP-EGL*get_frame_timestamps*
Change-Id: I0b2a65303c425a74a48d6ae8c971c16652d727a3
modules/egl/teglGetFrameTimestampsTests.cpp