tests/test-check-pytype.t
changeset 48491 08af0adc235c
parent 48490 81805bba11f9
child 49019 455dce344c56
equal deleted inserted replaced
48490:81805bba11f9 48491:08af0adc235c
    25 mercurial/manifest.py         # [unsupported-operands], [wrong-arg-types]
    25 mercurial/manifest.py         # [unsupported-operands], [wrong-arg-types]
    26 mercurial/minirst.py          # [unsupported-operands], [attribute-error]
    26 mercurial/minirst.py          # [unsupported-operands], [attribute-error]
    27 mercurial/pure/osutil.py      # [invalid-typevar], [not-callable]
    27 mercurial/pure/osutil.py      # [invalid-typevar], [not-callable]
    28 mercurial/pure/parsers.py     # [attribute-error]
    28 mercurial/pure/parsers.py     # [attribute-error]
    29 mercurial/repoview.py         # [attribute-error]
    29 mercurial/repoview.py         # [attribute-error]
    30 mercurial/sslutil.py          # [attribute-error]
       
    31 mercurial/testing/storage.py  # tons of [attribute-error]
    30 mercurial/testing/storage.py  # tons of [attribute-error]
    32 mercurial/ui.py               # [attribute-error], [wrong-arg-types]
    31 mercurial/ui.py               # [attribute-error], [wrong-arg-types]
    33 mercurial/unionrepo.py        # ui, svfs, unfiltered [attribute-error]
    32 mercurial/unionrepo.py        # ui, svfs, unfiltered [attribute-error]
    34 mercurial/utils/memorytop.py  # not 3.6 compatible
    33 mercurial/utils/memorytop.py  # not 3.6 compatible
    35 mercurial/win32.py            # [not-callable]
    34 mercurial/win32.py            # [not-callable]
    57   >    -x mercurial/manifest.py \
    56   >    -x mercurial/manifest.py \
    58   >    -x mercurial/minirst.py \
    57   >    -x mercurial/minirst.py \
    59   >    -x mercurial/pure/osutil.py \
    58   >    -x mercurial/pure/osutil.py \
    60   >    -x mercurial/pure/parsers.py \
    59   >    -x mercurial/pure/parsers.py \
    61   >    -x mercurial/repoview.py \
    60   >    -x mercurial/repoview.py \
    62   >    -x mercurial/sslutil.py \
       
    63   >    -x mercurial/testing/storage.py \
    61   >    -x mercurial/testing/storage.py \
    64   >    -x mercurial/thirdparty \
    62   >    -x mercurial/thirdparty \
    65   >    -x mercurial/ui.py \
    63   >    -x mercurial/ui.py \
    66   >    -x mercurial/unionrepo.py \
    64   >    -x mercurial/unionrepo.py \
    67   >    -x mercurial/utils/memorytop.py \
    65   >    -x mercurial/utils/memorytop.py \