Roll VK-GL-CTS from 7aaf3aef809d to bfc5b6f54270 (11 revisions)

7aaf3aef80..bfc5b6f542

2022-10-14 quic_mnetsch@quicinc.com Merge vk-gl-cts/vulkansc-cts-1.0.1 into vk-gl-cts/main
2022-10-14 quic_mnetsch@quicinc.com Merge vk-gl-cts/opengl-cts-4.6.2 into vk-gl-cts/main
2022-10-14 quic_mnetsch@quicinc.com Merge vk-gl-cts/opengl-es-cts-3.2.8 into vk-gl-cts/main
2022-10-14 quic_mnetsch@quicinc.com Merge vk-gl-cts/vulkan-cts-1.3.4 into vk-gl-cts/main
2022-10-14 quic_mnetsch@quicinc.com Merge vk-gl-cts/github-main into vk-gl-cts/main
2022-10-14 ziga@lunarg.com Fix uninitialized variable in multisample clear attachments tests
2022-10-14 aitor@lunarg.com Add remaining div by zero tests
2022-10-14 ziga@lunarg.com Add tests with primitive restart with no restart index
2022-10-14 zzoon@igalia.com Add tests for VkImageDrmFormatModifierExplicitCreateInfoEXT
2022-10-14 rgarcia@igalia.com Fix build on main branch
2022-10-14 quic_mnetsch@quicinc.com Merge vk-gl-cts/vulkan-cts-1.3.4 into vk-gl-cts/main

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/vk-gl-cts-angle-autoroll
Please CC jmadill@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: None
Tbr: jmadill@google.com
Change-Id: I7935ed36082d8571aa2e29cd7021b31f0b7a513d
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3956122
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
angle-autoroll 2022-10-14 18:27:07 +00:00 коммит произвёл Angle LUCI CQ
Родитель 19fb11b67c
Коммит 72894f4268
1 изменённых файлов: 1 добавлений и 1 удалений

2
DEPS
Просмотреть файл

@ -43,7 +43,7 @@ vars = {
'dummy_checkout_chromium': False,
# Current revision of VK-GL-CTS (a.k.a dEQP).
'vk_gl_cts_revision': '7aaf3aef809de09834ff355f38917d8a16830ec8',
'vk_gl_cts_revision': 'bfc5b6f54270968eba4a1fdbf12d49b9d0aac02c',
# Current revision of googletest.
# Note: this dep cannot be auto-rolled b/c of nesting.