Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dawn tests not using CLI adapter toggles
For example, `--disable-toggles=use_dxc` was being ignored. Use the ParamTogglesHelper to collect all adapter toggles, as we do for device toggles. Note that we were previously needlessly passing in force enabled/disabled *device* toggles in the adapter options. This no longer happens now as ParamTogglesHelper filters the toggles by stage. Change-Id: I439129e8e7a33f50cdefca8b810efba0c1c34fa1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/206259 Commit-Queue: Antonio Maiorano <[email protected]> Reviewed-by: Corentin Wallez <[email protected]>
- Loading branch information