Commit b9675864 by Daniel Jacobowitz Committed by Daniel Jacobowitz

* gcc.c-torture/unsorted/unsorted.exp: Sort tests before running them.

From-SVN: r106890
parent e2d28161
2005-11-14 Daniel Jacobowitz <dan@codesourcery.com>
* gcc.c-torture/unsorted/unsorted.exp: Sort tests before running them.
2005-11-13 Mark Mitchell <mark@codesourcery.com> 2005-11-13 Mark Mitchell <mark@codesourcery.com>
PR c++/24817 PR c++/24817
...@@ -39,7 +39,7 @@ load_lib c-torture.exp ...@@ -39,7 +39,7 @@ load_lib c-torture.exp
# require unique options need their own .exp file. # require unique options need their own .exp file.
# #
foreach testcase [glob -nocomplain $srcdir/$subdir/*.c] { foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.c]] {
if [file exists [file rootname $testcase].exp] then { if [file exists [file rootname $testcase].exp] then {
verbose "INFO:\"[file rootname $testcase].exp\" exists, skipping test" 3 verbose "INFO:\"[file rootname $testcase].exp\" exists, skipping test" 3
continue continue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment