From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28144 invoked by alias); 22 Aug 2019 17:14:30 -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 28132 invoked by uid 89); 22 Aug 2019 17:14:30 -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=sk:gdb_com, buettner, Buettner, HContent-Transfer-Encoding:8bit 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; Thu, 22 Aug 2019 17:14:29 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4B6DD307CDD1 for ; Thu, 22 Aug 2019 17:14:28 +0000 (UTC) Received: from f30-1.lan (ovpn-117-6.phx2.redhat.com [10.3.117.6]) by smtp.corp.redhat.com (Postfix) with ESMTP id 237F75C206; Thu, 22 Aug 2019 17:14:28 +0000 (UTC) From: Kevin Buettner To: gdb-patches@sourceware.org Cc: Kevin Buettner Subject: [PATCH 0/2] OpenMP parallel region scope tests Date: Thu, 22 Aug 2019 17:14:00 -0000 Message-Id: <20190822171408.28271-1-kevinb@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00532.txt.bz2 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