From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 0D2D93572 for ; Mon, 1 Apr 2019 09:33:01 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x317UK1m023189; Mon, 1 Apr 2019 00:33:01 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-type : content-transfer-encoding; s=pfpt0818; bh=fijFTBaqggPFdby2/cxlHth3a6VuZhn3sWE0UFEHKuo=; b=KbpCPDYcSrZaDRreRCfT8lPj51fTHcy6v7qD03CW48wWYNRSPRvTS7Xy5Ojhz6rqW35i K1RCc1MZxkk3NXvCfyCsriaNLo+3B6PFPSmZ8bvC7CHpMHofC+S6fPRGQYvs81JBGdLh K1+tLWqKFlgRA0ZK5fjpjPGILBfhTb3N3n+7+AQPTqa/8MJk9bisz44d/5dL5jxWszVk X1mkjgG+P7Jq3WSvK3nZCjvS6cxDvzMXW2jJ9aIlyIhCgT5Bw5lvu4JkC1M2fji/snNO gdoJered1lwR1yJZUiYYpQbSx0cLo3RBw6klrRh9uxlg58XLkLQeEQNtxxedM8Ow9RuP nA== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0a-0016f401.pphosted.com with ESMTP id 2rj5tr4txc-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 01 Apr 2019 00:33:01 -0700 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Mon, 1 Apr 2019 00:33:00 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Mon, 1 Apr 2019 00:33:00 -0700 Received: from localhost.marvell.com (unknown [10.28.10.76]) by maili.marvell.com (Postfix) with ESMTP id 347813F7095; Mon, 1 Apr 2019 00:31:59 -0700 (PDT) From: Ayuj Verma To: CC: , , , , , , Ayuj Verma Date: Mon, 1 Apr 2019 13:01:55 +0530 Message-ID: <1554103916-31459-1-git-send-email-ayverma@marvell.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-04-01_04:, , signatures=0 Subject: [dpdk-dev] [PATCH v1] Add check for skipped tests X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2019 07:33:02 -0000 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 47330A068B for ; Mon, 1 Apr 2019 09:33:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 672944C8E; Mon, 1 Apr 2019 09:33:04 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by dpdk.org (Postfix) with ESMTP id 0D2D93572 for ; Mon, 1 Apr 2019 09:33:01 +0200 (CEST) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x317UK1m023189; Mon, 1 Apr 2019 00:33:01 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-type : content-transfer-encoding; s=pfpt0818; bh=fijFTBaqggPFdby2/cxlHth3a6VuZhn3sWE0UFEHKuo=; b=KbpCPDYcSrZaDRreRCfT8lPj51fTHcy6v7qD03CW48wWYNRSPRvTS7Xy5Ojhz6rqW35i K1RCc1MZxkk3NXvCfyCsriaNLo+3B6PFPSmZ8bvC7CHpMHofC+S6fPRGQYvs81JBGdLh K1+tLWqKFlgRA0ZK5fjpjPGILBfhTb3N3n+7+AQPTqa/8MJk9bisz44d/5dL5jxWszVk X1mkjgG+P7Jq3WSvK3nZCjvS6cxDvzMXW2jJ9aIlyIhCgT5Bw5lvu4JkC1M2fji/snNO gdoJered1lwR1yJZUiYYpQbSx0cLo3RBw6klrRh9uxlg58XLkLQeEQNtxxedM8Ow9RuP nA== Received: from sc-exch03.marvell.com ([199.233.58.183]) by mx0a-0016f401.pphosted.com with ESMTP id 2rj5tr4txc-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Mon, 01 Apr 2019 00:33:01 -0700 Received: from SC-EXCH01.marvell.com (10.93.176.81) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Mon, 1 Apr 2019 00:33:00 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Mon, 1 Apr 2019 00:33:00 -0700 Received: from localhost.marvell.com (unknown [10.28.10.76]) by maili.marvell.com (Postfix) with ESMTP id 347813F7095; Mon, 1 Apr 2019 00:31:59 -0700 (PDT) From: Ayuj Verma To: CC: , , , , , , Ayuj Verma Date: Mon, 1 Apr 2019 13:01:55 +0530 Message-ID: <1554103916-31459-1-git-send-email-ayverma@marvell.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-04-01_04:, , signatures=0 Subject: [dpdk-dev] [PATCH v1] Add check for skipped tests X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190401073155.C0FNZdNvqY2N45c1HdWr-3tHWKge15V4tV7QwZcEDUo@z> 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