aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/x86_64
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2008-05-15 16:59:21 +0000
committerJanis Johnson <janis@gcc.gnu.org>2008-05-15 16:59:21 +0000
commit91a5b3943e8999959d65206ae75ae63d488ffa43 (patch)
tree2ffbd01efc340633337eba4c40af7b02847eb65f /gcc/testsuite/gcc.target/x86_64
parent3044d369519284bc36ef3f1e15335e34f28c0860 (diff)
downloadgcc-91a5b3943e8999959d65206ae75ae63d488ffa43.zip
gcc-91a5b3943e8999959d65206ae75ae63d488ffa43.tar.gz
gcc-91a5b3943e8999959d65206ae75ae63d488ffa43.tar.bz2
libgomp.exp: Load torture-options.exp from gcc lib.
libgomp: * testsuite/lib/libgomp.exp: Load torture-options.exp from gcc lib. gcc/doc: * doc/sourcebuild.texi: Document support for torture tests. gcc/testsuite: * lib/torture-options.exp: New support for torture options. * lib/gfortran-dg.exp (gfortran-dg-runtest): Use new torture procs. * lib/c-torture.exp: Define C_TORTURE_OPTIONS instead of TORTURE_OPTIONS; don't define torture_with_loops and torture_without_loops. * lib/gcc-dg.exp: Define DG_TORTURE_OPTIONS instead of TORTURE_OPTIONS; don't define torture_with_loops and torture_without_loops. (gcc-dg-runtest): Use new torture procs if no torture options defined. * lib/fortran-torture.exp: Define FORTRAN_TORTURE_OPTIONS instead of TORTURE_OPTIONS. (fortran-torture-execute): Use torture_with_loops instead of TORTURE_OPTIONS. (fortran-torture): Ditto. * lib/objc-torture.exp: Define OBJC_TORTURE_OPTIONS instead of TORTURE_OPTIONS; don't define torture_with_loops and torture_without_loops. * gcc.c-torture/execute/execute.exp: Use new torture procs. * gcc.c-torture/execute/builtins/builtins.exp: Ditto. * gcc.c-torture/execute/ieee/ieee.exp: Ditto. * gcc.c-torture/unsorted/unsorted.exp: Ditto. * gfortran.fortran-torture/execute/execute.exp: Ditto. * gfortran.fortran-torture/compile/compile.exp: Ditto. * gcc.target/x86_64/abi/abi-x86_64.exp: Ditto. * gcc.target/i386/math-torture/math-torture.exp: Define MATH_TORTURE_OPTIONS, use new torture procs. * gcc.dg/pch/pch.exp: Use new torture procs. * gcc.dg/format/format.exp: Ditto. * gcc.misc-tests/i386-prefetch.exp: Ditto. * gcc.misc-tests/dectest.exp: Ditto. * objc.dg/pch/pch.exp: Ditto. * objc/execute/execute.exp: Ditto. * objc/execute/exceptions/exceptions.exp: Ditto. * objc/compile/compile.exp: Ditto. From-SVN: r135381
Diffstat (limited to 'gcc/testsuite/gcc.target/x86_64')
-rw-r--r--gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp b/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp
index 3b2e318..4f9fd46 100644
--- a/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp
+++ b/gcc/testsuite/gcc.target/x86_64/abi/abi-x86_64.exp
@@ -19,6 +19,7 @@
load_lib c-torture.exp
load_lib target-supports.exp
+load_lib torture-options.exp
if { (![istarget x86_64-*-*] && ![istarget i?86-*-*])
|| ![is-effective-target lp64] } then {
@@ -26,6 +27,8 @@ if { (![istarget x86_64-*-*] && ![istarget i?86-*-*])
}
+torture-init
+set-torture-options $C_TORTURE_OPTIONS
set additional_flags "-W -Wall"
foreach src [lsort [find $srcdir/$subdir test_*.c]] {
@@ -41,3 +44,5 @@ foreach src [lsort [find $srcdir/$subdir test_*.c]] {
}
}
}
+
+torture-finish