From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1C34DC2BA19 for ; Sun, 19 Apr 2020 03:28:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E919A20722 for ; Sun, 19 Apr 2020 03:28:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725914AbgDSD2L convert rfc822-to-8bit (ORCPT ); Sat, 18 Apr 2020 23:28:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37486 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1725879AbgDSD2L (ORCPT ); Sat, 18 Apr 2020 23:28:11 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E5D73C061A0C for ; Sat, 18 Apr 2020 20:28:10 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: krisman) with ESMTPSA id 21E812A1235 From: Gabriel Krisman Bertazi To: Ricardo =?utf-8?Q?Ca=C3=B1uelo?= Cc: linux-fsdevel@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCH v2] unicode: implement utf8 unit tests as a KUnit test suite. Organization: Collabora References: <20200416150716.3561-1-ricardo.canuelo@collabora.com> Date: Sat, 18 Apr 2020 23:28:03 -0400 In-Reply-To: <20200416150716.3561-1-ricardo.canuelo@collabora.com> ("Ricardo =?utf-8?Q?Ca=C3=B1uelo=22's?= message of "Thu, 16 Apr 2020 17:07:16 +0200") Message-ID: <853690xigs.fsf@collabora.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Ricardo Cañuelo writes: > This translates the existing utf8 unit test module into a KUnit-compliant > test suite. No functionality has been added or removed. > > Some names changed to make the file name, the Kconfig option and test > suite name less specific, since this source file might hold more utf8 > tests in the future. > > Signed-off-by: Ricardo Cañuelo Thanks, applied with a small checkpatch.pl fix. -- Gabriel Krisman Bertazi