comparison tests/test-check-py3-compat.t @ 28681:eda8b28e3b1b

py3: make test-ui-config use print_function
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 29 Mar 2016 16:38:27 +0530
parents ae606bdedc3e
children 2e5be704bc96
comparison
equal deleted inserted replaced
28680:ae606bdedc3e 28681:eda8b28e3b1b
107 tests/test-symlink-os-yes-fs-no.py not using absolute_import 107 tests/test-symlink-os-yes-fs-no.py not using absolute_import
108 tests/test-trusted.py not using absolute_import 108 tests/test-trusted.py not using absolute_import
109 tests/test-trusted.py requires print_function 109 tests/test-trusted.py requires print_function
110 tests/test-ui-color.py not using absolute_import 110 tests/test-ui-color.py not using absolute_import
111 tests/test-ui-color.py requires print_function 111 tests/test-ui-color.py requires print_function
112 tests/test-ui-config.py requires print_function
113 tests/test-url.py not using absolute_import 112 tests/test-url.py not using absolute_import
114 113
115 #if py3exe 114 #if py3exe
116 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py 115 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py
117 contrib/check-code.py: invalid syntax: (unicode error) 'unicodeescape' codec can't decode bytes in position *-*: malformed \N character escape (<unknown>, line *) (glob) 116 contrib/check-code.py: invalid syntax: (unicode error) 'unicodeescape' codec can't decode bytes in position *-*: malformed \N character escape (<unknown>, line *) (glob)
290 tests/test-propertycache.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) 289 tests/test-propertycache.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob)
291 tests/test-revlog-ancestry.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) 290 tests/test-revlog-ancestry.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob)
292 tests/test-status-inprocess.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) 291 tests/test-status-inprocess.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob)
293 tests/test-trusted.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) 292 tests/test-trusted.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
294 tests/test-ui-color.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) 293 tests/test-ui-color.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
295 tests/test-ui-config.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
296 294
297 #endif 295 #endif