Remove invalid negative eglCreateSync test.
authorMika Isojärvi <misojarvi@google.com>
Fri, 20 Mar 2015 22:20:31 +0000 (15:20 -0700)
committerMika Isojärvi <misojarvi@google.com>
Fri, 20 Mar 2015 22:20:31 +0000 (15:20 -0700)
commit804b5022c02089df9159e59e607f47d6b0d6a5b0
tree51bbcf98fe8429a102aba7c7e0e016339897d388
parent331423195d6d306b6ebc8a67169514f7b01bfc1e
Remove invalid negative eglCreateSync test.

Remove negative eglCreateSync test that tried to create
EGL_REUSABLE_SYNC without context and expected EGL_BAD_MATCH.
EGL_REUSABLE_SYNC doesn't require current context.

Bug: 18290284
Change-Id: I5370a0f634497031cce6fd9985943df7d09eb6e7
modules/egl/teglSyncTests.cpp