From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x136.google.com (mail-lf1-x136.google.com [IPv6:2a00:1450:4864:20::136]) by sourceware.org (Postfix) with ESMTPS id 0757C3858438 for ; Thu, 22 Sep 2022 10:31:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0757C3858438 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-lf1-x136.google.com with SMTP id x27so14017161lfu.0 for ; Thu, 22 Sep 2022 03:31:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date; bh=qK7ure31hbbmglY45fussEIPJU4+MTAZgcDWGxggd3c=; b=QjU8NZcNcYR6nB/8Fd+llDLCD4H6Tv2Jrh3Nh5aStjNsja+blyNcnY1b/FjPd+G7V6 3OJYwz9AoLhy/qpYFSOuOEV3mEOnk/QEJIwKbXWTCkuldva0J5aXKnCm43E0v5F6xAVn Cy2OdGhxFbFIUueewKUifvDWnQCp07pxhEFomOUGxWY7SKJYCj54dTSr0dLIHpRHd6UX PTNR8DRQiJC4jTkFaapO+yv8DlkROqU782lfpTaYvjxroaLXtUHDNjNmRaycrJtF/VhG ooy3ItlEJ73V99DMusAnUhrcN+JxOWEusv68E9NNdDS2HFQDnbLnbWfkou7qrJv/r8ij FwLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date; bh=qK7ure31hbbmglY45fussEIPJU4+MTAZgcDWGxggd3c=; b=WACeF3cAAU5QdszK09Zx8bmWfswxljj11BuE9rtWGtlQKK59cW0FFWjjQ/wkeiE2KH fY7ZauiVUBS7w2W5cTqjxWpNYM31VMbjbyQd++Bux4IlYpLm1MxpmBpaWyNsfTIEDi1d Rfnsu9VGFRO0k/iqQOyr0B9Nc7kniZpMerMlL2okermatwN8aqBuZC/iVYOoJW8T+1e/ 0cuIXJjiNAc3rb1fqWzDonDewb502vQOOAiC4PUC4IdvAjEoMAA2myIAVimy9xFVVeH+ km5UeaX/57BAxpM+sShky4ub+FpUWCD8C19hoi5ioOP9D6U+HVun2zP+mbr1xbGiZtNg aC8A== X-Gm-Message-State: ACrzQf0fW3d7t5EHXFQZnpTxfPTKAIMaDPaTAjiljsFQt+ly1j5wGRk/ /1xpwRPDMhaNXqGHsALRysPg09qCObFMGKZow0lD/gQD0fFJfA== X-Google-Smtp-Source: AMsMyM7TJoVj/gM3Yxz5M/2I2Vj166PLMbJb1FKo6tzF1AthTnkMMVBh7V6GTOxlFEIO23VwD2MFNYtl8gybzyjtPIk= X-Received: by 2002:a05:6512:3da1:b0:49f:1b3d:88b9 with SMTP id k33-20020a0565123da100b0049f1b3d88b9mr909794lfv.67.1663842693003; Thu, 22 Sep 2022 03:31:33 -0700 (PDT) MIME-Version: 1.0 From: Konstantin Vladimirov Date: Thu, 22 Sep 2022 13:31:21 +0300 Message-ID: Subject: Running testsuite on QEMU (sorry if possible duplicate) To: gdb@sourceware.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, My colleague Ivan already sent this question to this mailing list, but it looks like his email hasn't landed. We are trying to run dejagnu/gdb testsuite on QEMU (RISCV) on Linux. Some tests that pass on the local machine fail as they expect having shared libs or other binary files at hardcoded paths on a machine (QEMU in our case) where the binary is running. Question is: is it ok to patch gdb testsuite to get rid of hardcoded paths. Or maybe this is something intentional? Example: gdb.base/print-file-var.exp, see SHLIB_NAME variable. --- With best regards, Konstantin