Commit c782ef19 by Shahbaz Youssefi Committed by Commit Bot

Skip TracePerfTest.Run/*_idle_heroes on Pixel 2

The test crashes both with the native and Vulkan drivers. Bug: angleproject:5867 Change-Id: I6fe3acd7050b0cb2d6f735de684b897aca0a6bb8 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2826402Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent a2ade894
......@@ -665,6 +665,15 @@ TracePerfTest::TracePerfTest()
}
}
if (param.testID == RestrictedTraceID::idle_heroes)
{
// TODO: http://anglebug.com/5591 Trace crashes on Pixel 2
if (IsPixel2())
{
mSkipTest = true;
}
}
if (param.testID == RestrictedTraceID::shadow_fight_2)
{
addExtensionPrerequisite("GL_OES_EGL_image_external");
......
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