kc3-lang/angle/src/tests/third_party/gpu_test_expectations/HowToMakeChanges.md

Download

Because the gpu_test_expectations directory is based on parts of Chromium’s gpu/config`` directory, we want to keep a patch of the changes added to make it compile with ANGLE. This will allow us to merge Chromium changes easily in ourgpu_test_expectations. In order to make a change to this directory, do the following: - copy the directory somewhere like ingpu_test_expectations_reverted- ingpu_test_expectations_revertedrunpatch -p 1 -R angle-mods.patch- do your changes ingpu_test_expectations- delete angle-mods.path in both directories - rundiff -rupN gpu_test_expectations_reverted gpu_test_expectations > angle-mods.patch- copyangle-mods.patchingpu_test_expectations```


Source

Download