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 B42654607B for ; Tue, 14 Jan 2025 05:37:06 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8DEB64029F; Tue, 14 Jan 2025 05:37:06 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id 7CC924025A for ; Tue, 14 Jan 2025 05:37:05 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-2163dc5155fso92216185ad.0 for ; Mon, 13 Jan 2025 20:37:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736829424; x=1737434224; 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=qvotJRSWIpZpynMFy17r2GswpoCwojoe5P46ahC+jAI=; b=BF+wTGSpXOzfwPf/3OVue2SBIloepxFJKp7GPDSRzYItzqI4NDlUoYI8R2x+m8kHba lBGLE/KLZhBIw3b7b5f0LquGO6jXD2ClAK2CQMA9Z7Iu2u6qFbQlMW3fH0YpAwqJiwE0 kYdIEoefemppyAOzVB0lE7BggWo7IM6pJ47SU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736829424; x=1737434224; 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=qvotJRSWIpZpynMFy17r2GswpoCwojoe5P46ahC+jAI=; b=r0YmXcDtv3/559JiuJuEPC/vwWvihbTozfcvBWPdJkG/Q99QdhlU0evpjlAOVgXfKo Mfksb5Tgo3JVlpRbemCEguPDBmcN+6uDX5p0VigAOnHougawnzc2NCHLVlxuPIgR+lJu fqGrknZPqxBX7EPhJdiOhgH4u5uP4RQHawbLzq+yHWSEdADLv+lV3m2EWaA4VbF+N+pA Zjv1D9PnmsfHtZwf/xOMvWo9lgourJgii6ssc4An27DqvNgUMYbEz30khppZZKhTCPI9 yzFDfk8VeDAJ6JuF0uWnJyzscKzNryHuDYPnoszdoaPIqBbeQ5GT4VixenFOOXoJozu9 ghxA== X-Gm-Message-State: AOJu0YxpEBbm0XPJR0kpj1SaO8zcovBMLTZdQ/tqkgA/zCF7lNMwbrlM xwZ+h9Knsxk2IXWXvBvopFHUXQJZN3UQvVP6El6nvAT4nHk8k52JPBpO6Iz916ICCncttPvqSfP tGr2rmsgfN7THQpSN2ZHSk+jnWUGgKlD4H6xqf4Qu X-Gm-Gg: ASbGncsrTANmasmie+kCTXdXVxpM45kNtD7fCb8rHsShwDMp1EcDFSO2z/ZMyiioacQ tVVKEkqUjA8+EjcxyPCeb5yJEAP51dSDbrehVm1RI29c1dYF73mmsTOP8NV8VUNKZhiTi1JRxfW Zg5lwD0RSK8WKfKUJu5pqQ3u9qXFORDEA103TZ501B9OVtvNakHwRCp0yL3BAAt5gPycMfLS6bV M8ySJuMXWFmNrBOR+zCby8c9gK5/uONxRzhr/08apUoAOKNLdMtcuYEgXuTJ2tn9zJg/0R2JlZ4 hrxc5w== X-Google-Smtp-Source: AGHT+IFJIJ2OHhKtFRGRp6H4o5QDK4ArbDLT8C9QrSTCyvwT2nILE1nkDiV9grSCuRrI2xE+hV58JsJ00Ayz X-Received: by 2002:a17:902:e84f:b0:216:410d:4c53 with SMTP id d9443c01a7336-21a83fc6db1mr324633215ad.41.1736829424453; Mon, 13 Jan 2025 20:37:04 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-21a9f2656aesm3896235ad.34.2025.01.13.20.37.04 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Jan 2025 20:37:04 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 13 Jan 2025 20:37:04 -0800 (PST) Message-ID: <6785e9f0.170a0220.27172b.ce29SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 9193F6052471; Mon, 13 Jan 2025 23:37:03 -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-abi-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-ABI#112186 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PEND | +-------------------+----------+ | Fedora 41 (Clang) | PEND | +-------------------+----------+ | Debian 12 | PEND | +-------------------+----------+ | Fedora 40 | PEND | +-------------------+----------+ | Fedora 41 | PEND | +-------------------+----------+ | Ubuntu 24.04 | PEND | +-------------------+----------+ | openSUSE Leap 15 | PEND | +-------------------+----------+ | RHEL8 | PEND | +-------------------+----------+ | RHEL9 | PEND | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PEND | +-------------------+----------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) 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/