tests/test-check-py3-compat.t
changeset 28934 c4040a35b5d9
parent 28933 6262f0215d08
child 28942 05cb9c6f310e
equal deleted inserted replaced
28933:6262f0215d08 28934:c4040a35b5d9
    53   tests/svn-safe-append.py not using absolute_import
    53   tests/svn-safe-append.py not using absolute_import
    54   tests/svnxml.py not using absolute_import
    54   tests/svnxml.py not using absolute_import
    55   tests/test-atomictempfile.py not using absolute_import
    55   tests/test-atomictempfile.py not using absolute_import
    56   tests/test-demandimport.py not using absolute_import
    56   tests/test-demandimport.py not using absolute_import
    57   tests/test-demandimport.py requires print_function
    57   tests/test-demandimport.py requires print_function
    58   tests/test-trusted.py requires print_function
       
    59 
    58 
    60 #if py3exe
    59 #if py3exe
    61   $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py
    60   $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py
    62   contrib/check-code.py: invalid syntax: (unicode error) 'unicodeescape' codec can't decode bytes in position *-*: malformed \N character escape (<unknown>, line *) (glob)
    61   contrib/check-code.py: invalid syntax: (unicode error) 'unicodeescape' codec can't decode bytes in position *-*: malformed \N character escape (<unknown>, line *) (glob)
    63   doc/hgmanpage.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
    62   doc/hgmanpage.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
   186   mercurial/win*.py: error importing module: <ImportError> No module named 'msvcrt' (line *) (glob)
   185   mercurial/win*.py: error importing module: <ImportError> No module named 'msvcrt' (line *) (glob)
   187   mercurial/windows.py: error importing module: <ImportError> No module named '_winreg' (line *) (glob)
   186   mercurial/windows.py: error importing module: <ImportError> No module named '_winreg' (line *) (glob)
   188   mercurial/wireproto.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob)
   187   mercurial/wireproto.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob)
   189   tests/readlink.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
   188   tests/readlink.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
   190   tests/test-demandimport.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
   189   tests/test-demandimport.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
   191   tests/test-trusted.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
       
   192 
   190 
   193 #endif
   191 #endif