Hi!

On 2022-01-10T17:14:00+0100, Martin Liška <mli...@suse.cz> wrote:
> The script is capable of checking if MAINTAINER names are sorted
> alphabetically.

Irrespective of the pre-existing issue that a concept of a first and a
last name doesn't exist in all cultures, and thus sorting by the latter
is questionable, there also seems to be some Python syntax issue here:

    Running [...]/source-gcc/gcc/testsuite/gcc.src/maintainers.exp ...
    Executing on host: python3 --version    (timeout = 300)
    spawn python3 --version
    Python 3.4.3
    Executing on host: 
[...]/source-gcc/gcc/testsuite/../../contrib/check-MAINTAINERS.py 
[...]/source-gcc/gcc/testsuite/../../MAINTAINERS   (timeout = 300)
    spawn [...]/source-gcc/gcc/testsuite/../../contrib/check-MAINTAINERS.py 
[...]/source-gcc/gcc/testsuite/../../MAINTAINERS
      File "[...]/source-gcc/gcc/testsuite/../../contrib/check-MAINTAINERS.py", 
line 71
        print(f'Line should not start with space: "{line}"')
                                                          ^
    SyntaxError: invalid syntax
    1 {  File 
"[...]/source-gcc/gcc/testsuite/../../contrib/check-MAINTAINERS.py", line 71
        print(f'Line should not start with space: "{line}"')
                                                          ^
    SyntaxError: invalid syntax
    }
    FAIL: check-MAINTAINERS.py


Grüße
 Thomas
-----------------
Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 
München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas 
Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht 
München, HRB 106955

Reply via email to