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>
Tue, 26 May 2020 16:58:14 +0000 (18:58 +0200)
commitf3126f33b92f4e06a99934adee05eb1b90987651
treeee7d4b86c081487fa78b95734156de8cd3d13a08
parentb7b2c94850b362681139c7a36668c14c12e7c92c
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