From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8362B46078 for ; Mon, 13 Jan 2025 23:46:32 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6E76B4025D; Mon, 13 Jan 2025 23:46:32 +0100 (CET) Received: from mail-io1-f99.google.com (mail-io1-f99.google.com [209.85.166.99]) by mails.dpdk.org (Postfix) with ESMTP id 557274025A for ; Mon, 13 Jan 2025 23:46:31 +0100 (CET) Received: by mail-io1-f99.google.com with SMTP id ca18e2360f4ac-84a012f7232so188283839f.0 for ; Mon, 13 Jan 2025 14:46:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736808390; x=1737413190; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=mjcS6ZwWY6Lavgqfgguaw19KcuqwJSu3zFoeLx9zrEc=; b=dIHfk+UZiZATVkTUEY9FlMMP7vCw7uFjIjHqIPrDwH/gcQeXHyBwZ+rc0RmqXWyr6+ SvXnW8brBodCQXV20O2KOo9wJL4Yi1DJOXQ+RKW7aq0g8msVCR0+AFkvanalVWyTvMnq 57+f75yz3WyPO/oTd6a7phRqP6XRfyKzv4jFg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736808390; x=1737413190; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=mjcS6ZwWY6Lavgqfgguaw19KcuqwJSu3zFoeLx9zrEc=; b=d1/6cUle70tPOssxUF7lhvRHNYPNIWcoxmkHzFZafbi8YLBcFQ9bl8hXfUJY9k/AjI fS3AbfhAAnabDs0L0x8/cmO9K/r/Kd4cYe66A9Wgl3Rwv/tqqakwRVNFaWlc+ZvjL9OE p1msQWrbEyL6KDVS335pMBm6xquCXnej9TnXz5FwYv2dV32hD694Y6KWDJM3QO2A8maK bqmElRXFxK3rMDgi7vAt28CTTpN1zBi+jW95rrapsaCHotrRzK7XftykEr7Kzg+T+Tq7 PGMfnpkHIynZkZ9lopvOkuBxLXKc3EAbzs99R3r3SAMSJmlww8Qw7HElcg/dNIXBxd+s jmxA== X-Gm-Message-State: AOJu0YyCTCYCHLW0FnGRYnbkvgb+Mk9TyP03VcYdQ5gnj07QNydgso1s XFEtL40vpHoWoLEPU1olcOG4kNo+KaXed+HbVxnUpdlveUXjO2ppy6/NKg+7FSr0rBYeMMox7St quedXDXM+ZFwBYAgq5s/Cg0Gijc6stEWf2Za/NMOD X-Gm-Gg: ASbGncsMH64VORxBPYgIk8lzydDgYwZMyd62Th6OlG43ktJqHTLKuM6BN4Aml0HmhYy tiE+xxRcmhO2gR6jYAl1buV1CE7k/0U6qt6l1BubJgjuDLWkvW2tjhwgnxtekIUCPXYBQr3MQDw a9BO6F2UUPSm8LxFzwcV+mRhCpd1D93jPnDM9QmJv40DOK/wB9Ljsm3AZzO+4GxXTmGurjvdFzp U7uGK2E7eHcYicz4IptKVWSqMB3BfVy7AXkQt29XRoyKn2x7IGyGlcCDgSX9dHATNQMpsjJEtaj Yk9DKw== X-Google-Smtp-Source: AGHT+IG0c6nOH1lleNkMdu4eebfdm/d2/VE99u3X3t1pnONioKTAHwihhPiUikDeY5nEVteNP0qKdz5yBR7U X-Received: by 2002:a05:6e02:1a8f:b0:3cd:c260:9f55 with SMTP id e9e14a558f8ab-3ce47570cd3mr131160195ab.4.1736808390457; Mon, 13 Jan 2025 14:46:30 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4ea1b71e5b9sm523351173.49.2025.01.13.14.46.30 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Jan 2025 14:46:30 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 13 Jan 2025 14:46:30 -0800 (PST) Message-ID: <678597c6.050a0220.618f9.5f3aSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 1B5E26052471; Mon, 13 Jan 2025 17:46:30 -0500 (EST) Subject: |PENDING| pw149940 [PATCH] [v1] dts: fix pass rate edge case in resu From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250113215230.13942-1-dmarx@iol.unh.edu> References: <20250113215230.13942-1-dmarx@iol.unh.edu> Content-Type: text/plain X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: iol-compile-arm64-testing Test-Status: PENDING http://dpdk.org/patch/149940 _Testing pending_ Submitter: Dean Marx Date: Monday, January 13 2025 21:52:30 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149940 --> testing pending Upstream job id: Generic-DPDK-Compile-Meson#350783 Test environment and result as below: +--------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +======================================+====================+ | RHEL9 (ARM) | PEND | +--------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PEND | +--------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +--------------------------------------+--------------------+ | Debian 12 with MUSDK | PEND | +--------------------------------------+--------------------+ | Fedora 40 (ARM) | PEND | +--------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PEND | +--------------------------------------+--------------------+ | Fedora 41 (ARM Clang) | PEND | +--------------------------------------+--------------------+ | Fedora 41 (ARM) | PEND | +--------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PEND | +--------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PEND | +--------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PEND | +--------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PEND | +--------------------------------------+--------------------+ | Debian 12 (arm) | PEND | +--------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PEND | +--------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32311/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/