r217494 - in /trunk/libgomp: ChangeLog testsuit...
kyukhin@gcc.gnu.org
kyukhin@gcc.gnu.org
Thu Nov 13 13:56:00 GMT 2014
Author: kyukhin
Date: Thu Nov 13 13:56:22 2014
New Revision: 217494
URL: https://gcc.gnu.org/viewcvs?rev=217494&root=gcc&view=rev
Log:
[PATCH 7/7] OpenMP 4.0 offloading infrastructure: testsuite.
libgomp/
* testsuite/lib/libgomp.exp
(check_effective_target_offload_device): New.
* testsuite/libgomp.c++/c++.exp: Include tests from subdirectories.
* testsuite/libgomp.c++/examples-4/e.51.5.C: New test.
* testsuite/libgomp.c++/examples-4/e.53.2.C: Ditto.
* testsuite/libgomp.c/examples-4/e.50.1.c: Ditto.
* testsuite/libgomp.c/examples-4/e.50.2.c: Ditto.
* testsuite/libgomp.c/examples-4/e.50.3.c: Ditto.
* testsuite/libgomp.c/examples-4/e.50.4.c: Ditto.
* testsuite/libgomp.c/examples-4/e.50.5.c: Ditto.
* testsuite/libgomp.c/examples-4/e.51.1.c: Ditto.
* testsuite/libgomp.c/examples-4/e.51.2.c: Ditto.
* testsuite/libgomp.c/examples-4/e.51.3.c: Ditto.
* testsuite/libgomp.c/examples-4/e.51.4.c: Ditto.
* testsuite/libgomp.c/examples-4/e.51.6.c: Ditto.
* testsuite/libgomp.c/examples-4/e.51.7.c: Ditto.
* testsuite/libgomp.c/examples-4/e.52.1.c: Ditto.
* testsuite/libgomp.c/examples-4/e.52.2.c: Ditto.
* testsuite/libgomp.c/examples-4/e.53.1.c: Ditto.
* testsuite/libgomp.c/examples-4/e.53.3.c: Ditto.
* testsuite/libgomp.c/examples-4/e.53.4.c: Ditto.
* testsuite/libgomp.c/examples-4/e.53.5.c: Ditto.
* testsuite/libgomp.c/examples-4/e.54.2.c: Ditto.
* testsuite/libgomp.c/examples-4/e.54.3.c: Ditto.
* testsuite/libgomp.c/examples-4/e.54.4.c: Ditto.
* testsuite/libgomp.c/examples-4/e.54.5.c: Ditto.
* testsuite/libgomp.c/examples-4/e.54.6.c: Ditto.
* testsuite/libgomp.c/examples-4/e.55.1.c: Ditto.
* testsuite/libgomp.c/examples-4/e.55.2.c: Ditto.
* testsuite/libgomp.c/examples-4/e.56.3.c: Ditto.
* testsuite/libgomp.c/examples-4/e.56.4.c: Ditto.
* testsuite/libgomp.c/examples-4/e.57.1.c: Ditto.
* testsuite/libgomp.c/examples-4/e.57.2.c: Ditto.
* testsuite/libgomp.c/examples-4/e.57.3.c: Ditto.
* testsuite/libgomp.c/target-7.c: Fix test.
* testsuite/libgomp.fortran/examples-4/e.50.1.f90: New test.
* testsuite/libgomp.fortran/examples-4/e.50.2.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.50.3.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.50.4.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.50.5.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.51.1.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.51.2.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.51.3.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.51.4.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.51.5.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.51.6.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.51.7.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.52.1.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.52.2.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.53.1.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.53.2.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.53.3.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.53.4.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.53.5.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.54.2.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.54.3.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.54.4.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.54.5.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.54.6.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.55.1.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.55.2.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.56.3.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.56.4.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.57.1.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.57.2.f90: Ditto.
* testsuite/libgomp.fortran/examples-4/e.57.3.f90: Ditto.
Added:
trunk/libgomp/testsuite/libgomp.c++/examples-4/
trunk/libgomp/testsuite/libgomp.c++/examples-4/e.51.5.C
trunk/libgomp/testsuite/libgomp.c++/examples-4/e.53.2.C
trunk/libgomp/testsuite/libgomp.c/examples-4/
trunk/libgomp/testsuite/libgomp.c/examples-4/e.50.1.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.50.2.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.50.3.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.50.4.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.50.5.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.51.1.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.51.2.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.51.3.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.51.4.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.51.6.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.51.7.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.52.1.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.52.2.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.53.1.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.53.3.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.53.4.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.53.5.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.54.2.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.54.3.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.54.4.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.54.5.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.54.6.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.55.1.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.55.2.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.56.3.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.56.4.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.57.1.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.57.2.c
trunk/libgomp/testsuite/libgomp.c/examples-4/e.57.3.c
trunk/libgomp/testsuite/libgomp.fortran/examples-4/
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.50.1.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.50.2.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.50.3.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.50.4.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.50.5.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.51.1.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.51.2.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.51.3.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.51.4.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.51.5.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.51.6.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.51.7.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.52.1.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.52.2.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.53.1.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.53.2.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.53.3.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.53.4.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.53.5.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.54.2.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.54.3.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.54.4.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.54.5.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.54.6.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.55.1.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.55.2.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.56.3.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.56.4.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.57.1.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.57.2.f90
trunk/libgomp/testsuite/libgomp.fortran/examples-4/e.57.3.f90
Modified:
trunk/libgomp/ChangeLog
trunk/libgomp/testsuite/lib/libgomp.exp
trunk/libgomp/testsuite/libgomp.c++/c++.exp
trunk/libgomp/testsuite/libgomp.c/target-7.c
More information about the Gcc-cvs
mailing list