Commit 448da49c by Luc Ferron Committed by Commit Bot

Vulkan Intel: Flaky test suppression

Bug: angleproject:2664 Change-Id: Id6f563fae520cec47d9b5d34da79b08d649863c3 Reviewed-on: https://chromium-review.googlesource.com/1101062Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Commit-Queue: Luc Ferron <lucferron@chromium.org>
parent 49aacad5
...@@ -655,6 +655,9 @@ TEST_P(StateChangeRenderTest, GenerateMipmap) ...@@ -655,6 +655,9 @@ TEST_P(StateChangeRenderTest, GenerateMipmap)
// Tests that D3D11 dirty bit updates don't forget about BufferSubData attrib updates. // Tests that D3D11 dirty bit updates don't forget about BufferSubData attrib updates.
TEST_P(StateChangeTest, VertexBufferUpdatedAfterDraw) TEST_P(StateChangeTest, VertexBufferUpdatedAfterDraw)
{ {
// TODO(lucferron): Diagnose and fix, this is just flaky on intel. http://anglebug.com/2664
ANGLE_SKIP_TEST_IF(IsVulkan() && IsIntel());
const std::string vs = const std::string vs =
"attribute vec2 position;\n" "attribute vec2 position;\n"
"attribute vec4 color;\n" "attribute vec4 color;\n"
......
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