Fix check code test

Test Plan: run the test

Reviewers: #mercurial, ttung, simonfar

Reviewed By: simonfar

Subscribers: mjpieters

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

Tasks: 12855049

Signature: t1:3777411:1472217139:9fe3be9ded664f3bbcd373b93be2bcfac2be593b
This commit is contained in:
Ryan McElroy 2016-08-26 06:27:59 -07:00
parent de1c93d6e5
commit 9e5fa17451

View File

@ -8,6 +8,7 @@ New errors are not allowed. Warnings are strongly discouraged.
$ hg locate | sed 's-\\-/-g' |
> xargs "$check_code" --warnings --per-file=0 || false
Skipping CMakeLists.txt it has no-che?k-code (glob)
Skipping cfastmanifest.c it has no-che?k-code (glob)
Skipping cfastmanifest/CMakeLists.txt it has no-che?k-code (glob)
Skipping cfastmanifest/bsearch.c it has no-che?k-code (glob)
@ -48,8 +49,23 @@ New errors are not allowed. Warnings are strongly discouraged.
Skipping cfastmanifest/tree_path.c it has no-che?k-code (glob)
Skipping cfastmanifest/tree_path.h it has no-che?k-code (glob)
Skipping cfastmanifest/tree_test.c it has no-che?k-code (glob)
Skipping remotefilelog/cdatapack/buffer.h it has no-che?k-code (glob)
Skipping remotefilelog/cdatapack/cdatapack.c it has no-che?k-code (glob)
Skipping remotefilelog/cdatapack/cdatapack.h it has no-che?k-code (glob)
Skipping remotefilelog/cdatapack/cdatapack_dump.c it has no-che?k-code (glob)
Skipping remotefilelog/cdatapack/cdatapack_get.c it has no-che?k-code (glob)
Skipping remotefilelog/cdatapack/convert.h it has no-che?k-code (glob)
Skipping remotefilelog/cdatapack/null_test.c it has no-che?k-code (glob)
Skipping remotefilelog/cdatapack/py-cdatapack.c it has no-che?k-code (glob)
Skipping remotefilelog/ctreemanifest/convert.h it has no-che?k-code (glob)
Skipping remotefilelog/ctreemanifest/manifest.h it has no-che?k-code (glob)
Skipping remotefilelog/ctreemanifest/manifest_entry.h it has no-che?k-code (glob)
Skipping remotefilelog/ctreemanifest/manifest_fetcher.h it has no-che?k-code (glob)
Skipping remotefilelog/ctreemanifest/pythonutil.h it has no-che?k-code (glob)
Skipping remotefilelog/ctreemanifest/treemanifest.h it has no-che?k-code (glob)
Skipping statprof.py it has no-che?k-code (glob)
Skipping tests/conduithttp.py it has no-che?k-code (glob)
Skipping tests/test-remotefilelog-bad-configs.t it has no-che?k-code (glob)
Check foreign extensions are only used after checks