* |WARNING| pw106541 [PATCH v15 09/11] app/test: skip tests that are not supported yet
[not found] <1643173844-27341-10-git-send-email-jizh@linux.microsoft.com>
@ 2022-01-26 5:12 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-01-26 5:12 UTC (permalink / raw)
To: test-report; +Cc: Jie Zhou
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/106541
_coding style issues_
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12)
#1105: FILE: app/test/test_func_reentrancy.c:492:
+ if (RTE_EXEC_ENV_IS_WINDOWS)
+ return TEST_SKIPPED;
WARNING:TABSTOP: Statements should start on a tabstop
#1106: FILE: app/test/test_func_reentrancy.c:493:
+ return TEST_SKIPPED;
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12)
#1212: FILE: app/test/test_hash_perf.c:727:
+ if (RTE_EXEC_ENV_IS_WINDOWS)
+ return TEST_SKIPPED;
WARNING:TABSTOP: Statements should start on a tabstop
#1213: FILE: app/test/test_hash_perf.c:728:
+ return TEST_SKIPPED;
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12)
#1552: FILE: app/test/test_lcores.c:387:
+ if (RTE_EXEC_ENV_IS_WINDOWS)
+ return TEST_SKIPPED;
WARNING:TABSTOP: Statements should start on a tabstop
#1553: FILE: app/test/test_lcores.c:388:
+ return TEST_SKIPPED;
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 12)
#2056: FILE: app/test/test_rcu_qsbr_perf.c:617:
+ if (RTE_EXEC_ENV_IS_WINDOWS)
+ return TEST_SKIPPED;
WARNING:TABSTOP: Statements should start on a tabstop
#2057: FILE: app/test/test_rcu_qsbr_perf.c:618:
+ return TEST_SKIPPED;
total: 0 errors, 8 warnings, 1965 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-01-26 5:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1643173844-27341-10-git-send-email-jizh@linux.microsoft.com>
2022-01-26 5:12 ` |WARNING| pw106541 [PATCH v15 09/11] app/test: skip tests that are not supported yet checkpatch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).