sapling/tests/test-check-code.t
Durham Goode 0938fe19a3 clib: move fb-hgext/clib/ to lib
Summary:
cdatapack depends on clib, so let's move it to lib/ outside of fb-hgext.

None of the consumers of these files were changed. They will be changed as they
are moved into the main part of the repo.

Test Plan: hg purge --all && make local && cd tests && ./run-tests.py -S -j 48

Reviewers: mitrandir, #mercurial

Reviewed By: mitrandir

Differential Revision: https://phabricator.intern.facebook.com/D6677197

Signature: 6677197:1515447873:399fb3e7beb5cc1ad8db18f42b359ffbfbeb21f2
2018-01-08 15:08:18 -08:00

124 lines
6.4 KiB
Perl

#require test-repo
$ . "$TESTDIR/helpers-testrepo.sh"
$ check_code="$TESTDIR"/../contrib/check-code.py
$ cd "$TESTDIR"/..
New errors are not allowed. Warnings are strongly discouraged.
(The writing "no-che?k-code" is for not skipping this file when checking.)
$ testrepohg locate \
> -X contrib/python-zstandard \
> -X hgext/fsmonitor/pywatchman \
> -X mercurial/thirdparty \
> -X lib/third-party \
> -X fb-hgext \
> -X hg-git \
> | sed 's-\\-/-g' | "$check_code" --warnings --per-file=0 - || false
Skipping hgext/hgsql.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/__init__.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/compathacks.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/editor.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/hooks/updatemeta.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/layouts/base.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/layouts/custom.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/layouts/standard.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/maps.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/pushmod.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/stupid.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/svncommands.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/svnexternals.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/svnmeta.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/svnrepo.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/svnwrap/__init__.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/svnwrap/common.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/svnwrap/subvertpy_wrapper.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/svnwrap/svn_swig_wrapper.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/util.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/verify.py it has no-che?k-code (glob)
Skipping hgsubversion/hgsubversion/wrappers.py it has no-che?k-code (glob)
Skipping hgsubversion/setup.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/comprehensive/test_custom_layout.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/comprehensive/test_obsstore_on.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/comprehensive/test_rebuildmeta.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/comprehensive/test_sqlite_revmap.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/comprehensive/test_stupid_pull.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/comprehensive/test_updatemeta.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/comprehensive/test_verify_and_startrev.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/fixtures/rsvn.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/run.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_externals.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_fetch_branches.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_fetch_command.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_fetch_command_regexes.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_fetch_exec.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_fetch_mappings.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_fetch_symlinks.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_push_command.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_push_dirs.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_push_renames.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_single_dir_clone.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_single_dir_push.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_svn_pre_commit_hooks.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_svnwrap.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_tags.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_template_keywords.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_urls.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_util.py it has no-che?k-code (glob)
Skipping hgsubversion/tests/test_utility_commands.py it has no-che?k-code (glob)
Skipping i18n/polib.py it has no-che?k-code (glob)
Skipping lib/clib/buffer.c it has no-che?k-code (glob)
Skipping lib/clib/buffer.h it has no-che?k-code (glob)
Skipping lib/clib/convert.h it has no-che?k-code (glob)
Skipping lib/clib/null_test.c it has no-che?k-code (glob)
Skipping lib/clib/portability/inet.h it has no-che?k-code (glob)
Skipping lib/clib/portability/portability.h it has no-che?k-code (glob)
Skipping lib/clib/portability/unistd.h it has no-che?k-code (glob)
Skipping lib/clib/sha1.h it has no-che?k-code (glob)
Skipping mercurial/httpclient/__init__.py it has no-che?k-code (glob)
Skipping mercurial/httpclient/_readers.py it has no-che?k-code (glob)
Skipping mercurial/statprof.py it has no-che?k-code (glob)
Skipping tests/badserverext.py it has no-che?k-code (glob)
Skipping tests/test-hgsql-encoding.t it has no-che?k-code (glob)
Skipping tests/test-hgsql-race-conditions.t it has no-che?k-code (glob)
tests/test-remotenames-basic.t:308:
> $ hg help bookmarks | grep -A 3 -- '--track'
don't use grep's context flags
[1]
@commands in debugcommands.py should be in alphabetical order.
>>> import re
>>> commands = []
>>> with open('mercurial/debugcommands.py', 'rb') as fh:
... for line in fh:
... m = re.match("^@command\('([a-z]+)", line)
... if m:
... commands.append(m.group(1))
>>> scommands = list(sorted(commands))
>>> for i, command in enumerate(scommands):
... if command != commands[i]:
... print('commands in debugcommands.py not sorted; first differing '
... 'command is %s; expected %s' % (commands[i], command))
... break
Prevent adding new files in the root directory accidentally.
$ testrepohg files 'glob:*'
.arcconfig
.clang-format
.editorconfig
.hgignore
.hgsigs
.hgtags
.jshintrc
CONTRIBUTING
CONTRIBUTORS
COPYING
Makefile
README.rst
hg
hgeditor
hgweb.cgi
setup.py