From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 1B0B83858D33 for ; Wed, 25 Oct 2023 14:31:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1B0B83858D33 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 1B0B83858D33 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1698244306; cv=none; b=jUXjhtp6zUnUTjl2Exlb/PFy5ibawju9h0UR3B8o1c5aH3KnrPDbmEQC+thpA76BJBEdqtxXJxnK0z7aiYracIGWNH1dr9hBkEdUlRMba9SlgbbGnH0JOUUg0l1FUn/ScDNwKDKanRrH80P8NONRyW7EYtbaiRGuW40c4MifwPg= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1698244306; c=relaxed/simple; bh=Wm9M6+0dP2AGL1fS1qAg/qN2dSp3mSkUKw9e6/pxyq8=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=irs3zT2GtBue5JrsCF5BnXzpB0s8LivyNjz6M751F3ndsOVul3lKEWaBPSUp+GdMYMH4M9svftJZWylXUpFlwS8uZv3y2Hkd8fx7dE+VCpgy5YekwJz4EVy54vprByVC34gov1WrqgUHs2K6Mwjd6QcQ3puU4Q3cQ2H5zs9Q0HM= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1698244304; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=HNXNI8YJw2n87ShKIfH9YsHWtA/JwxmFtZ4g++Rt9aU=; b=dogfuZuNsgGr1y9MvconN6k/BHMf3+lGpuAvhmDbQKIlMMXp6HRo0lUOhSbAyrI5c+tcT0 oBFj1nHzWzSd9WRBEDe7lNopHg6tNuJjsXm7Zi/c/v7Yds1iBY00K+2fbRTOWUuB8kRzos qhvCzzVclMz5op5xErUwQymTsNkX/hU= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-608-RVqeH9x1NFKjrQNg5sFKEQ-1; Wed, 25 Oct 2023 10:31:42 -0400 X-MC-Unique: RVqeH9x1NFKjrQNg5sFKEQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 77959280BC4A for ; Wed, 25 Oct 2023 14:31:42 +0000 (UTC) Received: from fedora.redhat.com (unknown [10.45.226.65]) by smtp.corp.redhat.com (Postfix) with ESMTPS id F2A5940C6F79; Wed, 25 Oct 2023 14:31:41 +0000 (UTC) From: Guinevere Larsen To: gdb-patches@sourceware.org Cc: Guinevere Larsen Subject: [PATCH 0/2] Small fixes to run gdb.python with clang Date: Wed, 25 Oct 2023 16:24:09 +0200 Message-ID: <20231025142410.293981-2-blarsen@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,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: The gdb.python subdiretory currently has 3 failures on the buildbot. One is an easy one-liner to fix on GDB's side - inconsistent line information from clang - and the other is a known issue with clang and location expressions (see: https://github.com/llvm/llvm-project/issues/64390). The third issue is not easy to fix, so I considered it out of scope for this series. Guinevere Larsen (2): gdb/testsuite: fix running gdb.python/py-explore-cc with clang gdb/testsuite: add a clang XFAIL to gdb.python/py-watchpoint.exp gdb/testsuite/gdb.python/py-explore.cc | 3 ++- gdb/testsuite/gdb.python/py-watchpoint.exp | 17 ++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) -- 2.41.0