Commit bfb5df15 by Luc Ferron Committed by Commit Bot

Vulkan: Suppress flaky test in GLSLTest on Windows

Bug: angleproject:2460 Change-Id: I4dba274e29a147c3066848a729f37297951a7f77 Reviewed-on: https://chromium-review.googlesource.com/1010405 Commit-Queue: Luc Ferron <lucferron@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 416aaf95
...@@ -2926,9 +2926,9 @@ TEST_P(GLSLTest_ES3, InitUninitializedLocals) ...@@ -2926,9 +2926,9 @@ TEST_P(GLSLTest_ES3, InitUninitializedLocals)
// specifically tests with two different struct variables declared in the same block. // specifically tests with two different struct variables declared in the same block.
TEST_P(GLSLTest, InitUninitializedStructContainingArrays) TEST_P(GLSLTest, InitUninitializedStructContainingArrays)
{ {
// TODO(lucferron): Root cause and fix it. // TODO(lucferron): Root cause and fix it. Its also flaky sometimes.
// http://anglebug.com/2460 // http://anglebug.com/2460
ANGLE_SKIP_TEST_IF(IsVulkan() && IsIntel() && IsLinux()); ANGLE_SKIP_TEST_IF(IsVulkan());
// Test skipped on Android GLES because local variable initialization is disabled. // Test skipped on Android GLES because local variable initialization is disabled.
// http://anglebug.com/2046 // http://anglebug.com/2046
......
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