Commit 25097b6c by Jamie Madill Committed by Commit Bot

Vulkan: Lift failing test suppression.

EGLContextSharingTest.DeleteReaderOfSharedTexture/ES2_Vulkan Passes with the new command graph linearization. Bug: angleproject:4130 Change-Id: Ic7233696d2c06303ddf46947610b793a1a9e8a65 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2063041Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 113d0002
...@@ -376,9 +376,6 @@ TEST_P(EGLContextSharingTest, DeleteReaderOfSharedTexture) ...@@ -376,9 +376,6 @@ TEST_P(EGLContextSharingTest, DeleteReaderOfSharedTexture)
{ {
ANGLE_SKIP_TEST_IF(!platformSupportsMultithreading()); ANGLE_SKIP_TEST_IF(!platformSupportsMultithreading());
// Bug in the Vulkan backend. http://anglebug.com/4130
ANGLE_SKIP_TEST_IF(IsVulkan());
// Initialize contexts // Initialize contexts
EGLWindow *window = getEGLWindow(); EGLWindow *window = getEGLWindow();
EGLDisplay dpy = window->getDisplay(); EGLDisplay dpy = window->getDisplay();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment