re PR testsuite/31369 (100's of new libgomp fails)

PR testsuite/31369
	* testsuite/libgomp.c++/c++.exp: Don't use concat when setting
	ld_library_path.
	* testsuite/libgomp.fortran/fortran.exp: Likewise.

From-SVN: r123638
This commit is contained in:
John David Anglin 2007-04-07 15:10:06 +00:00 committed by John David Anglin
parent 1df918ac8e
commit dd56fe7c23
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2007-04-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR testsuite/31369
* testsuite/libgomp.c++/c++.exp: Don't use concat when setting
ld_library_path.
* testsuite/libgomp.fortran/fortran.exp: Likewise.
2007-04-04 Jakub Jelinek <jakub@redhat.com>
* libgomp.h (gomp_cpu_affinity, gomp_cpu_affinity_len): New extern

View File

@ -28,7 +28,7 @@ if { $lang_test_file_found } {
# Gather a list of all tests.
set tests [lsort [glob -nocomplain $srcdir/$subdir/*.C]]
set ld_library_path [concat $always_ld_library_path ":${blddir}/${lang_library_path}"]
set ld_library_path "$always_ld_library_path:${blddir}/${lang_library_path}"
set_ld_library_path_env_vars
# Main loop.

View File

@ -12,7 +12,7 @@ if [file exists "${blddir}/${lang_test_file}"] {
# Gather a list of all tests.
set tests [lsort [find $srcdir/$subdir *.\[fF\]{,90,95,03}]]
set ld_library_path [concat $always_ld_library_path ":${blddir}/${lang_library_path}"]
set ld_library_path "$always_ld_library_path:${blddir}/${lang_library_path}"
set_ld_library_path_env_vars
# Main loop.