dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] Add check for skipped tests
@ 2019-04-01  7:31 Ayuj Verma
  2019-04-01  7:31 ` [PATCH v1] app/test: add check for tests skipped Ayuj Verma
  0 siblings, 1 reply; 5+ messages in thread
From: Ayuj Verma @ 2019-04-01  7:31 UTC (permalink / raw)
  To: akhil.goyal
  Cc: arkadiuszx.kusztal, shallyv, ssahu, kkotamarthy, adesai, dev,
	Ayuj Verma

Current unit test application add up skipped test (TEST_SKIPPED) into
FAILED test counter which is wrong. A testcase can be skipped for a
particular PMD if it doesn’t support specific feature whereas failure
mean PMD support feature but test run failed. Since TEST_SKIPPED
and TEST_FAILED serve different purpose, thus add a new counter
skipped in test app to count number of skipped test.

Ayuj Verma (1):
  app/test: add check for test skipped

 app/test/test.c | 2 ++
 1 file changed, 2 insertions(+)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-04-03 14:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-01  7:31 [PATCH v1] Add check for skipped tests Ayuj Verma
2019-04-01  7:31 ` [PATCH v1] app/test: add check for tests skipped Ayuj Verma
2019-04-03 10:00   ` Ayuj Verma
2019-04-03 10:09   ` Ayuj Verma
2019-04-03 14:08     ` Trahe, Fiona

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).