X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgfortran.fortran-torture%2Fexecute%2Fexecute.exp;h=507f76e78af427f117784aacfc7106a170e0e986;hb=4d8cd3a26294ce35abb17668eac2b6c38dd23bd0;hp=40b65f81cdaa4942e5d114346c79588450e618b0;hpb=c944d49b3bd3667c65c299afd3b1d756084203f4;p=platform%2Fupstream%2Fgcc48.git diff --git a/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp b/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp index 40b65f8..507f76e 100644 --- a/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp +++ b/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2003-2013 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -32,7 +32,7 @@ load_lib torture-options.exp torture-init set-torture-options [get-fortran-torture-options] -foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.f]] { +foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.\[fF\]{,90,95,03,08} ]] { # If we're only testing specific files and this isn't one of them, skip it. if ![runtest_file_p $runtests $testcase] then { continue @@ -40,67 +40,4 @@ foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.f]] { fortran-torture-execute $testcase } -foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.F]] { - if ![runtest_file_p $runtests $testcase] then { - continue - } - fortran-torture-execute $testcase -} - -foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.f90]] { - if ![runtest_file_p $runtests $testcase] then { - continue - } - fortran-torture-execute $testcase -} - -foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.F90]] { - if ![runtest_file_p $runtests $testcase] then { - continue - } - fortran-torture-execute $testcase -} - -foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.f95]] { - if ![runtest_file_p $runtests $testcase] then { - continue - } - fortran-torture-execute $testcase -} - -foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.F95]] { - if ![runtest_file_p $runtests $testcase] then { - continue - } - fortran-torture-execute $testcase -} - -foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.f03]] { - if ![runtest_file_p $runtests $testcase] then { - continue - } - fortran-torture-execute $testcase -} - -foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.F03]] { - if ![runtest_file_p $runtests $testcase] then { - continue - } - fortran-torture-execute $testcase -} - -foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.f08]] { - if ![runtest_file_p $runtests $testcase] then { - continue - } - fortran-torture-execute $testcase -} - -foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.F08]] { - if ![runtest_file_p $runtests $testcase] then { - continue - } - fortran-torture-execute $testcase -} - torture-finish