mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-04 11:15:46 +00:00
This patch adds the adapter type in the dawn_end2end_test name when the adapter is Microsoft Basic Render Driver. In a Windows Remote Desktop session, there will be two adapters whose name is "Microsoft Basic Render Driver" with one of the adapter type being "CPU" and another being "Integrated GPU" on an Intel integrated GPU for example. To avoid the conflicts in the name of end2end tests and causes ASSERT failures, we add the adapter type to the test name when the adapter is Microsoft Basic Render Driver. BUG=dawn:396 TEST=dawn_end2end_tests Change-Id: I26108ac106957ea7e72d531a366851fd71cbc2b0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/21900 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>