Ensure alphabetical order of xml attributes
authorAlexander Galazin <alexander.galazin@arm.com>
Thu, 7 May 2020 14:16:08 +0000 (16:16 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Mon, 11 May 2020 07:18:54 +0000 (03:18 -0400)
commit15c4abbfc4a593c39d6410440665c3e0df1cce9b
tree199d6b913d3d94d25a64de20ae721a144c42d618
parentb8197325dab8dca1574613c656c8c913eb683c0f
Ensure alphabetical order of xml attributes

Python 3.8 removed artificial alphabetical ordering
of attributes in ElementTree. The recommended solution
to avoid changes in generated xml is to add attributes
in the alphabetical order directly in the source code.

See https://github.com/python/cpython/commit/63673916464bace8e2147357395fdf3497967ecb

Components: Framework

VK-GL-CTS issue: 2358

Change-Id: Ife4b93a01d76f1f99fcdf2c1d13291ae5c706d85
(cherry picked from commit b2d84418efc74c558be55c2934e14c2a93edefed)
scripts/mustpass.py