зеркало из https://github.com/AvaloniaUI/angle.git
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/+/2826402 Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
This commit is contained in:
Родитель
a2ade89488
Коммит
c782ef1919
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче