comparison tests/test-check-py3-compat.t @ 28682:2e5be704bc96

py3: make test-ui-color use print_function
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 29 Mar 2016 16:41:32 +0530
parents eda8b28e3b1b
children 11f623b5668f
comparison
equal deleted inserted replaced
28681:eda8b28e3b1b 28682:2e5be704bc96
106 tests/test-status-inprocess.py requires print_function 106 tests/test-status-inprocess.py requires print_function
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
112 tests/test-url.py not using absolute_import 111 tests/test-url.py not using absolute_import
113 112
114 #if py3exe 113 #if py3exe
115 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py 114 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py
116 contrib/check-code.py: invalid syntax: (unicode error) 'unicodeescape' codec can't decode bytes in position *-*: malformed \N character escape (<unknown>, line *) (glob) 115 contrib/check-code.py: invalid syntax: (unicode error) 'unicodeescape' codec can't decode bytes in position *-*: malformed \N character escape (<unknown>, line *) (glob)
288 tests/test-parseindex*.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob) 287 tests/test-parseindex*.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) 288 tests/test-propertycache.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) 289 tests/test-revlog-ancestry.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) 290 tests/test-status-inprocess.py: invalid syntax: Missing parentheses in call to 'print' (<unknown>, line *) (glob)
292 tests/test-trusted.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) 291 tests/test-trusted.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
293 tests/test-ui-color.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
294 292
295 #endif 293 #endif