зеркало из https://github.com/AvaloniaUI/angle.git
Tests: Skip zillow trace on desktop Vulkan
Bug: angleproject:6658 Change-Id: I0d0152c83930b6a789bd9660ad2f16e9a8e9f80a Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3262031 Reviewed-by: Cody Northrop <cnorthrop@google.com> Commit-Queue: Cody Northrop <cnorthrop@google.com>
This commit is contained in:
Родитель
270a2c0ef4
Коммит
73da16481a
|
@ -1115,6 +1115,16 @@ TracePerfTest::TracePerfTest(const TracePerfParams ¶ms)
|
|||
{
|
||||
addExtensionPrerequisite("GL_KHR_texture_compression_astc_ldr");
|
||||
}
|
||||
|
||||
if (traceNameIs("zillow"))
|
||||
{
|
||||
// http://anglebug.com/6658 - Crashing in Vulkan backend
|
||||
if ((IsLinux() || IsWindows()) && IsNVIDIA() && mParams.driver == GLESDriverType::AngleEGL)
|
||||
{
|
||||
mSkipTest = true;
|
||||
}
|
||||
}
|
||||
|
||||
ASSERT(mParams.surfaceType == SurfaceType::Window || gEnableAllTraceTests);
|
||||
ASSERT(mParams.eglParameters.deviceType == EGL_PLATFORM_ANGLE_DEVICE_TYPE_HARDWARE_ANGLE ||
|
||||
gEnableAllTraceTests);
|
||||
|
|
Загрузка…
Ссылка в новой задаче