Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932693AbdGXVHy (ORCPT ); Mon, 24 Jul 2017 17:07:54 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:50861 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751864AbdGXVHp (ORCPT ); Mon, 24 Jul 2017 17:07:45 -0400 From: Shuah Khan To: shuah@kernel.org, emilio.lopez@collabora.co.uk, mpe@ellerman.id.au, gustavo.padovan@collabora.com Cc: Shuah Khan , linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] selftests: sync test conversion to TAP13 Date: Mon, 24 Jul 2017 15:07:37 -0600 Message-Id: X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 866 Lines: 21 This patch series includes patches to convert sync test to use TAP13 ksft framework. In addition, fix to sync test to differentiate between unsupported feature and access error when a non-root user runs it. Updated kfst framework to return counters for sync test to use to print the final pass or fail summary message. Updated ksft+print_cnts() to print counters to summarize the test results. Shuah Khan (3): selftests: sync: differentiate between sync unsupported and access errors selftests: kselftest framework: add API to return pass/fail/* counts selftests: sync: convert to use TAP13 ksft framework tools/testing/selftests/kselftest.h | 10 +++++ tools/testing/selftests/sync/sync_test.c | 71 +++++++++++++++++++++----------- tools/testing/selftests/sync/synctest.h | 3 +- 3 files changed, 58 insertions(+), 26 deletions(-) -- 2.11.0