From patchwork Tue Sep 11 06:59:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: AKASHI Takahiro X-Patchwork-Id: 968449 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="CmPN7rfk"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 428bjL3nHcz9s5c for ; Tue, 11 Sep 2018 17:13:10 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id DF5AAC21EC3; Tue, 11 Sep 2018 07:08:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id E4F8EC21F3E; Tue, 11 Sep 2018 07:01:29 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id F1AC8C21F18; Tue, 11 Sep 2018 07:00:32 +0000 (UTC) Received: from mail-pf1-f195.google.com (mail-pf1-f195.google.com [209.85.210.195]) by lists.denx.de (Postfix) with ESMTPS id 92FB1C21EFF for ; Tue, 11 Sep 2018 07:00:27 +0000 (UTC) Received: by mail-pf1-f195.google.com with SMTP id j26-v6so11735400pfi.10 for ; Tue, 11 Sep 2018 00:00:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=V+DEty+ZWzwXBpRGpzTru8AZis5u3RuK2RuSqQQmMcg=; b=CmPN7rfkw7/jb4iu0sUTlMn7PN4Fk/wJk4FC799ETeuPBqM99RQAr/X5bMDqBLRPFR 3voQUqjrVoV8MWnL8fne9qXl09/skUj9oAewzug37ayd/jBcXgyg2us9HTRxs26rGPku jckckDKHWeMuKaNSRVa1qkX8ZDTj2/xG9NOPw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=V+DEty+ZWzwXBpRGpzTru8AZis5u3RuK2RuSqQQmMcg=; b=hT3Qs1Ki7NXBqNiD91rLQwPybGHHQBW+OmjBE//FZbvy9KD32xk5BC83WMaVcFlcJC /JJghgZA8G2JWZ3HKy4so7UEMVBxRREHeqavRcA4KzZcHHS51Oo8AK4ruQgdXIlgoEvY 8uO/9z5MxxRNo4bbtaGnjIgNovnG8MRQNRu8Cxd/XXEjy6kt7J4V2SLgwCWdv3U60Sv5 XaFdk2c/6pYpu/RhL5eRWXJWu8xHjLMSFbjtMAbD3ERaOZIClQv3PWqBtbMe3sg3YsJv VQ/8H251rSJMtx5MavhL54kximIdccFVh47h/KLrHRyccFnRa0J12VwcDVysJoLKFdWA VzuA== X-Gm-Message-State: APzg51APVkLTrdFOJQYdsb3K+LSijzpqKMPnWvS/YOJJ2RQjmLb0XWRQ 2aOKhB7RJbmBVpMLBOjEV13BdQ== X-Google-Smtp-Source: ANB0VdaTPXiSxLgwm4rIwm2qy0k+v9yUyeyVsRSlvlGJvXG8figwm/LwRc+wZdYNJoEzVGFWjRoJJQ== X-Received: by 2002:a63:eb53:: with SMTP id b19-v6mr26559917pgk.371.1536649226170; Tue, 11 Sep 2018 00:00:26 -0700 (PDT) Received: from linaro.org ([121.95.100.191]) by smtp.googlemail.com with ESMTPSA id x23-v6sm39267767pff.9.2018.09.11.00.00.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Sep 2018 00:00:25 -0700 (PDT) From: "Akashi, Takahiro" To: trini@konsulko.com Date: Tue, 11 Sep 2018 15:59:18 +0900 Message-Id: <20180911065922.19141-23-takahiro.akashi@linaro.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180911065922.19141-1-takahiro.akashi@linaro.org> References: <20180911065922.19141-1-takahiro.akashi@linaro.org> Cc: u-boot@lists.denx.de, xypron.glpk@gmx.de, agraf@suse.de Subject: [U-Boot] [PATCH v3 22/26] fs-test: update the test result as of v2018.09 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" From: AKASHI Takahiro As far as this patch series has been applied, all the tests should pass. So update the test result summary. Signed-off-by: AKASHI Takahiro --- test/fs/fs-test.sh | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/test/fs/fs-test.sh b/test/fs/fs-test.sh index e002b9105131..86308cfe2dbd 100755 --- a/test/fs/fs-test.sh +++ b/test/fs/fs-test.sh @@ -7,18 +7,20 @@ # It currently tests the fs/sb and native commands for ext4 and fat partitions # Expected results are as follows: # EXT4 tests: -# fs-test.sb.ext4.out: Summary: PASS: 24 FAIL: 0 -# fs-test.ext4.out: Summary: PASS: 24 FAIL: 0 -# fs-test.fs.ext4.out: Summary: PASS: 24 FAIL: 0 +# fs-test.sb.ext4 Summary: PASS: 24 FAIL: 0 +# fs-test.nonfs.ext4 Summary: PASS: 24 FAIL: 0 +# fs-test.fs.ext4 Summary: PASS: 24 FAIL: 0 # FAT16 tests: -# fs-test.sb.fat16.out: Summary: PASS: 24 FAIL: 0 -# fs-test.fat16.out: Summary: PASS: 20 FAIL: 4 -# fs-test.fs.fat16.out: Summary: PASS: 20 FAIL: 4 +# fs-test.sb.fat16 Summary: PASS: 24 FAIL: 0 +# fs-test.nonfs.fat16 Summary: PASS: 24 FAIL: 0 +# fs-test.fs.fat16 Summary: PASS: 24 FAIL: 0 # FAT32 tests: -# fs-test.sb.fat32.out: Summary: PASS: 24 FAIL: 0 -# fs-test.fat32.out: Summary: PASS: 20 FAIL: 4 -# fs-test.fs.fat32.out: Summary: PASS: 20 FAIL: 4 -# Total Summary: TOTAL PASS: 200 TOTAL FAIL: 16 +# fs-test.sb.fat32 Summary: PASS: 24 FAIL: 0 +# fs-test.nonfs.fat32 Summary: PASS: 24 FAIL: 0 +# fs-test.fs.fat32 Summary: PASS: 24 FAIL: 0 +# -------------------------------------------- +# Total Summary: TOTAL PASS: 216 TOTAL FAIL: 0 +# -------------------------------------------- # pre-requisite binaries list. PREREQ_BINS="md5sum mkfs mount umount dd fallocate mkdir"