comparison tests/test-check-py3-compat.t @ 30672:0eb4b3d38d5f

py3: update test-check-py3-compat.t This part of test runs only on py3. This change was introduced by 16f4b341288d.
author Pulkit Goyal <7895pulkit@gmail.com>
date Sun, 25 Dec 2016 02:34:19 +0530
parents 16f4b341288d
children 81bf1a686b99
comparison
equal deleted inserted replaced
30671:64a75655b988 30672:0eb4b3d38d5f
22 #if py3exe 22 #if py3exe
23 $ hg files 'set:(**.py) - grep(pygments)' | sed 's|\\|/|g' \ 23 $ hg files 'set:(**.py) - grep(pygments)' | sed 's|\\|/|g' \
24 > | xargs $PYTHON3 contrib/check-py3-compat.py \ 24 > | xargs $PYTHON3 contrib/check-py3-compat.py \
25 > | sed 's/[0-9][0-9]*)$/*)/' 25 > | sed 's/[0-9][0-9]*)$/*)/'
26 hgext/convert/transport.py: error importing: <ImportError> No module named 'svn.client' (error at transport.py:*) 26 hgext/convert/transport.py: error importing: <ImportError> No module named 'svn.client' (error at transport.py:*)
27 hgext/fsmonitor/pywatchman/capabilities.py: error importing: <ImportError> No module named 'pybser' (error at __init__.py:*) 27 hgext/fsmonitor/pywatchman/capabilities.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*)
28 hgext/fsmonitor/pywatchman/pybser.py: error importing: <ImportError> No module named 'pybser' (error at __init__.py:*) 28 hgext/fsmonitor/pywatchman/compat.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*)
29 hgext/fsmonitor/watchmanclient.py: error importing: <ImportError> No module named 'pybser' (error at __init__.py:*) 29 hgext/fsmonitor/pywatchman/encoding.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*)
30 hgext/fsmonitor/pywatchman/load.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*)
31 hgext/fsmonitor/pywatchman/pybser.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*)
32 hgext/fsmonitor/watchmanclient.py: error importing: <SyntaxError> from __future__ imports must occur at the beginning of the file (__init__.py, line 30) (error at watchmanclient.py:*)
30 mercurial/cffi/bdiff.py: error importing: <ImportError> No module named 'mercurial.cffi' (error at check-py3-compat.py:*) 33 mercurial/cffi/bdiff.py: error importing: <ImportError> No module named 'mercurial.cffi' (error at check-py3-compat.py:*)
31 mercurial/cffi/mpatch.py: error importing: <ImportError> No module named 'mercurial.cffi' (error at check-py3-compat.py:*) 34 mercurial/cffi/mpatch.py: error importing: <ImportError> No module named 'mercurial.cffi' (error at check-py3-compat.py:*)
32 mercurial/cffi/osutil.py: error importing: <ImportError> No module named 'mercurial.cffi' (error at check-py3-compat.py:*) 35 mercurial/cffi/osutil.py: error importing: <ImportError> No module named 'mercurial.cffi' (error at check-py3-compat.py:*)
33 mercurial/scmwindows.py: error importing: <ImportError> No module named 'msvcrt' (error at win32.py:*) 36 mercurial/scmwindows.py: error importing: <ImportError> No module named 'msvcrt' (error at win32.py:*)
34 mercurial/win32.py: error importing: <ImportError> No module named 'msvcrt' (error at win32.py:*) 37 mercurial/win32.py: error importing: <ImportError> No module named 'msvcrt' (error at win32.py:*)