Show More
@@ -1,40 +1,50 | |||||
1 | #require test-repo |
|
1 | #require test-repo | |
2 |
|
2 | |||
3 | $ . "$TESTDIR/helpers-testrepo.sh" |
|
3 | $ . "$TESTDIR/helpers-testrepo.sh" | |
4 | $ cd "$TESTDIR"/.. |
|
4 | $ cd "$TESTDIR"/.. | |
5 |
|
5 | |||
6 | $ testrepohg files 'set:(**.py)' \ |
|
6 | $ testrepohg files 'set:(**.py)' \ | |
7 | > -X hgdemandimport/demandimportpy2.py \ |
|
7 | > -X hgdemandimport/demandimportpy2.py \ | |
8 | > -X mercurial/thirdparty/cbor \ |
|
8 | > -X mercurial/thirdparty/cbor \ | |
9 | > | sed 's|\\|/|g' | xargs $PYTHON contrib/check-py3-compat.py |
|
9 | > | sed 's|\\|/|g' | xargs $PYTHON contrib/check-py3-compat.py | |
10 | contrib/python-zstandard/setup.py not using absolute_import |
|
10 | contrib/python-zstandard/setup.py not using absolute_import | |
11 | contrib/python-zstandard/setup_zstd.py not using absolute_import |
|
11 | contrib/python-zstandard/setup_zstd.py not using absolute_import | |
12 | contrib/python-zstandard/tests/common.py not using absolute_import |
|
12 | contrib/python-zstandard/tests/common.py not using absolute_import | |
13 | contrib/python-zstandard/tests/test_buffer_util.py not using absolute_import |
|
13 | contrib/python-zstandard/tests/test_buffer_util.py not using absolute_import | |
14 | contrib/python-zstandard/tests/test_compressor.py not using absolute_import |
|
14 | contrib/python-zstandard/tests/test_compressor.py not using absolute_import | |
15 | contrib/python-zstandard/tests/test_compressor_fuzzing.py not using absolute_import |
|
15 | contrib/python-zstandard/tests/test_compressor_fuzzing.py not using absolute_import | |
16 | contrib/python-zstandard/tests/test_data_structures.py not using absolute_import |
|
16 | contrib/python-zstandard/tests/test_data_structures.py not using absolute_import | |
17 | contrib/python-zstandard/tests/test_data_structures_fuzzing.py not using absolute_import |
|
17 | contrib/python-zstandard/tests/test_data_structures_fuzzing.py not using absolute_import | |
18 | contrib/python-zstandard/tests/test_decompressor.py not using absolute_import |
|
18 | contrib/python-zstandard/tests/test_decompressor.py not using absolute_import | |
19 | contrib/python-zstandard/tests/test_decompressor_fuzzing.py not using absolute_import |
|
19 | contrib/python-zstandard/tests/test_decompressor_fuzzing.py not using absolute_import | |
20 | contrib/python-zstandard/tests/test_estimate_sizes.py not using absolute_import |
|
20 | contrib/python-zstandard/tests/test_estimate_sizes.py not using absolute_import | |
21 | contrib/python-zstandard/tests/test_module_attributes.py not using absolute_import |
|
21 | contrib/python-zstandard/tests/test_module_attributes.py not using absolute_import | |
22 | contrib/python-zstandard/tests/test_train_dictionary.py not using absolute_import |
|
22 | contrib/python-zstandard/tests/test_train_dictionary.py not using absolute_import | |
23 | setup.py not using absolute_import |
|
23 | setup.py not using absolute_import | |
24 |
|
24 | |||
25 | #if py3exe |
|
25 | #if py3exe | |
26 | $ testrepohg files 'set:(**.py) - grep(pygments)' \ |
|
26 | $ testrepohg files 'set:(**.py) - grep(pygments)' \ | |
27 | > -X hgdemandimport/demandimportpy2.py \ |
|
27 | > -X hgdemandimport/demandimportpy2.py \ | |
28 | > -X hgext/fsmonitor/pywatchman \ |
|
28 | > -X hgext/fsmonitor/pywatchman \ | |
29 | > -X mercurial/cffi \ |
|
29 | > -X mercurial/cffi \ | |
30 | > -X mercurial/thirdparty \ |
|
30 | > -X mercurial/thirdparty \ | |
31 | > | sed 's|\\|/|g' | xargs python3 contrib/check-py3-compat.py \ |
|
31 | > | sed 's|\\|/|g' | xargs python3 contrib/check-py3-compat.py \ | |
32 | > | sed 's/[0-9][0-9]*)$/*)/' |
|
32 | > | sed 's/[0-9][0-9]*)$/*)/' | |
|
33 | hgext/convert/transport.py: error importing: <*Error> No module named 'svn.client' (error at transport.py:*) (glob) (?) | |||
|
34 | hgext/fastannotate/commands.py: error importing: <TypeError> Unicode-objects must be encoded before hashing (error at context.py:*) | |||
|
35 | hgext/fastannotate/context.py: error importing: <TypeError> Unicode-objects must be encoded before hashing (error at context.py:*) | |||
|
36 | hgext/fastannotate/formatter.py: error importing: <TypeError> Unicode-objects must be encoded before hashing (error at context.py:*) | |||
|
37 | hgext/fastannotate/protocol.py: error importing: <TypeError> Unicode-objects must be encoded before hashing (error at context.py:*) | |||
|
38 | hgext/fastannotate/support.py: error importing: <TypeError> Unicode-objects must be encoded before hashing (error at context.py:*) | |||
|
39 | hgext/infinitepush/sqlindexapi.py: error importing: <*Error> No module named 'mysql' (error at sqlindexapi.py:*) (glob) (?) | |||
|
40 | mercurial/scmwindows.py: error importing: <ValueError> _type_ 'v' not supported (error at win32.py:*) (no-windows !) | |||
|
41 | mercurial/win32.py: error importing: <ValueError> _type_ 'v' not supported (error at win32.py:*) (no-windows !) | |||
|
42 | mercurial/windows.py: error importing: <ModuleNotFoundError> No module named 'msvcrt' (error at windows.py:*) (no-windows !) | |||
33 |
|
43 | |||
34 | #endif |
|
44 | #endif | |
35 |
|
45 | |||
36 | #if py3exe py3pygments |
|
46 | #if py3exe py3pygments | |
37 | $ testrepohg files 'set:(**.py) and grep(pygments)' | sed 's|\\|/|g' \ |
|
47 | $ testrepohg files 'set:(**.py) and grep(pygments)' | sed 's|\\|/|g' \ | |
38 | > | xargs python3 contrib/check-py3-compat.py \ |
|
48 | > | xargs python3 contrib/check-py3-compat.py \ | |
39 | > | sed 's/[0-9][0-9]*)$/*)/' |
|
49 | > | sed 's/[0-9][0-9]*)$/*)/' | |
40 | #endif |
|
50 | #endif |
General Comments 0
You need to be logged in to leave comments.
Login now