From 6d4868f3a146a33f8ab13279d1705a3d5520b22d Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 11 Nov 2019 09:50:29 +0100 Subject: [PATCH] Torture testing: 'libgomp.fortran/use_device_addr-3.f90', 'libgomp.fortran/use_device_addr-4.f90', 'libgomp.fortran/use_device_ptr-1.f90' libgomp/ * testsuite/libgomp.fortran/use_device_addr-3.f90: Specify 'dg-do run'. * testsuite/libgomp.fortran/use_device_addr-4.f90: Likewise. * testsuite/libgomp.fortran/use_device_ptr-1.f90: Likewise. From-SVN: r278044 --- libgomp/ChangeLog | 7 +++++++ libgomp/testsuite/libgomp.fortran/use_device_addr-3.f90 | 2 ++ libgomp/testsuite/libgomp.fortran/use_device_addr-4.f90 | 2 ++ libgomp/testsuite/libgomp.fortran/use_device_ptr-1.f90 | 2 ++ 4 files changed, 13 insertions(+) diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 067d247da9a..0e73cadb6cd 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,10 @@ +2019-11-11 Thomas Schwinge + + * testsuite/libgomp.fortran/use_device_addr-3.f90: Specify 'dg-do + run'. + * testsuite/libgomp.fortran/use_device_addr-4.f90: Likewise. + * testsuite/libgomp.fortran/use_device_ptr-1.f90: Likewise. + 2019-11-06 Thomas Schwinge * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-1.c: diff --git a/libgomp/testsuite/libgomp.fortran/use_device_addr-3.f90 b/libgomp/testsuite/libgomp.fortran/use_device_addr-3.f90 index 6d794d74cb3..5c42bee718c 100644 --- a/libgomp/testsuite/libgomp.fortran/use_device_addr-3.f90 +++ b/libgomp/testsuite/libgomp.fortran/use_device_addr-3.f90 @@ -1,3 +1,5 @@ +! { dg-do run } + ! Comprehensive run-time test for use_device_addr ! ! Tests array with array descriptor diff --git a/libgomp/testsuite/libgomp.fortran/use_device_addr-4.f90 b/libgomp/testsuite/libgomp.fortran/use_device_addr-4.f90 index 32dc92c2ff4..5e66a79da90 100644 --- a/libgomp/testsuite/libgomp.fortran/use_device_addr-4.f90 +++ b/libgomp/testsuite/libgomp.fortran/use_device_addr-4.f90 @@ -1,3 +1,5 @@ +! { dg-do run } + ! Comprehensive run-time test for use_device_addr ! ! Tests array with array descriptor diff --git a/libgomp/testsuite/libgomp.fortran/use_device_ptr-1.f90 b/libgomp/testsuite/libgomp.fortran/use_device_ptr-1.f90 index 6428beb357c..e5390e27a51 100644 --- a/libgomp/testsuite/libgomp.fortran/use_device_ptr-1.f90 +++ b/libgomp/testsuite/libgomp.fortran/use_device_ptr-1.f90 @@ -1,3 +1,5 @@ +! { dg-do run } + module target_procs use iso_c_binding implicit none (type, external) -- 2.30.2