qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v1 00/10] Travis updates and code coverage tweak


From: no-reply
Subject: Re: [Qemu-devel] [PATCH v1 00/10] Travis updates and code coverage tweaks
Date: Sun, 1 Jul 2018 19:04:11 -0700 (PDT)

Hi,

This series seems to have some coding style problems. See output below for
more information:

Type: series
Message-id: address@hidden
Subject: [Qemu-devel] [PATCH v1 00/10] Travis updates and code coverage tweaks

=== TEST SCRIPT BEGIN ===
#!/bin/bash

BASE=base
n=1
total=$(git log --oneline $BASE.. | wc -l)
failed=0

git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram

commits="$(git log --format=%H --reverse $BASE..)"
for c in $commits; do
    echo "Checking PATCH $n/$total: $(git log -n 1 --format=%s $c)..."
    if ! git show $c --format=email | ./scripts/checkpatch.pl --mailback -; then
        failed=1
        echo
    fi
    n=$((n+1))
done

exit $failed
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
Switched to a new branch 'test'
8c2223b9d8 linux-user: add gcov support to preexit_cleanup
5721ea040f linux-user: introduce preexit_cleanup
0c6f2ba5fe build-system: add coverage-report target
076c6a965b build-system: add clean-coverage target
5df904aeaf travis: add gcovr summary for GCOV build
9b1c0f4c6a docker: add gcovr to travis image
823847e959 .gitignore: add .gcov files
207a68bd60 build-system: remove per-test GCOV reporting
38bc0b95e5 travis: test out-of-tree builds
52e3a33dd1 travis: do not waste time cloning unused submodules

=== OUTPUT BEGIN ===
Checking PATCH 1/10: travis: do not waste time cloning unused submodules...
Checking PATCH 2/10: travis: test out-of-tree builds...
Checking PATCH 3/10: build-system: remove per-test GCOV reporting...
Checking PATCH 4/10: .gitignore: add .gcov files...
Checking PATCH 5/10: docker: add gcovr to travis image...
Checking PATCH 6/10: travis: add gcovr summary for GCOV build...
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#47: 
new file mode 100755

total: 0 errors, 1 warnings, 42 lines checked

Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
Checking PATCH 7/10: build-system: add clean-coverage target...
Checking PATCH 8/10: build-system: add coverage-report target...
Checking PATCH 9/10: linux-user: introduce preexit_cleanup...
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
#33: 
new file mode 100644

total: 0 errors, 1 warnings, 72 lines checked

Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
Checking PATCH 10/10: linux-user: add gcov support to preexit_cleanup...
ERROR: externs should be avoided in .c files
#27: FILE: linux-user/exit.c:23:
+extern void __gcov_dump(void);

total: 1 errors, 0 warnings, 17 lines checked

Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

=== OUTPUT END ===

Test command exited with code: 1


---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]