+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>
PR c++/24817
# 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 {
verbose "INFO:\"[file rootname $testcase].exp\" exists, skipping test" 3
continue