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:18 +0000 (03:18 -0400)
commitb2d84418efc74c558be55c2934e14c2a93edefed
tree89eb1ee2e58a6f30ca1f93df846b0f075b9b864b
parent9437f9bf342dc23828853a16402dc4d57d35b41b
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
scripts/mustpass.py