From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58086 invoked by alias); 7 Sep 2019 15:51:37 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 58078 invoked by uid 89); 7 Sep 2019 15:51:37 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_3,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=Kevin X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 07 Sep 2019 15:51:36 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 449233082B3F for ; Sat, 7 Sep 2019 15:51:35 +0000 (UTC) Received: from f29-4.lan (ovpn-117-13.phx2.redhat.com [10.3.117.13]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 225FC60BF1 for ; Sat, 7 Sep 2019 15:51:35 +0000 (UTC) Date: Sat, 07 Sep 2019 15:51:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: [PING][PATCH 0/2] OpenMP parallel region scope tests Message-ID: <20190907085134.4c3b429a@f29-4.lan> In-Reply-To: <20190822171408.28271-1-kevinb@redhat.com> References: <20190822171408.28271-1-kevinb@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00113.txt.bz2 Ping. On Thu, 22 Aug 2019 10:14:06 -0700 Kevin Buettner wrote: > This two part series adds parallel region scope tests for OpenMP > programs. > > Kevin Buettner (2): > Add gdb_compile_openmp to lib/gdb.exp > OpenMP parallel region scope tests > > gdb/testsuite/gdb.threads/omp-par-scope.c | 162 +++++++++++ > gdb/testsuite/gdb.threads/omp-par-scope.exp | 286 ++++++++++++++++++++ > gdb/testsuite/lib/gdb.exp | 20 ++ > 3 files changed, 468 insertions(+) > create mode 100644 gdb/testsuite/gdb.threads/omp-par-scope.c > create mode 100644 gdb/testsuite/gdb.threads/omp-par-scope.exp > > -- > 2.21.0 >