[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL for 6.0 0/6] Yank fixes
From: |
no-reply |
Subject: |
Re: [PULL for 6.0 0/6] Yank fixes |
Date: |
Fri, 26 Mar 2021 10:45:49 -0700 (PDT) |
Patchew URL: cover.1616779714.git.lukasstraub2@web.de/">https://patchew.org/QEMU/cover.1616779714.git.lukasstraub2@web.de/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: cover.1616779714.git.lukasstraub2@web.de
Subject: [PULL for 6.0 0/6] Yank fixes
=== TEST SCRIPT BEGIN ===
#!/bin/bash
git rev-parse base > /dev/null || exit 0
git config --local diff.renamelimit 0
git config --local diff.renames True
git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback base..
=== TEST SCRIPT END ===
Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
From https://github.com/patchew-project/qemu
- [tag update] patchew/cover.1616744509.git.lukasstraub2@web.de ->
patchew/cover.1616744509.git.lukasstraub2@web.de
* [new tag] patchew/cover.1616779714.git.lukasstraub2@web.de ->
patchew/cover.1616779714.git.lukasstraub2@web.de
Switched to a new branch 'test'
4d9d4dd tests: Add tests for yank with the chardev-change case
b7309a3 chardev: Fix yank with the chardev-change case
4d626de chardev/char.c: Always pass id to chardev_new
986704e chardev/char.c: Move object_property_try_add_child out of chardev_new
3a83f9a yank: Always link full yank code
4142c6d yank: Remove dependency on qiochannel
=== OUTPUT BEGIN ===
1/6 Checking commit 4142c6de8bf2 (yank: Remove dependency on qiochannel)
2/6 Checking commit 3a83f9a8f30f (yank: Always link full yank code)
3/6 Checking commit 986704eacfdf (chardev/char.c: Move
object_property_try_add_child out of chardev_new)
4/6 Checking commit 4d626de1c86e (chardev/char.c: Always pass id to chardev_new)
5/6 Checking commit b7309a3515a2 (chardev: Fix yank with the chardev-change
case)
6/6 Checking commit 4d9d4dda05e4 (tests: Add tests for yank with the
chardev-change case)
ERROR: Macros with multiple statements should be enclosed in a do - while loop
#230: FILE: tests/unit/test-yank.c:180:
+#define CHAR_CHANGE_TEST(name, _old_yank, _new_yank)
\
+ g_test_add_data_func("/yank/char_change/success/" # name,
\
+ &(CharChangeTestConfig) { .addr = &tcpaddr,
\
+ .old_yank =
(_old_yank),\
+ .new_yank =
(_new_yank),\
+ .fail = false },
\
+ char_change_test);
\
+ g_test_add_data_func("/yank/char_change/fail/" # name,
\
+ &(CharChangeTestConfig) { .addr = &tcpaddr,
\
+ .old_yank =
(_old_yank),\
+ .new_yank =
(_new_yank),\
+ .fail = true },
\
+ char_change_test);
total: 1 errors, 0 warnings, 216 lines checked
Patch 6/6 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
The full log is available at
cover.1616779714.git.lukasstraub2@web.de/testing.checkpatch/?type=message">http://patchew.org/logs/cover.1616779714.git.lukasstraub2@web.de/testing.checkpatch/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
- [PULL for 6.0 0/6] Yank fixes, Lukas Straub, 2021/03/26
- [PULL 1/6] yank: Remove dependency on qiochannel, Lukas Straub, 2021/03/26
- [PULL 2/6] yank: Always link full yank code, Lukas Straub, 2021/03/26
- [PULL 3/6] chardev/char.c: Move object_property_try_add_child out of chardev_new, Lukas Straub, 2021/03/26
- [PULL 4/6] chardev/char.c: Always pass id to chardev_new, Lukas Straub, 2021/03/26
- [PULL 6/6] tests: Add tests for yank with the chardev-change case, Lukas Straub, 2021/03/26
- [PULL 5/6] chardev: Fix yank with the chardev-change case, Lukas Straub, 2021/03/26
- Re: [PULL for 6.0 0/6] Yank fixes,
no-reply <=
- Re: [PULL for 6.0 0/6] Yank fixes, Peter Maydell, 2021/03/26