comparison tests/test-check-py3-compat.t @ 28676:a4803f35efba

py3: make test-walkrepo use print_function
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 29 Mar 2016 16:21:31 +0530
parents fcafd84bc9c5
children 2903558a6991
comparison
equal deleted inserted replaced
28675:fcafd84bc9c5 28676:a4803f35efba
113 tests/test-ui-config.py requires print_function 113 tests/test-ui-config.py requires print_function
114 tests/test-ui-verbosity.py not using absolute_import 114 tests/test-ui-verbosity.py not using absolute_import
115 tests/test-ui-verbosity.py requires print_function 115 tests/test-ui-verbosity.py requires print_function
116 tests/test-url.py not using absolute_import 116 tests/test-url.py not using absolute_import
117 tests/test-url.py requires print_function 117 tests/test-url.py requires print_function
118 tests/test-walkrepo.py requires print_function
119 118
120 #if py3exe 119 #if py3exe
121 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py 120 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py
122 contrib/check-code.py: invalid syntax: (unicode error) 'unicodeescape' codec can't decode bytes in position *-*: malformed \N character escape (<unknown>, line *) (glob) 121 contrib/check-code.py: invalid syntax: (unicode error) 'unicodeescape' codec can't decode bytes in position *-*: malformed \N character escape (<unknown>, line *) (glob)
123 contrib/import-checker.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) 122 contrib/import-checker.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob)
297 tests/test-status-inprocess.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) 296 tests/test-status-inprocess.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob)
298 tests/test-trusted.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) 297 tests/test-trusted.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
299 tests/test-ui-color.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) 298 tests/test-ui-color.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
300 tests/test-ui-config.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) 299 tests/test-ui-config.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
301 tests/test-ui-verbosity.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) 300 tests/test-ui-verbosity.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob)
302 tests/test-walkrepo.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
303 301
304 #endif 302 #endif