Unicode and Python3 fixes for verification scripts
authorRicardo Garcia <rgarcia@igalia.com>
Mon, 25 Jan 2021 15:02:01 +0000 (16:02 +0100)
committerRicardo Garcia <rgarcia@igalia.com>
Tue, 26 Jan 2021 10:11:38 +0000 (11:11 +0100)
commit0686cb1047466f033dc66657fd2dfd3749884e5f
treeda520d1bfb1c82a17f53ff6ca6c5372203b057d4
parent65f3419878e41ad1b677e580af2538f9559e8064
Unicode and Python3 fixes for verification scripts

Fix several issues related to running verification scripts under
different versions of Python, making sure the scripts are compatible
with both Python 2 and Python 3 and do not choke on invalid characters,
which are sometimes present in test shaders.

Components: OpenGL, Framework
VK-GL-CTS issue: 2756

Change-Id: Id472b842cb8fd6536e61489f3c01e28c462dbebd
external/openglcts/scripts/verify/verify_es.py
scripts/log/log_parser.py