sapling/tests/test-check-code-hg.t
Tony Tung 91a9f27549 [fastmanifest] suppress check-code on fastmanifest
Summary: It's not going to pass.

Test Plan: run check-code

Reviewers: #sourcecontrol, rmcelroy

Reviewed By: rmcelroy

Subscribers: rmcelroy, mitrandir, mjpieters

Differential Revision: https://phabricator.fb.com/D3126493

Tasks: 10662043

Signature: t1:3126493:1459523935:54449c39abfef97b596e9c34743583afa8b983d5
2016-04-01 11:19:53 -07:00

40 lines
2.1 KiB
Perl

#require test-repo
$ check_code="$RUNTESTDIR"/../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.)
$ hg locate | sed 's-\\-/-g' |
> xargs "$check_code" --warnings --per-file=0 || false
Skipping fastmanifest/CMakeLists.txt it has no-che?k-code (glob)
Skipping fastmanifest/bsearch.c it has no-che?k-code (glob)
Skipping fastmanifest/bsearch.h it has no-che?k-code (glob)
Skipping fastmanifest/bsearch_test.c it has no-che?k-code (glob)
Skipping fastmanifest/buffer.c it has no-che?k-code (glob)
Skipping fastmanifest/buffer.h it has no-che?k-code (glob)
Skipping fastmanifest/checksum.c it has no-che?k-code (glob)
Skipping fastmanifest/checksum.h it has no-che?k-code (glob)
Skipping fastmanifest/checksum_test.c it has no-che?k-code (glob)
Skipping fastmanifest/internal_result.h it has no-che?k-code (glob)
Skipping fastmanifest/iterator.c it has no-che?k-code (glob)
Skipping fastmanifest/iterator.h it has no-che?k-code (glob)
Skipping fastmanifest/node.c it has no-che?k-code (glob)
Skipping fastmanifest/node.h it has no-che?k-code (glob)
Skipping fastmanifest/node_test.c it has no-che?k-code (glob)
Skipping fastmanifest/null_test.c it has no-che?k-code (glob)
Skipping fastmanifest/result.h it has no-che?k-code (glob)
Skipping fastmanifest/tests.h it has no-che?k-code (glob)
Skipping fastmanifest/tree.c it has no-che?k-code (glob)
Skipping fastmanifest/tree.h it has no-che?k-code (glob)
Skipping fastmanifest/tree_arena.c it has no-che?k-code (glob)
Skipping fastmanifest/tree_arena.h it has no-che?k-code (glob)
Skipping fastmanifest/tree_convert.c it has no-che?k-code (glob)
Skipping fastmanifest/tree_convert_rt.c it has no-che?k-code (glob)
Skipping fastmanifest/tree_convert_test.c it has no-che?k-code (glob)
Skipping fastmanifest/tree_copy.c it has no-che?k-code (glob)
Skipping fastmanifest/tree_copy_test.c it has no-che?k-code (glob)
Skipping fastmanifest/tree_test.c it has no-che?k-code (glob)
Skipping statprof.py it has no-che?k-code (glob)